@spacefast/setup-ui 0.2.1 → 0.2.2
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/package.json +1 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spacefast/setup-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Pure registry-driven setup UI for Spacefast agents",
|
|
6
6
|
"repository": {
|
|
@@ -19,13 +19,6 @@
|
|
|
19
19
|
"dist",
|
|
20
20
|
"src/styles.css"
|
|
21
21
|
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "node scripts/clean-dist.mjs && tsc --project tsconfig.build.json && node scripts/copy-assets.mjs",
|
|
24
|
-
"prepack": "bun run build",
|
|
25
|
-
"test": "bun test ./src && bun run test:package",
|
|
26
|
-
"test:package": "bun run build && node scripts/smoke-import.mjs",
|
|
27
|
-
"typecheck": "tsc --project tsconfig.json --noEmit"
|
|
28
|
-
},
|
|
29
22
|
"exports": {
|
|
30
23
|
".": {
|
|
31
24
|
"types": "./dist/index.d.ts",
|
|
@@ -37,15 +30,6 @@
|
|
|
37
30
|
"dependencies": {
|
|
38
31
|
"@phosphor-icons/react": "^2.1.10"
|
|
39
32
|
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@happy-dom/global-registrator": "^20.11.1",
|
|
42
|
-
"@types/react": "^19.2.17",
|
|
43
|
-
"@types/react-dom": "^19.2.3",
|
|
44
|
-
"bun-types": "^1.3.14",
|
|
45
|
-
"react": "^19.2.8",
|
|
46
|
-
"react-dom": "^19.2.8",
|
|
47
|
-
"typescript": "^6.0.3"
|
|
48
|
-
},
|
|
49
33
|
"peerDependencies": {
|
|
50
34
|
"react": "^19.2.0",
|
|
51
35
|
"react-dom": "^19.2.0"
|