@shipfox/api-agent-dto 8.0.0 → 9.0.1

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.
@@ -1,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 11 files with swc (272.78ms)
2
+ Successfully compiled: 11 files with swc (350.19ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @shipfox/api-agent-dto
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 475ce59: Republishes all public packages after restoring release authorization.
8
+ - Updated dependencies [8436596]
9
+ - Updated dependencies [475ce59]
10
+ - @shipfox/workflow-document@2.1.2
11
+ - @shipfox/inter-module@0.2.1
12
+
13
+ ## 9.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - 46aa52f: Closes remaining API package-boundary exceptions and moves model-provider policy behind the Agent implementation boundary.
18
+
19
+ ### Patch Changes
20
+
21
+ - @shipfox/inter-module@0.2.0
22
+ - @shipfox/workflow-document@2.1.1
23
+
3
24
  ## 8.0.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shipfox/api-agent-dto",
3
3
  "license": "MIT",
4
- "version": "8.0.0",
4
+ "version": "9.0.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -11,10 +11,6 @@
11
11
  "type": "module",
12
12
  "main": "dist/index.js",
13
13
  "types": "dist/index.d.ts",
14
- "imports": {
15
- "#test/*": "./test/*",
16
- "#*": "./dist/*"
17
- },
18
14
  "exports": {
19
15
  ".": {
20
16
  "types": "./dist/index.d.ts",
@@ -27,8 +23,11 @@
27
23
  },
28
24
  "dependencies": {
29
25
  "zod": "^4.4.3",
30
- "@shipfox/inter-module": "0.2.0",
31
- "@shipfox/workflow-document": "2.1.1"
26
+ "@shipfox/inter-module": "0.2.1",
27
+ "@shipfox/workflow-document": "2.1.2"
28
+ },
29
+ "imports": {
30
+ "#*": "./dist/*"
32
31
  },
33
32
  "scripts": {
34
33
  "build": "shipfox-swc",