@contractspec/lib.contracts-library 3.7.0 → 3.7.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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=5 noBundle=false
6
- Bundled 5 modules in 17ms
6
+ Bundled 5 modules in 13ms
7
7
 
8
8
  ./index.js 5.1 KB (entry point)
9
9
  templates/index.js 5.1 KB (entry point)
@@ -12,7 +12,7 @@ Bundled 5 modules in 17ms
12
12
  templates/todos.js 1.70 KB (entry point)
13
13
 
14
14
  [contractspec-bun-build] transpile target=node root=src entries=5 noBundle=false
15
- Bundled 5 modules in 25ms
15
+ Bundled 5 modules in 31ms
16
16
 
17
17
  ./index.js 5.1 KB (entry point)
18
18
  templates/index.js 5.1 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 5 modules in 25ms
21
21
  templates/todos.js 1.69 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=browser root=src entries=5 noBundle=false
24
- Bundled 5 modules in 25ms
24
+ Bundled 5 modules in 27ms
25
25
 
26
26
  ./index.js 5.1 KB (entry point)
27
27
  templates/index.js 5.1 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/lib.contracts-library
2
2
 
3
+ ## 3.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5eb8626: fix: package exports
8
+ - Updated dependencies [5eb8626]
9
+ - @contractspec/lib.contracts-spec@3.7.1
10
+ - @contractspec/lib.schema@3.7.1
11
+
3
12
  ## 3.7.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": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -22,44 +22,37 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/index.d.ts",
25
+ "browser": "./dist/browser/index.js",
25
26
  "bun": "./dist/index.js",
26
27
  "node": "./dist/node/index.js",
27
- "browser": "./dist/browser/index.js",
28
28
  "default": "./dist/index.js"
29
29
  },
30
30
  "./templates": {
31
31
  "types": "./dist/templates/index.d.ts",
32
- "bun": "./dist/templates/index.js",
33
- "node": "./dist/node/templates/index.js",
34
32
  "browser": "./dist/browser/templates/index.js",
35
- "default": "./dist/templates/index.js"
36
- },
37
- "./templates/index": {
38
- "types": "./dist/templates/index.d.ts",
39
33
  "bun": "./dist/templates/index.js",
40
34
  "node": "./dist/node/templates/index.js",
41
- "browser": "./dist/browser/templates/index.js",
42
35
  "default": "./dist/templates/index.js"
43
36
  },
44
37
  "./templates/messaging": {
45
38
  "types": "./dist/templates/messaging.d.ts",
39
+ "browser": "./dist/browser/templates/messaging.js",
46
40
  "bun": "./dist/templates/messaging.js",
47
41
  "node": "./dist/node/templates/messaging.js",
48
- "browser": "./dist/browser/templates/messaging.js",
49
42
  "default": "./dist/templates/messaging.js"
50
43
  },
51
44
  "./templates/recipes": {
52
45
  "types": "./dist/templates/recipes.d.ts",
46
+ "browser": "./dist/browser/templates/recipes.js",
53
47
  "bun": "./dist/templates/recipes.js",
54
48
  "node": "./dist/node/templates/recipes.js",
55
- "browser": "./dist/browser/templates/recipes.js",
56
49
  "default": "./dist/templates/recipes.js"
57
50
  },
58
51
  "./templates/todos": {
59
52
  "types": "./dist/templates/todos.d.ts",
53
+ "browser": "./dist/browser/templates/todos.js",
60
54
  "bun": "./dist/templates/todos.js",
61
55
  "node": "./dist/node/templates/todos.js",
62
- "browser": "./dist/browser/templates/todos.js",
63
56
  "default": "./dist/templates/todos.js"
64
57
  }
65
58
  }
@@ -67,56 +60,49 @@
67
60
  "exports": {
68
61
  ".": {
69
62
  "types": "./dist/index.d.ts",
63
+ "browser": "./dist/browser/index.js",
70
64
  "bun": "./dist/index.js",
71
65
  "node": "./dist/node/index.js",
72
- "browser": "./dist/browser/index.js",
73
66
  "default": "./dist/index.js"
74
67
  },
75
68
  "./templates": {
76
69
  "types": "./dist/templates/index.d.ts",
77
- "bun": "./dist/templates/index.js",
78
- "node": "./dist/node/templates/index.js",
79
70
  "browser": "./dist/browser/templates/index.js",
80
- "default": "./dist/templates/index.js"
81
- },
82
- "./templates/index": {
83
- "types": "./dist/templates/index.d.ts",
84
71
  "bun": "./dist/templates/index.js",
85
72
  "node": "./dist/node/templates/index.js",
86
- "browser": "./dist/browser/templates/index.js",
87
73
  "default": "./dist/templates/index.js"
88
74
  },
89
75
  "./templates/messaging": {
90
76
  "types": "./dist/templates/messaging.d.ts",
77
+ "browser": "./dist/browser/templates/messaging.js",
91
78
  "bun": "./dist/templates/messaging.js",
92
79
  "node": "./dist/node/templates/messaging.js",
93
- "browser": "./dist/browser/templates/messaging.js",
94
80
  "default": "./dist/templates/messaging.js"
95
81
  },
96
82
  "./templates/recipes": {
97
83
  "types": "./dist/templates/recipes.d.ts",
84
+ "browser": "./dist/browser/templates/recipes.js",
98
85
  "bun": "./dist/templates/recipes.js",
99
86
  "node": "./dist/node/templates/recipes.js",
100
- "browser": "./dist/browser/templates/recipes.js",
101
87
  "default": "./dist/templates/recipes.js"
102
88
  },
103
89
  "./templates/todos": {
104
90
  "types": "./dist/templates/todos.d.ts",
91
+ "browser": "./dist/browser/templates/todos.js",
105
92
  "bun": "./dist/templates/todos.js",
106
93
  "node": "./dist/node/templates/todos.js",
107
- "browser": "./dist/browser/templates/todos.js",
108
94
  "default": "./dist/templates/todos.js"
109
95
  }
110
96
  },
111
97
  "main": "./dist/index.js",
112
98
  "types": "./dist/index.d.ts",
113
99
  "dependencies": {
114
- "@contractspec/lib.contracts-spec": "3.7.0",
115
- "@contractspec/lib.schema": "3.7.0"
100
+ "@contractspec/lib.contracts-spec": "3.7.1",
101
+ "@contractspec/lib.schema": "3.7.1"
116
102
  },
117
103
  "devDependencies": {
118
- "@contractspec/tool.typescript": "3.7.0",
104
+ "@contractspec/tool.typescript": "3.7.1",
119
105
  "typescript": "^5.9.3",
120
- "@contractspec/tool.bun": "3.7.0"
106
+ "@contractspec/tool.bun": "3.7.1"
121
107
  }
122
108
  }