@chamn/engine 0.0.2 → 0.0.4
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/CHANGELOG.md +6 -0
- package/build.config.js +2 -1
- package/dist/{CEngine.cjs.js → index.cjs.js} +1 -1
- package/dist/index.cjs.js.map +1 -0
- package/dist/{CEngine.es.js → index.es.js} +1 -1
- package/dist/index.es.js.map +1 -0
- package/dist/typing.d.ts +4 -0
- package/package.json +10 -7
- package/public/_dev_/render.d.ts +1 -1
- package/public/render.umd.js.map +1 -1
- package/public/typing.d.ts +4 -0
- package/src/_dev_/page/Editor/index.tsx +1 -1
- package/src/typing.d.ts +4 -0
- package/dist/CEngine.cjs.js.map +0 -1
- package/dist/CEngine.es.js.map +0 -1
- /package/dist/{Engine.d.ts → index.d.ts} +0 -0
- /package/src/{Engine.tsx → index.tsx} +0 -0
|
@@ -13489,4 +13489,4 @@ class wC extends Fe.Component {
|
|
|
13489
13489
|
export {
|
|
13490
13490
|
wC as default
|
|
13491
13491
|
};
|
|
13492
|
-
//# sourceMappingURL=
|
|
13492
|
+
//# sourceMappingURL=index.es.js.map
|