@contractspec/lib.example-shared-ui 0.0.0-canary-20260113170453

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,9 @@
1
+ $ tsdown
2
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
3
+ ℹ entry: src/index.ts
4
+ ℹ tsconfig: tsconfig.json
5
+ ℹ Build start
6
+ ℹ Cleaning 1 files
7
+ ℹ dist/index.mjs 95.80 kB │ gzip: 21.10 kB
8
+ ℹ 1 files, total: 95.80 kB
9
+ ✔ Build complete in 87ms
@@ -0,0 +1,11 @@
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
+ ℹ entry: src/index.ts
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 1 files
9
+ ℹ dist/index.mjs 95.80 kB │ gzip: 21.10 kB
10
+ ℹ 1 files, total: 95.80 kB
11
+ ✔ Build complete in 179ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,34 @@
1
+ # @contractspec/lib.example-shared-ui
2
+
3
+ ## 0.0.0-canary-20260113170453
4
+
5
+ ### Minor Changes
6
+
7
+ - caf8701: feat: add cli vibe command to run workflow
8
+ - c69b849: feat: add api web services (mcp & website)
9
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
10
+ - fd38e85: feat: auto-fix contractspec issues
11
+
12
+ ### Patch Changes
13
+
14
+ - e7ded36: feat: improve stability (adding ts-morph)
15
+ - c231a8b: test: improve workspace stability
16
+ - Updated dependencies [e7ded36]
17
+ - Updated dependencies [caf8701]
18
+ - Updated dependencies [c69b849]
19
+ - Updated dependencies [c231a8b]
20
+ - Updated dependencies [42b8d78]
21
+ - Updated dependencies [fd38e85]
22
+ - @contractspec/lib.design-system@0.0.0-canary-20260113170453
23
+ - @contractspec/lib.ui-kit-web@0.0.0-canary-20260113170453
24
+ - @contractspec/lib.contracts@0.0.0-canary-20260113170453
25
+
26
+ ## 1.0.1
27
+
28
+ ### Patch Changes
29
+
30
+ - 7e21625: feat: library services (landing page & api)
31
+ - Updated dependencies [7e21625]
32
+ - @contractspec/lib.design-system@1.46.2
33
+ - @contractspec/lib.ui-kit-web@1.46.2
34
+ - @contractspec/lib.contracts@1.46.2