@contractspec/lib.contracts-library 1.56.1 → 1.57.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,12 +1,14 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
2
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
3
3
  ℹ entry: src/index.ts
4
4
  ℹ tsconfig: tsconfig.json
5
5
  ℹ Build start
6
6
  ℹ Cleaning 4 files
7
7
  ℹ dist/index.mjs 4.64 kB │ gzip: 1.15 kB
8
8
  ℹ dist/index.mjs.map 6.96 kB │ gzip: 1.45 kB
9
- ℹ dist/index.d.mts.map 0.26 kB │ gzip: 0.18 kB
9
+ ℹ dist/index.d.mts.map 0.27 kB │ gzip: 0.18 kB
10
10
  ℹ dist/index.d.mts 0.57 kB │ gzip: 0.22 kB
11
- ℹ 4 files, total: 12.43 kB
12
- ✔ Build complete in 21661ms
11
+ ℹ 4 files, total: 12.44 kB
12
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
13
+
14
+ ✔ Build complete in 19859ms
@@ -1,13 +1,15 @@
1
1
  $ bun build:types && bun build:bundle
2
2
  $ tsc --noEmit
3
3
  $ tsdown
4
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
4
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
5
5
  ℹ entry: src/index.ts
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
8
8
  ℹ dist/index.mjs 4.64 kB │ gzip: 1.15 kB
9
9
  ℹ dist/index.mjs.map 6.96 kB │ gzip: 1.45 kB
10
- ℹ dist/index.d.mts.map 0.26 kB │ gzip: 0.18 kB
10
+ ℹ dist/index.d.mts.map 0.27 kB │ gzip: 0.18 kB
11
11
  ℹ dist/index.d.mts 0.57 kB │ gzip: 0.22 kB
12
- ℹ 4 files, total: 12.43 kB
13
- ✔ Build complete in 21644ms
12
+ ℹ 4 files, total: 12.44 kB
13
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
14
+
15
+ ✔ Build complete in 20658ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @contractspec/lib.contracts-library
2
2
 
3
+ ## 1.57.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 11a5a05: feat: improve product intent
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8ecf3c1]
12
+ - Updated dependencies [47c48c2]
13
+ - Updated dependencies [a119963]
14
+ - Updated dependencies [4651e06]
15
+ - Updated dependencies [ad9d10a]
16
+ - Updated dependencies [11a5a05]
17
+ - @contractspec/lib.contracts@1.57.0
18
+ - @contractspec/lib.schema@1.57.0
19
+
3
20
  ## 1.56.1
4
21
 
5
22
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/templates/recipes.ts","../src/templates/todos.ts","../src/templates/messaging.ts"],"sourcesContent":[],"mappings":";;;cAIa,kBA2CX,4BAAA,CA3C2B;;;cCAhB,oBAoDX,4BAAA,CApD6B;;;cCAlB,qBAuDX,4BAAA,CAvD8B"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/templates/recipes.ts","../src/templates/todos.ts","../src/templates/messaging.ts"],"mappings":";;;cAIa,gBAAA,EA2CX,4BAAA,CA3C2B,cAAA;;;cCAhB,kBAAA,EAoDX,4BAAA,CApD6B,cAAA;;;cCAlB,mBAAA,EAuDX,4BAAA,CAvD8B,cAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.contracts-library",
3
- "version": "1.56.1",
3
+ "version": "1.57.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -26,13 +26,13 @@
26
26
  "main": "./dist/index.js",
27
27
  "types": "./dist/index.d.ts",
28
28
  "dependencies": {
29
- "@contractspec/lib.contracts": "1.56.1",
30
- "@contractspec/lib.schema": "1.56.1"
29
+ "@contractspec/lib.contracts": "1.57.0",
30
+ "@contractspec/lib.schema": "1.57.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@contractspec/tool.tsdown": "1.56.1",
34
- "@contractspec/tool.typescript": "1.56.1",
35
- "tsdown": "^0.19.0",
33
+ "@contractspec/tool.tsdown": "1.57.0",
34
+ "@contractspec/tool.typescript": "1.57.0",
35
+ "tsdown": "^0.20.3",
36
36
  "typescript": "^5.9.3"
37
37
  }
38
38
  }