@silkweave/typegen 1.9.1 → 1.11.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.
@@ -1,13 +1,13 @@
1
-
2
- $ tsdown
3
- ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
4
- ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/typegen/tsdown.config.ts
5
- ℹ entry: ./src/index.ts
6
- ℹ tsconfig: tsconfig.json
7
- ℹ Build start
8
- ℹ build/index.mjs  9.92 kB │ gzip: 2.77 kB
9
- ℹ build/index.mjs.map 18.75 kB │ gzip: 5.20 kB
10
- ℹ build/index.d.mts.map  0.52 kB │ gzip: 0.30 kB
11
- ℹ build/index.d.mts  1.73 kB │ gzip: 0.80 kB
12
- ℹ 4 files, total: 30.92 kB
13
- ✔ Build complete in 562ms
1
+ $ tsdown
2
+ ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
3
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/typegen/tsdown.config.ts
4
+ ℹ entry: ./src/index.ts
5
+ ℹ tsconfig: tsconfig.json
6
+ ℹ Build start
7
+ ℹ Cleaning 4 files
8
+ ℹ build/index.mjs  9.92 kB │ gzip: 2.77 kB
9
+ ℹ build/index.mjs.map 18.75 kB │ gzip: 5.20 kB
10
+ ℹ build/index.d.mts.map  0.52 kB │ gzip: 0.30 kB
11
+ ℹ build/index.d.mts  1.73 kB │ gzip: 0.80 kB
12
+ ℹ 4 files, total: 30.92 kB
13
+ ✔ Build complete in 896ms
@@ -12,4 +12,4 @@
12
12
  ℹ build/index.d.mts.map  0.52 kB │ gzip: 0.30 kB
13
13
  ℹ build/index.d.mts  1.73 kB │ gzip: 0.80 kB
14
14
  ℹ 4 files, total: 30.92 kB
15
- ✔ Build complete in 511ms
15
+ ✔ Build complete in 607ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/typegen",
3
- "version": "1.9.1",
3
+ "version": "1.11.0",
4
4
  "description": "Silkweave Type Generator",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "change-case": "^5.4.4",
14
14
  "zod": "^3.25.0",
15
- "@silkweave/core": "1.9.1"
15
+ "@silkweave/core": "1.11.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "typescript": ">=5.0.0"