@shipfox/client-workflows 0.2.0 → 1.0.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +17 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +20 -43
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipfox/client-workflows",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShipfoxHQ/shipfox.git",
|
|
@@ -11,56 +11,33 @@
|
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"imports": {
|
|
14
|
-
"#*":
|
|
15
|
-
"types": "./src/*",
|
|
16
|
-
"workspace-source": "./src/*",
|
|
17
|
-
"development": "./src/*",
|
|
18
|
-
"default": "./dist/*"
|
|
19
|
-
},
|
|
14
|
+
"#*": "./dist/*",
|
|
20
15
|
"#test/*": "./test/*"
|
|
21
16
|
},
|
|
22
17
|
"exports": {
|
|
23
18
|
".": {
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"default": "./src/index.ts"
|
|
27
|
-
},
|
|
28
|
-
"default": {
|
|
29
|
-
"types": "./dist/index.d.ts",
|
|
30
|
-
"default": "./dist/index.js"
|
|
31
|
-
}
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/index.js"
|
|
32
21
|
},
|
|
33
22
|
"./feature": {
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
"default": "./src/feature.ts"
|
|
37
|
-
},
|
|
38
|
-
"default": {
|
|
39
|
-
"types": "./dist/feature.d.ts",
|
|
40
|
-
"default": "./dist/feature.js"
|
|
41
|
-
}
|
|
23
|
+
"types": "./dist/feature.d.ts",
|
|
24
|
+
"default": "./dist/feature.js"
|
|
42
25
|
},
|
|
43
26
|
"./routes/*": {
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
"default": "./src/routes/*.tsx"
|
|
47
|
-
},
|
|
48
|
-
"default": {
|
|
49
|
-
"types": "./dist/routes/*.d.ts",
|
|
50
|
-
"default": "./dist/routes/*.js"
|
|
51
|
-
}
|
|
27
|
+
"types": "./dist/routes/*.d.ts",
|
|
28
|
+
"default": "./dist/routes/*.js"
|
|
52
29
|
}
|
|
53
30
|
},
|
|
54
31
|
"dependencies": {
|
|
55
32
|
"@swc/helpers": "^0.5.17",
|
|
56
33
|
"date-fns": "^4.1.0",
|
|
57
|
-
"@shipfox/api-workflows-dto": "
|
|
58
|
-
"@shipfox/client-logs": "0.
|
|
59
|
-
"@shipfox/client-shell": "0.
|
|
60
|
-
"@shipfox/client-
|
|
61
|
-
"@shipfox/client-
|
|
62
|
-
"@shipfox/client-ui": "0.
|
|
63
|
-
"@shipfox/react-ui": "0.3.
|
|
34
|
+
"@shipfox/api-workflows-dto": "5.0.0",
|
|
35
|
+
"@shipfox/client-logs": "1.0.0",
|
|
36
|
+
"@shipfox/client-shell": "1.0.0",
|
|
37
|
+
"@shipfox/client-triggers": "1.0.0",
|
|
38
|
+
"@shipfox/client-api": "1.0.0",
|
|
39
|
+
"@shipfox/client-ui": "1.0.0",
|
|
40
|
+
"@shipfox/react-ui": "0.3.2"
|
|
64
41
|
},
|
|
65
42
|
"peerDependencies": {
|
|
66
43
|
"@tanstack/react-query": "^5.101.0",
|
|
@@ -93,12 +70,12 @@
|
|
|
93
70
|
"tailwindcss": "^4.1.13",
|
|
94
71
|
"vite": "^8.0.3",
|
|
95
72
|
"vitest": "^4.1.5",
|
|
96
|
-
"@shipfox/
|
|
73
|
+
"@shipfox/biome": "1.8.2",
|
|
74
|
+
"@shipfox/client-test-setup": "0.0.3",
|
|
75
|
+
"@shipfox/swc": "1.2.6",
|
|
97
76
|
"@shipfox/ts-config": "1.3.8",
|
|
98
|
-
"@shipfox/typescript": "1.1.
|
|
99
|
-
"@shipfox/
|
|
100
|
-
"@shipfox/vitest": "1.2.2",
|
|
101
|
-
"@shipfox/client-test-setup": "0.0.2"
|
|
77
|
+
"@shipfox/typescript": "1.1.7",
|
|
78
|
+
"@shipfox/vitest": "1.2.3"
|
|
102
79
|
},
|
|
103
80
|
"scripts": {
|
|
104
81
|
"build": "shipfox-swc",
|