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