@remotion/studio-shared
Advanced tools
Comparing version 4.0.142 to 4.0.143
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.stringifyDefaultProps = void 0; | ||
const remotion_1 = require("remotion"); | ||
const no_react_1 = require("remotion/no-react"); | ||
const doesMatchPath = (path1, enumPaths) => { | ||
@@ -23,7 +23,9 @@ return enumPaths.some((p) => path1.every((item, index) => { | ||
} | ||
if (typeof item === 'string' && item.startsWith(remotion_1.Internals.FILE_TOKEN)) { | ||
return `__REMOVEQUOTE____WRAP_IN_STATIC_FILE_START__${decodeURIComponent(item.replace(remotion_1.Internals.FILE_TOKEN, ''))}__WRAP_IN_STATIC_FILE_END____REMOVEQUOTE__`; | ||
if (typeof item === 'string' && | ||
item.startsWith(no_react_1.NoReactInternals.FILE_TOKEN)) { | ||
return `__REMOVEQUOTE____WRAP_IN_STATIC_FILE_START__${decodeURIComponent(item.replace(no_react_1.NoReactInternals.FILE_TOKEN, ''))}__WRAP_IN_STATIC_FILE_END____REMOVEQUOTE__`; | ||
} | ||
if (typeof item === 'string' && item.startsWith(remotion_1.Internals.DATE_TOKEN)) { | ||
return `__REMOVEQUOTE____WRAP_IN_DATE_START__${decodeURIComponent(item.replace(remotion_1.Internals.DATE_TOKEN, ''))}__WRAP_IN_DATE_END____REMOVEQUOTE__`; | ||
if (typeof item === 'string' && | ||
item.startsWith(no_react_1.NoReactInternals.DATE_TOKEN)) { | ||
return `__REMOVEQUOTE____WRAP_IN_DATE_START__${decodeURIComponent(item.replace(no_react_1.NoReactInternals.DATE_TOKEN, ''))}__WRAP_IN_DATE_END____REMOVEQUOTE__`; | ||
} | ||
@@ -30,0 +32,0 @@ return value; |
{ | ||
"name": "@remotion/studio-shared", | ||
"version": "4.0.142", | ||
"version": "4.0.143", | ||
"description": "Shared items between Remotion Studio frontend and backend", | ||
@@ -17,3 +17,3 @@ "main": "dist", | ||
"dependencies": { | ||
"remotion": "4.0.142" | ||
"remotion": "4.0.143" | ||
}, | ||
@@ -29,3 +29,3 @@ "devDependencies": { | ||
"prettier-plugin-organize-imports": "3.2.4", | ||
"@remotion/renderer": "4.0.142" | ||
"@remotion/renderer": "4.0.143" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100739
825
+ Addedremotion@4.0.143(transitive)
- Removedremotion@4.0.142(transitive)
Updatedremotion@4.0.143