@contractspec/lib.contracts-library 1.56.0 → 1.56.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.
@@ -9,4 +9,4 @@ $ tsdown
9
9
  ℹ dist/index.d.mts.map 0.26 kB │ gzip: 0.18 kB
10
10
  ℹ dist/index.d.mts 0.57 kB │ gzip: 0.22 kB
11
11
  ℹ 4 files, total: 12.43 kB
12
- ✔ Build complete in 20046ms
12
+ ✔ Build complete in 21661ms
@@ -1,15 +1,13 @@
1
-
2
- $ bun build:types && bun build:bundle
3
- $ tsc --noEmit
4
- $ tsdown
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
- ℹ entry: src/index.ts
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ Cleaning 4 files
10
- ℹ dist/index.mjs 4.64 kB │ gzip: 1.15 kB
11
- ℹ dist/index.mjs.map 6.96 kB │ gzip: 1.45 kB
12
- ℹ dist/index.d.mts.map 0.26 kB │ gzip: 0.18 kB
13
- ℹ dist/index.d.mts 0.57 kB │ gzip: 0.22 kB
14
- ℹ 4 files, total: 12.43 kB
15
- ✔ Build complete in 4181ms
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ entry: src/index.ts
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ dist/index.mjs 4.64 kB │ gzip: 1.15 kB
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
11
+ ℹ dist/index.d.mts 0.57 kB │ gzip: 0.22 kB
12
+ ℹ 4 files, total: 12.43 kB
13
+ ✔ Build complete in 21644ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/lib.contracts-library
2
2
 
3
+ ## 1.56.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve publish config
8
+ - Updated dependencies
9
+ - @contractspec/lib.contracts@1.56.1
10
+ - @contractspec/lib.schema@1.56.1
11
+
3
12
  ## 1.56.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.contracts-library",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -26,12 +26,12 @@
26
26
  "main": "./dist/index.js",
27
27
  "types": "./dist/index.d.ts",
28
28
  "dependencies": {
29
- "@contractspec/lib.contracts": "1.56.0",
30
- "@contractspec/lib.schema": "1.56.0"
29
+ "@contractspec/lib.contracts": "1.56.1",
30
+ "@contractspec/lib.schema": "1.56.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@contractspec/tool.tsdown": "1.56.0",
34
- "@contractspec/tool.typescript": "1.56.0",
33
+ "@contractspec/tool.tsdown": "1.56.1",
34
+ "@contractspec/tool.typescript": "1.56.1",
35
35
  "tsdown": "^0.19.0",
36
36
  "typescript": "^5.9.3"
37
37
  }