@visactor/react-vrender-utils 0.10.3 → 0.11.0-alpha.2

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/dist/index.min.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@visactor/react-vrender")):"function"==typeof define&&define.amd?define(["exports","@visactor/react-vrender"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ReactVRender=e.ReactVRender||{},e.ReactVRender.Utils={}),e.reactVrender)}(this,(function(e,t){"use strict";function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var r={exports:{}};function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}var a,i,l,u={};
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@visactor/react-vrender")):"function"==typeof define&&define.amd?define(["exports","@visactor/react-vrender"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ReactVRender=e.ReactVRender||{},e.ReactVRender.Utils={}),e.ReactVRender)}(this,(function(e,t){"use strict";function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var r={exports:{}};function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}var a,i,l,u={};
2
2
  /*
3
3
  object-assign
4
4
  (c) Sindre Sorhus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vrender-utils",
3
- "version": "0.10.3",
3
+ "version": "0.11.0-alpha.2",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -16,9 +16,9 @@
16
16
  "react-dom": "^18.2.0"
17
17
  },
18
18
  "dependencies": {
19
- "@visactor/vrender": "0.10.3",
20
- "@visactor/react-vrender": "0.10.3",
21
- "@visactor/vutils": "0.9.0-alpha.2",
19
+ "@visactor/vrender": "0.11.0-alpha.2",
20
+ "@visactor/react-vrender": "0.11.0-alpha.2",
21
+ "@visactor/vutils": "~0.9.2-alpha.5",
22
22
  "react-reconciler": "^0.29.0",
23
23
  "tslib": "^2.3.1"
24
24
  },
@@ -32,8 +32,8 @@
32
32
  "eslint": "~8.18.0",
33
33
  "vite": "3.2.6",
34
34
  "typescript": "4.9.5",
35
- "@internal/ts-config": "0.0.1",
36
35
  "@internal/bundler": "0.0.1",
36
+ "@internal/ts-config": "0.0.1",
37
37
  "@internal/eslint-config": "0.0.1"
38
38
  },
39
39
  "keywords": [
@@ -61,7 +61,7 @@
61
61
  "exports": {
62
62
  ".": {
63
63
  "import": "./es/index.js",
64
- "require": "./dist/index.js"
64
+ "require": "./cjs/index.js"
65
65
  }
66
66
  },
67
67
  "publishConfig": {