@anov/3d 0.0.136 → 0.0.137

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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * todo: convert return entity
3
3
  */
4
- declare const convertReturn: () => void;
4
+ export declare const convertReturn: () => void;
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * todo: convert return entity
3
3
  */
4
- var convertReturn = function convertReturn() {};
4
+ export var convertReturn = function convertReturn() {};
5
5
  //# sourceMappingURL=utils.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["convertReturn"],"sources":["../../../src/module/entity/utils.ts"],"sourcesContent":["/**\n * todo: convert return entity\n */\nconst convertReturn = () => {}\n"],"mappings":"AAAA;AACA;AACA;AACA,IAAMA,aAAa,GAAG,SAAhBA,aAAa,GAAS,CAAC,CAAC"}
1
+ {"version":3,"names":["convertReturn"],"sources":["../../../src/module/entity/utils.ts"],"sourcesContent":["/**\n * todo: convert return entity\n */\nexport const convertReturn = () => {}\n"],"mappings":"AAAA;AACA;AACA;AACA,OAAO,IAAMA,aAAa,GAAG,SAAhBA,aAAa,GAAS,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anov/3d",
3
- "version": "0.0.136",
3
+ "version": "0.0.137",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -23,8 +23,8 @@
23
23
  "lodash": "^4.17.21",
24
24
  "resize-observer-polyfill": "^1.5.1",
25
25
  "uuid": "^9.0.1",
26
- "@anov/3d-core": "^0.0.25",
27
- "@anov/3d-ability": "^0.0.27"
26
+ "@anov/3d-ability": "^0.0.28",
27
+ "@anov/3d-core": "^0.0.26"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/uuid": "^9.0.7"