@shipfox/client-projects 0.2.0 → 2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shipfox/client-projects",
3
3
  "license": "MIT",
4
- "version": "0.2.0",
4
+ "version": "2.0.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -11,61 +11,38 @@
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
- "development": {
25
- "types": "./src/index.ts",
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
- "development": {
35
- "types": "./src/feature.ts",
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
- "development": {
45
- "types": "./src/routes/*.tsx",
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
  "@tanstack/react-form": "^1.32.0",
57
- "@shipfox/api-definitions-dto": "2.0.0",
58
- "@shipfox/api-projects-dto": "2.0.0",
59
- "@shipfox/api-workflows-dto": "2.0.0",
60
- "@shipfox/api-integration-core-dto": "3.0.0",
61
- "@shipfox/client-agent": "0.2.0",
62
- "@shipfox/client-auth": "0.2.0",
63
- "@shipfox/client-shell": "0.2.0",
64
- "@shipfox/client-integrations": "0.2.0",
65
- "@shipfox/client-api": "0.2.0",
66
- "@shipfox/client-ui": "0.2.0",
67
- "@shipfox/client-workflows": "0.2.0",
68
- "@shipfox/react-ui": "0.3.1"
34
+ "@shipfox/api-definitions-dto": "6.0.0",
35
+ "@shipfox/api-integration-core-dto": "6.0.0",
36
+ "@shipfox/api-projects-dto": "6.0.0",
37
+ "@shipfox/api-workflows-dto": "6.0.0",
38
+ "@shipfox/client-agent": "2.0.0",
39
+ "@shipfox/client-api": "1.0.0",
40
+ "@shipfox/client-auth": "2.0.0",
41
+ "@shipfox/client-integrations": "2.0.0",
42
+ "@shipfox/client-shell": "2.0.0",
43
+ "@shipfox/client-workflows": "2.0.0",
44
+ "@shipfox/client-ui": "2.0.0",
45
+ "@shipfox/react-ui": "0.3.3"
69
46
  },
70
47
  "peerDependencies": {
71
48
  "@tanstack/react-query": "^5.101.0",
@@ -99,12 +76,12 @@
99
76
  "tailwindcss": "^4.1.13",
100
77
  "vite": "^8.0.3",
101
78
  "vitest": "^4.1.5",
102
- "@shipfox/biome": "1.8.1",
103
- "@shipfox/swc": "1.2.5",
104
- "@shipfox/client-test-setup": "0.0.2",
105
- "@shipfox/vitest": "1.2.2",
106
- "@shipfox/typescript": "1.1.6",
107
- "@shipfox/ts-config": "1.3.8"
79
+ "@shipfox/biome": "1.8.2",
80
+ "@shipfox/client-test-setup": "0.0.3",
81
+ "@shipfox/swc": "1.2.6",
82
+ "@shipfox/ts-config": "1.3.8",
83
+ "@shipfox/typescript": "1.1.7",
84
+ "@shipfox/vitest": "1.2.3"
108
85
  },
109
86
  "scripts": {
110
87
  "build": "shipfox-swc",