@visactor/react-vrender-utils 0.12.20-alpha.8 → 0.12.20-alpha.9

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -4,14 +4,14 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ReactVRender = global.ReactVRender || {}, global.ReactVRender.Utils = {}), global.ReactVRender));
5
5
  })(this, (function (exports, reactVrender) { 'use strict';
6
6
 
7
- function _typeof(o) {
7
+ function _typeof(obj) {
8
8
  "@babel/helpers - typeof";
9
9
 
10
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
11
- return typeof o;
12
- } : function (o) {
13
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
14
- }, _typeof(o);
10
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
11
+ return typeof obj;
12
+ } : function (obj) {
13
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
14
+ }, _typeof(obj);
15
15
  }
16
16
 
17
17
  function __rest(s, e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vrender-utils",
3
- "version": "0.12.20-alpha.8",
3
+ "version": "0.12.20-alpha.9",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -16,8 +16,8 @@
16
16
  "react-dom": "^18.2.0"
17
17
  },
18
18
  "dependencies": {
19
- "@visactor/vrender": "0.14.6-alpha.8",
20
- "@visactor/react-vrender": "0.12.20-alpha.8",
19
+ "@visactor/vrender": "0.15.0-alpha.9",
20
+ "@visactor/react-vrender": "0.12.20-alpha.9",
21
21
  "@visactor/vutils": "~0.15.5",
22
22
  "react-reconciler": "^0.29.0",
23
23
  "tslib": "^2.3.1"
@@ -33,8 +33,8 @@
33
33
  "vite": "3.2.6",
34
34
  "typescript": "4.9.5",
35
35
  "@internal/bundler": "0.0.1",
36
- "@internal/ts-config": "0.0.1",
37
- "@internal/eslint-config": "0.0.1"
36
+ "@internal/eslint-config": "0.0.1",
37
+ "@internal/ts-config": "0.0.1"
38
38
  },
39
39
  "keywords": [
40
40
  "VisActor",