@contractspec/example.lifecycle-dashboard 1.60.0 → 1.61.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.
@@ -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
6
- Bundled 5 modules in 30ms
6
+ Bundled 5 modules in 34ms
7
7
 
8
8
  docs/index.js 0.95 KB (entry point)
9
9
  ./index.js 3.46 KB (entry point)
@@ -12,7 +12,7 @@ Bundled 5 modules in 30ms
12
12
  snippets/page.js 1.58 KB (entry point)
13
13
 
14
14
  [contractspec-bun-build] transpile target=node root=src entries=5
15
- Bundled 5 modules in 31ms
15
+ Bundled 5 modules in 37ms
16
16
 
17
17
  docs/index.js 0.94 KB (entry point)
18
18
  ./index.js 3.45 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 5 modules in 31ms
21
21
  snippets/page.js 1.58 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=browser root=src entries=5
24
- Bundled 5 modules in 11ms
24
+ Bundled 5 modules in 47ms
25
25
 
26
26
  docs/index.js 0.94 KB (entry point)
27
27
  ./index.js 3.45 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @contractspec/example.lifecycle-dashboard
2
2
 
3
+ ## 1.61.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 374fd71: fix: publishing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [374fd71]
12
+ - @contractspec/lib.contracts@1.61.0
13
+
3
14
  ## 1.60.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.lifecycle-dashboard",
3
- "version": "1.60.0",
3
+ "version": "1.61.0",
4
4
  "description": "Lifecycle dashboard example (snippet): how to call lifecycle-managed APIs and render a status card.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -8,42 +8,42 @@
8
8
  ".": {
9
9
  "types": "./dist/index.d.ts",
10
10
  "bun": "./dist/index.js",
11
- "node": "./dist/node/index.mjs",
11
+ "node": "./dist/node/index.js",
12
12
  "browser": "./dist/browser/index.js",
13
13
  "default": "./dist/index.js"
14
14
  },
15
15
  "./docs": {
16
16
  "types": "./dist/docs/index.d.ts",
17
17
  "bun": "./dist/docs/index.js",
18
- "node": "./dist/node/docs/index.mjs",
18
+ "node": "./dist/node/docs/index.js",
19
19
  "browser": "./dist/browser/docs/index.js",
20
20
  "default": "./dist/docs/index.js"
21
21
  },
22
22
  "./docs/index": {
23
23
  "types": "./dist/docs/index.d.ts",
24
24
  "bun": "./dist/docs/index.js",
25
- "node": "./dist/node/docs/index.mjs",
25
+ "node": "./dist/node/docs/index.js",
26
26
  "browser": "./dist/browser/docs/index.js",
27
27
  "default": "./dist/docs/index.js"
28
28
  },
29
29
  "./docs/lifecycle-dashboard.docblock": {
30
30
  "types": "./dist/docs/lifecycle-dashboard.docblock.d.ts",
31
31
  "bun": "./dist/docs/lifecycle-dashboard.docblock.js",
32
- "node": "./dist/node/docs/lifecycle-dashboard.docblock.mjs",
32
+ "node": "./dist/node/docs/lifecycle-dashboard.docblock.js",
33
33
  "browser": "./dist/browser/docs/lifecycle-dashboard.docblock.js",
34
34
  "default": "./dist/docs/lifecycle-dashboard.docblock.js"
35
35
  },
36
36
  "./example": {
37
37
  "types": "./dist/example.d.ts",
38
38
  "bun": "./dist/example.js",
39
- "node": "./dist/node/example.mjs",
39
+ "node": "./dist/node/example.js",
40
40
  "browser": "./dist/browser/example.js",
41
41
  "default": "./dist/example.js"
42
42
  },
43
43
  "./snippets/page": {
44
44
  "types": "./dist/snippets/page.d.ts",
45
45
  "bun": "./dist/snippets/page.js",
46
- "node": "./dist/node/snippets/page.mjs",
46
+ "node": "./dist/node/snippets/page.js",
47
47
  "browser": "./dist/browser/snippets/page.js",
48
48
  "default": "./dist/snippets/page.js"
49
49
  }
@@ -64,12 +64,12 @@
64
64
  "typecheck": "tsc --noEmit"
65
65
  },
66
66
  "dependencies": {
67
- "@contractspec/lib.contracts": "1.60.0"
67
+ "@contractspec/lib.contracts": "1.61.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@contractspec/tool.typescript": "1.60.0",
70
+ "@contractspec/tool.typescript": "1.61.0",
71
71
  "typescript": "^5.9.3",
72
- "@contractspec/tool.bun": "1.59.0"
72
+ "@contractspec/tool.bun": "1.60.0"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public",
@@ -77,42 +77,42 @@
77
77
  ".": {
78
78
  "types": "./dist/index.d.ts",
79
79
  "bun": "./dist/index.js",
80
- "node": "./dist/node/index.mjs",
80
+ "node": "./dist/node/index.js",
81
81
  "browser": "./dist/browser/index.js",
82
82
  "default": "./dist/index.js"
83
83
  },
84
84
  "./docs": {
85
85
  "types": "./dist/docs/index.d.ts",
86
86
  "bun": "./dist/docs/index.js",
87
- "node": "./dist/node/docs/index.mjs",
87
+ "node": "./dist/node/docs/index.js",
88
88
  "browser": "./dist/browser/docs/index.js",
89
89
  "default": "./dist/docs/index.js"
90
90
  },
91
91
  "./docs/index": {
92
92
  "types": "./dist/docs/index.d.ts",
93
93
  "bun": "./dist/docs/index.js",
94
- "node": "./dist/node/docs/index.mjs",
94
+ "node": "./dist/node/docs/index.js",
95
95
  "browser": "./dist/browser/docs/index.js",
96
96
  "default": "./dist/docs/index.js"
97
97
  },
98
98
  "./docs/lifecycle-dashboard.docblock": {
99
99
  "types": "./dist/docs/lifecycle-dashboard.docblock.d.ts",
100
100
  "bun": "./dist/docs/lifecycle-dashboard.docblock.js",
101
- "node": "./dist/node/docs/lifecycle-dashboard.docblock.mjs",
101
+ "node": "./dist/node/docs/lifecycle-dashboard.docblock.js",
102
102
  "browser": "./dist/browser/docs/lifecycle-dashboard.docblock.js",
103
103
  "default": "./dist/docs/lifecycle-dashboard.docblock.js"
104
104
  },
105
105
  "./example": {
106
106
  "types": "./dist/example.d.ts",
107
107
  "bun": "./dist/example.js",
108
- "node": "./dist/node/example.mjs",
108
+ "node": "./dist/node/example.js",
109
109
  "browser": "./dist/browser/example.js",
110
110
  "default": "./dist/example.js"
111
111
  },
112
112
  "./snippets/page": {
113
113
  "types": "./dist/snippets/page.d.ts",
114
114
  "bun": "./dist/snippets/page.js",
115
- "node": "./dist/node/snippets/page.mjs",
115
+ "node": "./dist/node/snippets/page.js",
116
116
  "browser": "./dist/browser/snippets/page.js",
117
117
  "default": "./dist/snippets/page.js"
118
118
  }