@lssm/example.lifecycle-dashboard 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215220103

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.
@@ -1,6 +1,6 @@
1
1
  $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
- ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
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
5
  ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts, src/snippets/page.ts
6
6
  ℹ target: esnext
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @lssm/example.lifecycle-dashboard
2
2
 
3
- ## 0.0.0-canary-20251213172311
3
+ ## 0.0.0-canary-20251215220103
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251213172311
8
+ - @lssm/lib.contracts@0.0.0-canary-20251215220103
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.lifecycle-dashboard",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215220103",
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",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@lssm/tool.tsdown": "workspace:*",
32
32
  "@lssm/tool.typescript": "workspace:*",
33
- "tsdown": "^0.17.0",
33
+ "tsdown": "^0.17.4",
34
34
  "typescript": "^5.9.3"
35
35
  },
36
36
  "publishConfig": {
package/src/docs/index.ts CHANGED
@@ -1,3 +1 @@
1
1
  import './lifecycle-dashboard.docblock';
2
-
3
-
package/src/example.ts CHANGED
@@ -22,5 +22,3 @@ const example = {
22
22
  } as const;
23
23
 
24
24
  export default example;
25
-
26
-
package/src/index.ts CHANGED
@@ -1,5 +1,3 @@
1
1
  export { default as example } from './example';
2
2
  export * from './snippets/page';
3
3
  import './docs';
4
-
5
-
@@ -56,5 +56,3 @@ export default function LifecycleDashboardPage() {
56
56
  return null;
57
57
  }
58
58
  `;
59
-
60
-