@lssm/example.lifecycle-dashboard 0.0.0-canary-20251216033905 → 0.0.0-canary-20251216035145

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/lifecycle-dashboard/tsdown.config.js
5
- ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts, src/snippets/page.ts
5
+ ℹ entry: src/example.ts, src/index.ts, src/snippets/page.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -12,5 +12,5 @@ $ tsdown
12
12
  ℹ dist/index.js 0.18 kB │ gzip: 0.13 kB
13
13
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
14
  ℹ 5 files, total: 3.08 kB
15
- ✔ Build complete in 32ms
15
+ ✔ Build complete in 74ms
16
16
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @lssm/example.lifecycle-dashboard
2
2
 
3
- ## 0.0.0-canary-20251216033905
3
+ ## 0.0.0-canary-20251216035145
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216033905
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216035145
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.lifecycle-dashboard",
3
- "version": "0.0.0-canary-20251216033905",
3
+ "version": "0.0.0-canary-20251216035145",
4
4
  "description": "Lifecycle dashboard example (snippet): how to call lifecycle-managed APIs and render a status card.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",