@lssm/example.lifecycle-dashboard 1.41.0 → 1.42.2

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.
@@ -0,0 +1,25 @@
1
+ $ tsdown
2
+ ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
3
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/lifecycle-dashboard/tsdown.config.js
4
+ ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts, src/snippets/page.ts
5
+ ℹ target: esnext
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 17 files
9
+ ℹ dist/snippets/page.js 1.82 kB │ gzip: 0.87 kB
10
+ ℹ dist/docs/lifecycle-dashboard.docblock.js 0.97 kB │ gzip: 0.56 kB
11
+ ℹ dist/example.js 0.80 kB │ gzip: 0.44 kB
12
+ ℹ dist/index.js 0.22 kB │ gzip: 0.14 kB
13
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
+ ℹ dist/snippets/page.js.map 1.91 kB │ gzip: 0.91 kB
15
+ ℹ dist/docs/lifecycle-dashboard.docblock.js.map 1.30 kB │ gzip: 0.72 kB
16
+ ℹ dist/example.js.map 1.15 kB │ gzip: 0.61 kB
17
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
18
+ ℹ dist/snippets/page.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
+ ℹ dist/snippets/page.d.ts 1.89 kB │ gzip: 0.88 kB
20
+ ℹ dist/example.d.ts 1.03 kB │ gzip: 0.44 kB
21
+ ℹ dist/index.d.ts 0.16 kB │ gzip: 0.11 kB
22
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
23
+ ℹ dist/docs/lifecycle-dashboard.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
+ ℹ 15 files, total: 11.60 kB
25
+ ✔ Build complete in 16426ms
@@ -1,16 +1,26 @@
1
- $ bun build:bundle && bun build:types
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
2
3
  $ tsdown
3
- ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
+ ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
4
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/lifecycle-dashboard/tsdown.config.js
5
6
  ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/lifecycle-dashboard.docblock.ts, src/snippets/page.ts
6
7
  ℹ target: esnext
7
8
  ℹ tsconfig: tsconfig.json
8
9
  ℹ Build start
9
- ℹ dist/snippets/page.js 1.52 kB │ gzip: 0.71 kB
10
- ℹ dist/docs/lifecycle-dashboard.docblock.js 0.79 kB │ gzip: 0.48 kB
11
- ℹ dist/example.js 0.55 kB │ gzip: 0.34 kB
12
- ℹ dist/index.js 0.18 kB │ gzip: 0.13 kB
13
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
- ℹ 5 files, total: 3.08 kB
15
- ✔ Build complete in 31ms
16
- $ tsc --noEmit
10
+ ℹ dist/snippets/page.js 1.82 kB │ gzip: 0.87 kB
11
+ ℹ dist/docs/lifecycle-dashboard.docblock.js 0.97 kB │ gzip: 0.56 kB
12
+ ℹ dist/example.js 0.80 kB │ gzip: 0.44 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/docs/lifecycle-dashboard.docblock.js.map 1.30 kB │ gzip: 0.72 kB
17
+ ℹ dist/example.js.map 1.15 kB │ gzip: 0.61 kB
18
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
+ ℹ dist/snippets/page.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 1.03 kB │ gzip: 0.44 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.60 kB
26
+ ✔ Build complete in 15909ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # @lssm/example.lifecycle-dashboard
2
+
3
+ ## 1.42.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f9ac4c: fix
8
+ - Updated dependencies [1f9ac4c]
9
+ - @lssm/lib.contracts@1.42.2
10
+ - @lssm/lib.schema@1.42.2
11
+
12
+ ## 1.42.1
13
+
14
+ ### Patch Changes
15
+
16
+ - f043995: Fix release
17
+ - Updated dependencies [f043995]
18
+ - @lssm/lib.contracts@1.42.1
19
+ - @lssm/lib.schema@1.42.1
20
+
21
+ ## 1.42.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 8eefd9c: initial release
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [8eefd9c]
30
+ - @lssm/lib.contracts@1.42.0
31
+ - @lssm/lib.schema@1.42.0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Chaman Ventures, SASU
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Lifecycle Dashboard Example (Next.js)
2
2
 
3
+ Website: https://contractspec.lssm.tech/
4
+
5
+
3
6
  This example shows a minimal App Router page that calls the lifecycle managed bundle via `/api/lifecycle/*` routes and renders a mobile-friendly status card.
4
7
 
5
8
  ### Structure
@@ -0,0 +1 @@
1
+ export { };
@@ -1 +1 @@
1
- import"./lifecycle-dashboard.docblock.js";
1
+ import "./lifecycle-dashboard.docblock.js";
@@ -0,0 +1 @@
1
+ export { };
@@ -1,8 +1,20 @@
1
- import{registerDocBlocks as e}from"@lssm/lib.contracts/docs";e([{id:`docs.examples.lifecycle-dashboard`,title:`Lifecycle Dashboard (example snippet)`,summary:`Minimal dashboard page pattern that calls lifecycle-managed API routes and renders a status card.`,kind:`reference`,visibility:`public`,route:`/docs/examples/lifecycle-dashboard`,tags:[`lifecycle`,`dashboard`,`example`],body:`## What this example shows
2
- - A simple client-driven fetch to \`POST /api/lifecycle/assessments\`.
3
- - A card-shaped UI pattern for stage + confidence + recommendations.
1
+ import { registerDocBlocks } from "@lssm/lib.contracts/docs";
4
2
 
5
- ## Notes
6
- - Keep your app design-system-first (no raw HTML in application code).
7
- - Add explicit loading/error/empty states with accessible messaging.
8
- - Implement API routes in your app as thin adapters over lifecycle-managed services.`}]);
3
+ //#region src/docs/lifecycle-dashboard.docblock.ts
4
+ registerDocBlocks([{
5
+ id: "docs.examples.lifecycle-dashboard",
6
+ title: "Lifecycle Dashboard (example snippet)",
7
+ summary: "Minimal dashboard page pattern that calls lifecycle-managed API routes and renders a status card.",
8
+ kind: "reference",
9
+ visibility: "public",
10
+ route: "/docs/examples/lifecycle-dashboard",
11
+ tags: [
12
+ "lifecycle",
13
+ "dashboard",
14
+ "example"
15
+ ],
16
+ body: `## What this example shows\n- A simple client-driven fetch to \`POST /api/lifecycle/assessments\`.\n- A card-shaped UI pattern for stage + confidence + recommendations.\n\n## Notes\n- Keep your app design-system-first (no raw HTML in application code).\n- Add explicit loading/error/empty states with accessible messaging.\n- Implement API routes in your app as thin adapters over lifecycle-managed services.`
17
+ }]);
18
+
19
+ //#endregion
20
+ //# sourceMappingURL=lifecycle-dashboard.docblock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lifecycle-dashboard.docblock.js","names":[],"sources":["../../src/docs/lifecycle-dashboard.docblock.ts"],"sourcesContent":["import type { DocBlock } from '@lssm/lib.contracts/docs';\nimport { registerDocBlocks } from '@lssm/lib.contracts/docs';\n\nconst blocks: DocBlock[] = [\n {\n id: 'docs.examples.lifecycle-dashboard',\n title: 'Lifecycle Dashboard (example snippet)',\n summary:\n 'Minimal dashboard page pattern that calls lifecycle-managed API routes and renders a status card.',\n kind: 'reference',\n visibility: 'public',\n route: '/docs/examples/lifecycle-dashboard',\n tags: ['lifecycle', 'dashboard', 'example'],\n body: `## What this example shows\\n- A simple client-driven fetch to \\`POST /api/lifecycle/assessments\\`.\\n- A card-shaped UI pattern for stage + confidence + recommendations.\\n\\n## Notes\\n- Keep your app design-system-first (no raw HTML in application code).\\n- Add explicit loading/error/empty states with accessible messaging.\\n- Implement API routes in your app as thin adapters over lifecycle-managed services.`,\n },\n];\n\nregisterDocBlocks(blocks);\n"],"mappings":";;;AAiBA,kBAd2B,CACzB;CACE,IAAI;CACJ,OAAO;CACP,SACE;CACF,MAAM;CACN,YAAY;CACZ,OAAO;CACP,MAAM;EAAC;EAAa;EAAa;EAAU;CAC3C,MAAM;CACP,CACF,CAEwB"}
@@ -0,0 +1,33 @@
1
+ //#region src/example.d.ts
2
+ declare const example: {
3
+ readonly id: "lifecycle-dashboard";
4
+ readonly title: "Lifecycle Dashboard (snippet)";
5
+ readonly summary: "A minimal dashboard page pattern: call lifecycle-managed endpoints and render a mobile-friendly status card.";
6
+ readonly tags: readonly ["lifecycle", "dashboard", "nextjs", "snippet"];
7
+ readonly kind: "blueprint";
8
+ readonly visibility: "public";
9
+ readonly docs: {
10
+ readonly rootDocId: "docs.examples.lifecycle-dashboard";
11
+ };
12
+ readonly entrypoints: {
13
+ readonly packageName: "@lssm/example.lifecycle-dashboard";
14
+ readonly docs: "./docs";
15
+ };
16
+ readonly surfaces: {
17
+ readonly templates: true;
18
+ readonly sandbox: {
19
+ readonly enabled: true;
20
+ readonly modes: readonly ["markdown", "specs"];
21
+ };
22
+ readonly studio: {
23
+ readonly enabled: true;
24
+ readonly installable: true;
25
+ };
26
+ readonly mcp: {
27
+ readonly enabled: true;
28
+ };
29
+ };
30
+ };
31
+ //#endregion
32
+ export { example as default };
33
+ //# sourceMappingURL=example.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";cAAM;EAAA,SAAA,EAqBI,EAAA,qBAAA"}
package/dist/example.js CHANGED
@@ -1 +1,36 @@
1
- var e={id:`lifecycle-dashboard`,title:`Lifecycle Dashboard (snippet)`,summary:`A minimal dashboard page pattern: call lifecycle-managed endpoints and render a mobile-friendly status card.`,tags:[`lifecycle`,`dashboard`,`nextjs`,`snippet`],kind:`blueprint`,visibility:`public`,docs:{rootDocId:`docs.examples.lifecycle-dashboard`},entrypoints:{packageName:`@lssm/example.lifecycle-dashboard`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
1
+ //#region src/example.ts
2
+ const example = {
3
+ id: "lifecycle-dashboard",
4
+ title: "Lifecycle Dashboard (snippet)",
5
+ summary: "A minimal dashboard page pattern: call lifecycle-managed endpoints and render a mobile-friendly status card.",
6
+ tags: [
7
+ "lifecycle",
8
+ "dashboard",
9
+ "nextjs",
10
+ "snippet"
11
+ ],
12
+ kind: "blueprint",
13
+ visibility: "public",
14
+ docs: { rootDocId: "docs.examples.lifecycle-dashboard" },
15
+ entrypoints: {
16
+ packageName: "@lssm/example.lifecycle-dashboard",
17
+ docs: "./docs"
18
+ },
19
+ surfaces: {
20
+ templates: true,
21
+ sandbox: {
22
+ enabled: true,
23
+ modes: ["markdown", "specs"]
24
+ },
25
+ studio: {
26
+ enabled: true,
27
+ installable: true
28
+ },
29
+ mcp: { enabled: true }
30
+ }
31
+ };
32
+ var example_default = example;
33
+
34
+ //#endregion
35
+ export { example_default as default };
36
+ //# sourceMappingURL=example.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["const example = {\n id: 'lifecycle-dashboard',\n title: 'Lifecycle Dashboard (snippet)',\n summary:\n 'A minimal dashboard page pattern: call lifecycle-managed endpoints and render a mobile-friendly status card.',\n tags: ['lifecycle', 'dashboard', 'nextjs', 'snippet'],\n kind: 'blueprint',\n visibility: 'public',\n docs: {\n rootDocId: 'docs.examples.lifecycle-dashboard',\n },\n entrypoints: {\n packageName: '@lssm/example.lifecycle-dashboard',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['markdown', 'specs'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n} as const;\n\nexport default example;\n"],"mappings":";AAAA,MAAM,UAAU;CACd,IAAI;CACJ,OAAO;CACP,SACE;CACF,MAAM;EAAC;EAAa;EAAa;EAAU;EAAU;CACrD,MAAM;CACN,YAAY;CACZ,MAAM,EACJ,WAAW,qCACZ;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,YAAY,QAAQ;GAAE;EACxD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF;AAED,sBAAe"}
@@ -0,0 +1,3 @@
1
+ import example from "./example.js";
2
+ import { lifecycleDashboardNextPageSnippet } from "./snippets/page.js";
3
+ export { example, lifecycleDashboardNextPageSnippet };
package/dist/index.js CHANGED
@@ -1 +1,5 @@
1
- import e from"./example.js";import{lifecycleDashboardNextPageSnippet as t}from"./snippets/page.js";import"./docs/index.js";export{e as example,t as lifecycleDashboardNextPageSnippet};
1
+ import example_default from "./example.js";
2
+ import { lifecycleDashboardNextPageSnippet } from "./snippets/page.js";
3
+ import "./docs/index.js";
4
+
5
+ export { example_default as example, lifecycleDashboardNextPageSnippet };
@@ -0,0 +1,11 @@
1
+ //#region src/snippets/page.d.ts
2
+ /**
3
+ * Deterministic snippet for a Next.js App Router page.
4
+ *
5
+ * We keep this as a string so `packages/examples/*` stays design-system-first and
6
+ * avoids raw HTML in runnable application code.
7
+ */
8
+ declare const lifecycleDashboardNextPageSnippet = "'use client';\n\nimport { useEffect, useState } from 'react';\n\ntype StageCard = {\n stage: number;\n name: string;\n confidence: number;\n recommendation?: {\n actions: { id: string; title: string; description: string }[];\n };\n libraries?: { id: string; description: string }[];\n};\n\nexport default function LifecycleDashboardPage() {\n const [card, setCard] = useState<StageCard | null>(null);\n const [loading, setLoading] = useState(false);\n const [error, setError] = useState<string>();\n\n useEffect(() => {\n void runAssessment();\n }, []);\n\n async function runAssessment() {\n try {\n setLoading(true);\n setError(undefined);\n const response = await fetch('/api/lifecycle/assessments', {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify({ tenantId: 'demo' }),\n });\n if (!response.ok) throw new Error('Failed assessment');\n const data = await response.json();\n setCard({\n stage: data.assessment.stage,\n name: data.assessment.stageName ?? `Stage ${data.assessment.stage}`,\n confidence: data.assessment.confidence,\n recommendation: data.recommendation,\n libraries: data.libraries,\n });\n } catch (err) {\n setError(err instanceof Error ? err.message : 'Unknown error');\n } finally {\n setLoading(false);\n }\n }\n\n // Render using your app's design system components in real code.\n return null;\n}\n";
9
+ //#endregion
10
+ export { lifecycleDashboardNextPageSnippet };
11
+ //# sourceMappingURL=page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.d.ts","names":[],"sources":["../../src/snippets/page.ts"],"sourcesContent":[],"mappings":";;AAMA;;;;;cAAa,iCAAA"}
@@ -1,4 +1,11 @@
1
- const e=`'use client';
1
+ //#region src/snippets/page.ts
2
+ /**
3
+ * Deterministic snippet for a Next.js App Router page.
4
+ *
5
+ * We keep this as a string so `packages/examples/*` stays design-system-first and
6
+ * avoids raw HTML in runnable application code.
7
+ */
8
+ const lifecycleDashboardNextPageSnippet = `'use client';
2
9
 
3
10
  import { useEffect, useState } from 'react';
4
11
 
@@ -49,4 +56,8 @@ export default function LifecycleDashboardPage() {
49
56
  // Render using your app's design system components in real code.
50
57
  return null;
51
58
  }
52
- `;export{e as lifecycleDashboardNextPageSnippet};
59
+ `;
60
+
61
+ //#endregion
62
+ export { lifecycleDashboardNextPageSnippet };
63
+ //# sourceMappingURL=page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.js","names":[],"sources":["../../src/snippets/page.ts"],"sourcesContent":["/**\n * Deterministic snippet for a Next.js App Router page.\n *\n * We keep this as a string so `packages/examples/*` stays design-system-first and\n * avoids raw HTML in runnable application code.\n */\nexport const lifecycleDashboardNextPageSnippet = `'use client';\n\nimport { useEffect, useState } from 'react';\n\ntype StageCard = {\n stage: number;\n name: string;\n confidence: number;\n recommendation?: {\n actions: { id: string; title: string; description: string }[];\n };\n libraries?: { id: string; description: string }[];\n};\n\nexport default function LifecycleDashboardPage() {\n const [card, setCard] = useState<StageCard | null>(null);\n const [loading, setLoading] = useState(false);\n const [error, setError] = useState<string>();\n\n useEffect(() => {\n void runAssessment();\n }, []);\n\n async function runAssessment() {\n try {\n setLoading(true);\n setError(undefined);\n const response = await fetch('/api/lifecycle/assessments', {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify({ tenantId: 'demo' }),\n });\n if (!response.ok) throw new Error('Failed assessment');\n const data = await response.json();\n setCard({\n stage: data.assessment.stage,\n name: data.assessment.stageName ?? \\`Stage \\${data.assessment.stage}\\`,\n confidence: data.assessment.confidence,\n recommendation: data.recommendation,\n libraries: data.libraries,\n });\n } catch (err) {\n setError(err instanceof Error ? err.message : 'Unknown error');\n } finally {\n setLoading(false);\n }\n }\n\n // Render using your app's design system components in real code.\n return null;\n}\n`;\n"],"mappings":";;;;;;;AAMA,MAAa,oCAAoC"}
package/package.json CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "name": "@lssm/example.lifecycle-dashboard",
3
- "version": "1.41.0",
3
+ "version": "1.42.2",
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",
7
7
  "types": "./dist/index.d.ts",
8
8
  "exports": {
9
- ".": "./src/index.ts",
10
- "./docs": "./src/docs/index.ts",
11
- "./docs/lifecycle-dashboard.docblock": "./src/docs/lifecycle-dashboard.docblock.ts",
12
- "./example": "./src/example.ts",
13
- "./snippets/page": "./src/snippets/page.ts",
9
+ ".": "./dist/index.js",
10
+ "./docs": "./dist/docs/index.js",
11
+ "./docs/lifecycle-dashboard.docblock": "./dist/docs/lifecycle-dashboard.docblock.js",
12
+ "./example": "./dist/example.js",
13
+ "./snippets/page": "./dist/snippets/page.js",
14
14
  "./*": "./*"
15
15
  },
16
16
  "scripts": {
17
- "build": "bun build:bundle && bun build:types",
17
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
18
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
19
+ "build": "bun build:types && bun build:bundle",
18
20
  "build:bundle": "tsdown",
19
21
  "build:types": "tsc --noEmit",
20
22
  "dev": "bun build:bundle --watch",
@@ -25,12 +27,13 @@
25
27
  "test": "bun test"
26
28
  },
27
29
  "dependencies": {
28
- "@lssm/lib.contracts": "workspace:*"
30
+ "@lssm/lib.schema": "1.42.2",
31
+ "@lssm/lib.contracts": "1.42.2"
29
32
  },
30
33
  "devDependencies": {
31
- "@lssm/tool.tsdown": "workspace:*",
32
- "@lssm/tool.typescript": "workspace:*",
33
- "tsdown": "^0.17.4",
34
+ "@lssm/tool.tsdown": "1.42.2",
35
+ "@lssm/tool.typescript": "1.42.2",
36
+ "tsdown": "^0.18.3",
34
37
  "typescript": "^5.9.3"
35
38
  },
36
39
  "publishConfig": {
@@ -42,7 +45,14 @@
42
45
  "./example": "./dist/example.js",
43
46
  "./snippets/page": "./dist/snippets/page.js",
44
47
  "./*": "./*"
45
- }
48
+ },
49
+ "registry": "https://registry.npmjs.org/"
46
50
  },
47
- "module": "./dist/index.js"
51
+ "module": "./dist/index.js",
52
+ "license": "MIT",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "https://github.com/lssm-tech/contractspec.git",
56
+ "directory": "packages/examples/lifecycle-dashboard"
57
+ }
48
58
  }