@visactor/vutils 0.9.0-alpha.2 → 0.9.2-alpha.4

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.
@@ -72,5 +72,4 @@ function debounce(func, wait, options) {
72
72
  }, debounced;
73
73
  }
74
74
 
75
- hasRaf = !1, exports.default = debounce;
76
- //# sourceMappingURL=debounce.js.map
75
+ hasRaf = !1, exports.default = debounce;
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const getType = value => ({}.toString.call(value).replace(/^\[object /, "").replace(/]$/, ""));
8
8
 
9
- exports.default = getType;
9
+ exports.default = getType;
10
+ //# sourceMappingURL=getType.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const isNull = value => null === value;
8
8
 
9
- exports.default = isNull;
10
- //# sourceMappingURL=isNull.js.map
9
+ exports.default = isNull;
@@ -9,4 +9,5 @@ const isObject = value => {
9
9
  return null !== value && "object" === type || "function" === type;
10
10
  };
11
11
 
12
- exports.default = isObject;
12
+ exports.default = isObject;
13
+ //# sourceMappingURL=isObject.js.map
@@ -31,4 +31,4 @@ function isShallowEqual(objA, objB) {
31
31
  }
32
32
 
33
33
  exports.isShallowEqual = isShallowEqual;
34
- //# sourceMappingURL=isShallowEqual.js.map
34
+ //# sourceMappingURL=isShallowEqual.js.map
@@ -16,4 +16,4 @@ const isType_1 = __importDefault(require("./isType")), isString = (value, fuzzy
16
16
  };
17
17
 
18
18
  exports.default = isString;
19
- //# sourceMappingURL=isString.js.map
19
+ //# sourceMappingURL=isString.js.map
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const isType = (value, type) => toString.call(value) === `[object ${type}]`;
8
8
 
9
9
  exports.default = isType;
10
- //# sourceMappingURL=isType.js.map
10
+ //# sourceMappingURL=isType.js.map
package/cjs/geo/index.js CHANGED
@@ -18,4 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./invariant"), exports), __exportStar(require("./interface"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=interface.js.map
6
+ //# sourceMappingURL=interface.js.map
@@ -42,4 +42,4 @@ function destination(point, distance, bearing, options = {}) {
42
42
  }
43
43
 
44
44
  exports.isPointInPolygon = isPointInPolygon, exports.destination = destination;
45
- //# sourceMappingURL=invariant.js.map
45
+ //# sourceMappingURL=invariant.js.map
@@ -64,5 +64,4 @@ function debounce(func, wait, options) {
64
64
 
65
65
  hasRaf = !1;
66
66
 
67
- export default debounce;
68
- //# sourceMappingURL=debounce.js.map
67
+ export default debounce;
@@ -1,3 +1,4 @@
1
1
  const getType = value => ({}.toString.call(value).replace(/^\[object /, "").replace(/]$/, ""));
2
2
 
3
- export default getType;
3
+ export default getType;
4
+ //# sourceMappingURL=getType.js.map
@@ -1,4 +1,3 @@
1
1
  const isNull = value => null === value;
2
2
 
3
- export default isNull;
4
- //# sourceMappingURL=isNull.js.map
3
+ export default isNull;
@@ -3,4 +3,5 @@ const isObject = value => {
3
3
  return null !== value && "object" === type || "function" === type;
4
4
  };
5
5
 
6
- export default isObject;
6
+ export default isObject;
7
+ //# sourceMappingURL=isObject.js.map
@@ -19,4 +19,4 @@ export function isShallowEqual(objA, objB) {
19
19
  return Object.keys(objA).forEach((k => !!is(objA[k], objB[k]) || (ret = !1, ret))),
20
20
  ret;
21
21
  }
22
- //# sourceMappingURL=isShallowEqual.js.map
22
+ //# sourceMappingURL=isShallowEqual.js.map
@@ -6,4 +6,4 @@ const isString = (value, fuzzy = !1) => {
6
6
  };
7
7
 
8
8
  export default isString;
9
- //# sourceMappingURL=isString.js.map
9
+ //# sourceMappingURL=isString.js.map
@@ -1,4 +1,4 @@
1
1
  const isType = (value, type) => toString.call(value) === `[object ${type}]`;
2
2
 
3
3
  export default isType;
4
- //# sourceMappingURL=isType.js.map
4
+ //# sourceMappingURL=isType.js.map
package/es/geo/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from "./invariant";
2
2
 
3
3
  export * from "./interface";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
@@ -37,4 +37,4 @@ export function destination(point, distance, bearing, options = {}) {
37
37
  y: radianToDegree(latitude2)
38
38
  };
39
39
  }
40
- //# sourceMappingURL=invariant.js.map
40
+ //# sourceMappingURL=invariant.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vutils",
3
- "version": "0.9.0-alpha.2",
3
+ "version": "0.9.2-alpha.4",
4
4
  "main": "cjs/index.js",
5
5
  "module": "es/index.js",
6
6
  "types": "es/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "description": "util",
13
13
  "author": "dp-fe",
14
- "license": "ISC",
14
+ "license": "MIT",
15
15
  "keywords": [
16
16
  "visual",
17
17
  "utility"
@@ -26,10 +26,10 @@
26
26
  "@types/jest": "~29.5.0",
27
27
  "typescript": "4.9.5",
28
28
  "@types/node": "*",
29
- "@internal/jest-config": "0.0.1",
30
- "@internal/ts-config": "0.0.1",
31
29
  "@internal/bundler": "0.0.1",
32
- "@internal/eslint-config": "0.0.1"
30
+ "@internal/eslint-config": "0.0.1",
31
+ "@internal/jest-config": "0.0.1",
32
+ "@internal/ts-config": "0.0.1"
33
33
  },
34
34
  "dependencies": {
35
35
  "eventemitter3": "^4.0.7",
File without changes
File without changes