@visactor/vstory 0.0.19 → 0.0.21

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/es/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export * from '@visactor/vstory-templates';
4
4
  export * from '@visactor/vstory-external';
5
5
  export * from '@visactor/vstory-animate';
6
6
  export declare function registerAll(): void;
7
+ export * as VUtils from '@visactor/vutils';
package/es/index.js CHANGED
@@ -17,4 +17,8 @@ export * from "@visactor/vstory-animate";
17
17
  export function registerAll() {
18
18
  registerGraphics(), registerCharacters(), registerVChartAction(), registerVComponentAction(),
19
19
  registerCommonBounceAction(), registerEasing(), initVR();
20
- }
20
+ }
21
+
22
+ import * as VUtils_1 from "@visactor/vutils";
23
+
24
+ export { VUtils_1 as VUtils };
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAErH,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AAEzC,MAAM,UAAU,WAAW;IACzB,gBAAgB,EAAE,CAAC;IACnB,kBAAkB,EAAE,CAAC;IACrB,oBAAoB,EAAE,CAAC;IACvB,wBAAwB,EAAE,CAAC;IAC3B,0BAA0B,EAAE,CAAC;IAC7B,cAAc,EAAE,CAAC;IACjB,MAAM,EAAE,CAAC;AACX,CAAC","file":"index.js","sourcesContent":["import { registerEasing } from '@visactor/vstory-animate';\nimport { initVR, registerCharacters, registerGraphics } from '@visactor/vstory-core';\nimport { registerCommonBounceAction, registerVChartAction, registerVComponentAction } from '@visactor/vstory-player';\n\nexport * from '@visactor/vstory-core';\nexport * from '@visactor/vstory-player';\nexport * from '@visactor/vstory-templates';\nexport * from '@visactor/vstory-external';\nexport * from '@visactor/vstory-animate';\n\nexport function registerAll() {\n registerGraphics();\n registerCharacters();\n registerVChartAction();\n registerVComponentAction();\n registerCommonBounceAction();\n registerEasing();\n initVR();\n}\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAErH,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AAEzC,MAAM,UAAU,WAAW;IACzB,gBAAgB,EAAE,CAAC;IACnB,kBAAkB,EAAE,CAAC;IACrB,oBAAoB,EAAE,CAAC;IACvB,wBAAwB,EAAE,CAAC;IAC3B,0BAA0B,EAAE,CAAC;IAC7B,cAAc,EAAE,CAAC;IACjB,MAAM,EAAE,CAAC;AACX,CAAC;0BACuB,kBAAkB;qBAA9B,MAAM","file":"index.js","sourcesContent":["import { registerEasing } from '@visactor/vstory-animate';\nimport { initVR, registerCharacters, registerGraphics } from '@visactor/vstory-core';\nimport { registerCommonBounceAction, registerVChartAction, registerVComponentAction } from '@visactor/vstory-player';\n\nexport * from '@visactor/vstory-core';\nexport * from '@visactor/vstory-player';\nexport * from '@visactor/vstory-templates';\nexport * from '@visactor/vstory-external';\nexport * from '@visactor/vstory-animate';\n\nexport function registerAll() {\n registerGraphics();\n registerCharacters();\n registerVChartAction();\n registerVComponentAction();\n registerCommonBounceAction();\n registerEasing();\n initVR();\n}\nexport * as VUtils from '@visactor/vutils';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vstory",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "",
5
5
  "sideEffects": true,
6
6
  "main": "cjs/index.js",
@@ -12,12 +12,12 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vstory-core": "0.0.19",
16
- "@visactor/vstory-animate": "0.0.19",
17
- "@visactor/vstory-editor": "0.0.19",
18
- "@visactor/vstory-player": "0.0.19",
19
- "@visactor/vstory-templates": "0.0.19",
20
- "@visactor/vstory-external": "0.0.19"
15
+ "@visactor/vstory-core": "0.0.21",
16
+ "@visactor/vstory-animate": "0.0.21",
17
+ "@visactor/vstory-editor": "0.0.21",
18
+ "@visactor/vstory-player": "0.0.21",
19
+ "@visactor/vstory-templates": "0.0.21",
20
+ "@visactor/vstory-external": "0.0.21"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@rushstack/eslint-patch": "~1.1.4",
@@ -42,9 +42,9 @@
42
42
  "eslint": "~8.18.0",
43
43
  "vite": "3.2.6",
44
44
  "typescript": "4.9.5",
45
- "@internal/ts-config": "0.0.1",
46
45
  "@internal/bundler": "0.0.1",
47
- "@internal/eslint-config": "0.0.1"
46
+ "@internal/eslint-config": "0.0.1",
47
+ "@internal/ts-config": "0.0.1"
48
48
  },
49
49
  "keywords": [
50
50
  "VisActor",