@contractspec/example.lifecycle-dashboard 1.50.0 → 1.52.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.
@@ -22,4 +22,4 @@ $ tsdown
22
22
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
23
23
  ℹ dist/docs/lifecycle-dashboard.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
24
  ℹ 15 files, total: 11.31 kB
25
- ✔ Build complete in 18565ms
25
+ ✔ Build complete in 20424ms
@@ -1,28 +1,26 @@
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
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/lifecycle-dashboard/tsdown.config.js (unrun)
7
- ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts, src/snippets/page.ts
8
- ℹ target: esnext
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 17 files
12
- ℹ dist/snippets/page.js 1.82 kB │ gzip: 0.87 kB
13
- ℹ dist/example.js 0.99 kB │ gzip: 0.53 kB
14
- ℹ dist/docs/lifecycle-dashboard.docblock.js 0.98 kB │ gzip: 0.56 kB
15
- ℹ dist/index.js 0.22 kB │ gzip: 0.14 kB
16
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
- ℹ dist/snippets/page.js.map 1.91 kB │ gzip: 0.91 kB
18
- ℹ dist/example.js.map 1.42 kB │ gzip: 0.72 kB
19
- ℹ dist/docs/lifecycle-dashboard.docblock.js.map 1.32 kB │ gzip: 0.72 kB
20
- ℹ dist/snippets/page.d.ts.map 0.14 kB │ gzip: 0.13 kB
21
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
22
- ℹ dist/snippets/page.d.ts 1.89 kB │ gzip: 0.88 kB
23
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
24
- ℹ dist/index.d.ts 0.16 kB │ gzip: 0.11 kB
25
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
26
- ℹ dist/docs/lifecycle-dashboard.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
27
- ℹ 15 files, total: 11.31 kB
28
- ✔ Build complete in 6740ms
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
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/lifecycle-dashboard/tsdown.config.js
6
+ ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts, src/snippets/page.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/snippets/page.js 1.82 kB │ gzip: 0.87 kB
11
+ ℹ dist/example.js 0.99 kB │ gzip: 0.53 kB
12
+ ℹ dist/docs/lifecycle-dashboard.docblock.js 0.98 kB │ gzip: 0.56 kB
13
+ ℹ dist/index.js 0.22 kB │ gzip: 0.14 kB
14
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
+ ℹ dist/snippets/page.js.map 1.91 kB │ gzip: 0.91 kB
16
+ ℹ dist/example.js.map 1.42 kB │ gzip: 0.72 kB
17
+ ℹ dist/docs/lifecycle-dashboard.docblock.js.map 1.32 kB │ gzip: 0.72 kB
18
+ ℹ dist/snippets/page.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
20
+ ℹ dist/snippets/page.d.ts 1.89 kB │ gzip: 0.88 kB
21
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
22
+ ℹ dist/index.d.ts 0.16 kB │ gzip: 0.11 kB
23
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
24
+ ℹ dist/docs/lifecycle-dashboard.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
25
+ ℹ 15 files, total: 11.31 kB
26
+ ✔ Build complete in 22685ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.lifecycle-dashboard
2
2
 
3
+ ## 1.52.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d93e6a9: fix: improve website
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [d93e6a9]
12
+ - @contractspec/lib.contracts@1.52.0
13
+
14
+ ## 1.51.0
15
+
16
+ ### Minor Changes
17
+
18
+ - e6faefb: feat: add guide to import existing codebase
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [23e46e9]
23
+ - Updated dependencies [ad1f852]
24
+ - Updated dependencies [e6faefb]
25
+ - @contractspec/lib.contracts@1.51.0
26
+
3
27
  ## 1.50.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.lifecycle-dashboard",
3
- "version": "1.50.0",
3
+ "version": "1.52.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",
@@ -26,11 +26,11 @@
26
26
  "test": "bun test"
27
27
  },
28
28
  "dependencies": {
29
- "@contractspec/lib.contracts": "1.50.0"
29
+ "@contractspec/lib.contracts": "1.52.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@contractspec/tool.tsdown": "1.50.0",
33
- "@contractspec/tool.typescript": "1.50.0",
32
+ "@contractspec/tool.tsdown": "1.52.0",
33
+ "@contractspec/tool.typescript": "1.52.0",
34
34
  "tsdown": "^0.19.0",
35
35
  "typescript": "^5.9.3"
36
36
  },