@dcl/inspector 7.1.1-4386722558.commit-407b3a3 → 7.1.1-4387085842.commit-f2a09ff
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/public/bundle.js +2 -2
- package/public/bundle.js.map +2 -2
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/inspector",
|
|
3
|
-
"version": "7.1.1-
|
|
3
|
+
"version": "7.1.1-4387085842.commit-f2a09ff",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "node ./build.js --watch",
|
|
6
6
|
"build": "node ./build.js"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@dcl/ecs": "7.1.1-
|
|
10
|
-
"@dcl/js-runtime": "7.1.1-
|
|
9
|
+
"@dcl/ecs": "7.1.1-4387085842.commit-f2a09ff",
|
|
10
|
+
"@dcl/js-runtime": "7.1.1-4387085842.commit-f2a09ff",
|
|
11
11
|
"@types/node": "^16.18.11",
|
|
12
12
|
"@types/react": "^18.0.27",
|
|
13
13
|
"@types/react-dom": "^18.0.10",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"react-icons": "^4.7.1",
|
|
21
21
|
"typescript": "^4.9.4"
|
|
22
22
|
},
|
|
23
|
-
"commit": "
|
|
23
|
+
"commit": "f2a09ff9326d0407ac01a79f3ddc15dc3b73bcf5"
|
|
24
24
|
}
|
package/public/bundle.js
CHANGED
|
@@ -34000,10 +34000,10 @@
|
|
|
34000
34000
|
return {
|
|
34001
34001
|
...transformDef,
|
|
34002
34002
|
create(entity, val) {
|
|
34003
|
-
return transformDef.create(entity, val);
|
|
34003
|
+
return transformDef.create(entity, TransformSchema.extend(val));
|
|
34004
34004
|
},
|
|
34005
34005
|
createOrReplace(entity, val) {
|
|
34006
|
-
return transformDef.createOrReplace(entity, val);
|
|
34006
|
+
return transformDef.createOrReplace(entity, TransformSchema.extend(val));
|
|
34007
34007
|
}
|
|
34008
34008
|
};
|
|
34009
34009
|
}
|