@localstack/appinspector-ui 1.0.127 → 1.0.130
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.cjs +8063 -7450
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +21811 -21198
- package/dist/index.js.map +1 -1
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@localstack/appinspector-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.130",
|
|
4
4
|
"description": "LocalStack AppInspector UI",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"localstack:wait": "localstack wait -t 60",
|
|
22
22
|
"prepare": "husky",
|
|
23
23
|
"preview": "vite preview",
|
|
24
|
+
"simplify-icons": "node scripts/simplify-icons.mjs",
|
|
24
25
|
"storybook": "storybook dev -p 6006",
|
|
25
26
|
"test:e2e": "npm run localstack:start && npm run localstack:wait && npm run test:playwright && npm run localstack:stop",
|
|
26
27
|
"test:playwright": "playwright test",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"@storybook/react-vite": "^10.3.3",
|
|
56
57
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
57
58
|
"@tanstack/react-table": "^8.21.3",
|
|
59
|
+
"@tanstack/react-virtual": "^3.13.24",
|
|
58
60
|
"@textea/json-viewer": "^3.5.0",
|
|
59
61
|
"@types/node": "^24.10.1",
|
|
60
62
|
"@types/react": "^17",
|
|
@@ -95,7 +97,8 @@
|
|
|
95
97
|
"ua-parser-js": "^2.0.9",
|
|
96
98
|
"vite": "^7.2.2",
|
|
97
99
|
"vite-plugin-svgr": "^4.5.0",
|
|
98
|
-
"vitest": "^4.1.0"
|
|
100
|
+
"vitest": "^4.1.0",
|
|
101
|
+
"zustand": "^4.5.7"
|
|
99
102
|
},
|
|
100
103
|
"peerDependencies": {
|
|
101
104
|
"@dagrejs/dagre": "^1",
|
|
@@ -108,7 +111,8 @@
|
|
|
108
111
|
"@xyflow/react": "^12",
|
|
109
112
|
"react": "^17",
|
|
110
113
|
"react-dom": "^17",
|
|
111
|
-
"react-router-dom": "^6"
|
|
114
|
+
"react-router-dom": "^6",
|
|
115
|
+
"zustand": "^4.5.7"
|
|
112
116
|
},
|
|
113
|
-
"packageManager": "
|
|
117
|
+
"packageManager": "pnpm@11.0.4+sha512.0a397165007a014ed52919a61e5f46c48b9bca88404c303ecaecc63f62def563898d3c6b8a5d5ea5811eb398cfe03ab05da1a5ce963f126d5ead4c02f93b83c3"
|
|
114
118
|
}
|