@flowgram.ai/panel-manager-plugin 0.1.0-alpha.22 → 0.1.0-alpha.23
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.
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
{"kind":"O","text":"\u001b[34mCLI\u001b[39m Target: es2020\n"}
|
|
10
10
|
{"kind":"O","text":"\u001b[34mCJS\u001b[39m Build start\n"}
|
|
11
11
|
{"kind":"O","text":"\u001b[34mESM\u001b[39m Build start\n"}
|
|
12
|
-
{"kind":"O","text":"\u001b[32mESM\u001b[39m \u001b[1mdist/esm/index.js \u001b[22m\u001b[32m13.07 KB\u001b[39m\n"}
|
|
13
|
-
{"kind":"O","text":"\u001b[32mESM\u001b[39m \u001b[1mdist/esm/index.js.map \u001b[22m\u001b[32m24.15 KB\u001b[39m\n"}
|
|
14
|
-
{"kind":"O","text":"\u001b[32mESM\u001b[39m ⚡️ Build success in 91ms\n"}
|
|
15
12
|
{"kind":"O","text":"\u001b[32mCJS\u001b[39m \u001b[1mdist/index.js \u001b[22m\u001b[32m15.42 KB\u001b[39m\n"}
|
|
16
13
|
{"kind":"O","text":"\u001b[32mCJS\u001b[39m \u001b[1mdist/index.js.map \u001b[22m\u001b[32m24.71 KB\u001b[39m\n"}
|
|
17
|
-
{"kind":"O","text":"\u001b[32mCJS\u001b[39m ⚡️ Build success in
|
|
14
|
+
{"kind":"O","text":"\u001b[32mCJS\u001b[39m ⚡️ Build success in 82ms\n"}
|
|
15
|
+
{"kind":"O","text":"\u001b[32mESM\u001b[39m \u001b[1mdist/esm/index.js \u001b[22m\u001b[32m13.07 KB\u001b[39m\n"}
|
|
16
|
+
{"kind":"O","text":"\u001b[32mESM\u001b[39m \u001b[1mdist/esm/index.js.map \u001b[22m\u001b[32m24.15 KB\u001b[39m\n"}
|
|
17
|
+
{"kind":"O","text":"\u001b[32mESM\u001b[39m ⚡️ Build success in 85ms\n"}
|
|
18
18
|
{"kind":"O","text":"\u001b[34mDTS\u001b[39m Build start\n"}
|
|
19
|
-
{"kind":"O","text":"\u001b[32mDTS\u001b[39m ⚡️ Build success in
|
|
19
|
+
{"kind":"O","text":"\u001b[32mDTS\u001b[39m ⚡️ Build success in 3191ms\n"}
|
|
20
20
|
{"kind":"O","text":"\u001b[32mDTS\u001b[39m \u001b[1mdist/index.d.ts \u001b[22m\u001b[32m3.49 KB\u001b[39m\n"}
|
|
21
21
|
{"kind":"O","text":"\u001b[32mDTS\u001b[39m \u001b[1mdist/index.d.mts \u001b[22m\u001b[32m3.49 KB\u001b[39m\n"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/panel-manager-plugin",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.23",
|
|
4
4
|
"homepage": "https://flowgram.ai/",
|
|
5
5
|
"repository": "https://github.com/bytedance/flowgram.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"inversify": "^6.0.1",
|
|
17
17
|
"clsx": "^1.1.1",
|
|
18
|
-
"@flowgram.ai/core": "0.1.0-alpha.
|
|
19
|
-
"@flowgram.ai/utils": "0.1.0-alpha.
|
|
18
|
+
"@flowgram.ai/core": "0.1.0-alpha.23",
|
|
19
|
+
"@flowgram.ai/utils": "0.1.0-alpha.23"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"react": "^18",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@types/react-dom": "^18",
|
|
26
26
|
"tsup": "^8.0.1",
|
|
27
27
|
"typescript": "^5.8.3",
|
|
28
|
-
"@flowgram.ai/
|
|
29
|
-
"@flowgram.ai/
|
|
28
|
+
"@flowgram.ai/eslint-config": "0.1.0-alpha.23",
|
|
29
|
+
"@flowgram.ai/ts-config": "0.1.0-alpha.23"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.8",
|
|
@@ -9,13 +9,13 @@ CLI tsup v8.5.0
|
|
|
9
9
|
CLI Target: es2020
|
|
10
10
|
CJS Build start
|
|
11
11
|
ESM Build start
|
|
12
|
-
ESM dist/esm/index.js 13.07 KB
|
|
13
|
-
ESM dist/esm/index.js.map 24.15 KB
|
|
14
|
-
ESM ⚡️ Build success in 91ms
|
|
15
12
|
CJS dist/index.js 15.42 KB
|
|
16
13
|
CJS dist/index.js.map 24.71 KB
|
|
17
|
-
CJS ⚡️ Build success in
|
|
14
|
+
CJS ⚡️ Build success in 82ms
|
|
15
|
+
ESM dist/esm/index.js 13.07 KB
|
|
16
|
+
ESM dist/esm/index.js.map 24.15 KB
|
|
17
|
+
ESM ⚡️ Build success in 85ms
|
|
18
18
|
DTS Build start
|
|
19
|
-
DTS ⚡️ Build success in
|
|
19
|
+
DTS ⚡️ Build success in 3191ms
|
|
20
20
|
DTS dist/index.d.ts 3.49 KB
|
|
21
21
|
DTS dist/index.d.mts 3.49 KB
|