@visactor/vrender 0.9.0-alpha.0 → 0.9.0-alpha.1

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,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=point-allocate.js.map
@@ -42,5 +42,4 @@ class DefaultTimeline {
42
42
  }
43
43
  }
44
44
 
45
- exports.DefaultTimeline = DefaultTimeline, exports.defaultTimeline = new DefaultTimeline;
46
- //# sourceMappingURL=timeline.js.map
45
+ exports.DefaultTimeline = DefaultTimeline, exports.defaultTimeline = new DefaultTimeline;
@@ -1,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=point-allocate.js.map
@@ -36,5 +36,4 @@ export class DefaultTimeline {
36
36
  }
37
37
  }
38
38
 
39
- export const defaultTimeline = new DefaultTimeline;
40
- //# sourceMappingURL=timeline.js.map
39
+ export const defaultTimeline = new DefaultTimeline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender",
3
- "version": "0.9.0-alpha.0",
3
+ "version": "0.9.0-alpha.1",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -32,9 +32,9 @@
32
32
  "eslint": "~8.18.0",
33
33
  "vite": "3.2.6",
34
34
  "typescript": "4.9.5",
35
+ "@internal/bundler": "0.0.1",
35
36
  "@internal/ts-config": "0.0.1",
36
- "@internal/eslint-config": "0.0.1",
37
- "@internal/bundler": "0.0.1"
37
+ "@internal/eslint-config": "0.0.1"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"