@flowgram.ai/utils 0.4.13 → 0.4.15
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.js +3 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// src/index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
Angle: () => Angle,
|
|
34
34
|
Cache: () => Cache,
|
|
35
35
|
CancellationToken: () => CancellationToken,
|
|
@@ -120,7 +120,7 @@ __export(src_exports, {
|
|
|
120
120
|
useRefresh: () => useRefresh,
|
|
121
121
|
values: () => values
|
|
122
122
|
});
|
|
123
|
-
module.exports = __toCommonJS(
|
|
123
|
+
module.exports = __toCommonJS(index_exports);
|
|
124
124
|
|
|
125
125
|
// src/math/const.ts
|
|
126
126
|
var { PI } = Math;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/utils",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.15",
|
|
4
4
|
"homepage": "https://flowgram.ai/",
|
|
5
5
|
"repository": "https://github.com/bytedance/flowgram.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"@testing-library/react": "^12",
|
|
26
26
|
"@types/react": "^18",
|
|
27
27
|
"@types/react-dom": "^18",
|
|
28
|
-
"@vitest/coverage-v8": "^
|
|
28
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
29
29
|
"eslint": "^8.54.0",
|
|
30
30
|
"jsdom": "^26.1.0",
|
|
31
31
|
"react": "^18",
|
|
32
32
|
"react-dom": "^18",
|
|
33
33
|
"tsup": "^8.0.1",
|
|
34
34
|
"typescript": "^5.8.3",
|
|
35
|
-
"vitest": "^
|
|
36
|
-
"@flowgram.ai/eslint-config": "0.4.
|
|
37
|
-
"@flowgram.ai/ts-config": "0.4.
|
|
35
|
+
"vitest": "^3.2.4",
|
|
36
|
+
"@flowgram.ai/eslint-config": "0.4.15",
|
|
37
|
+
"@flowgram.ai/ts-config": "0.4.15"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": ">=16.8",
|