@contractspec/bundle.library 1.15.0 → 1.17.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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=281
6
- Bundled 281 modules in 125ms
6
+ Bundled 281 modules in 139ms
7
7
 
8
8
  application/index.js 21.12 KB (entry point)
9
9
  presentation/features/templates/types.js 8 bytes (entry point)
@@ -288,7 +288,7 @@ Bundled 281 modules in 125ms
288
288
  components/docs/advanced/AdvancedMCPPage.js 15.24 KB (entry point)
289
289
 
290
290
  [contractspec-bun-build] transpile target=node root=src entries=281
291
- Bundled 281 modules in 107ms
291
+ Bundled 281 modules in 113ms
292
292
 
293
293
  application/index.js 21.12 KB (entry point)
294
294
  presentation/features/templates/types.js 0 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @contractspec/bundle.library
2
2
 
3
+ ## 1.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 064258d: feat: upgrade all dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [064258d]
12
+ - Updated dependencies [064258d]
13
+ - @contractspec/lib.contracts-library@1.62.0
14
+ - @contractspec/lib.example-shared-ui@1.16.0
15
+ - @contractspec/lib.runtime-sandbox@0.17.0
16
+ - @contractspec/lib.design-system@1.62.0
17
+ - @contractspec/module.examples@1.62.0
18
+ - @contractspec/lib.ui-kit-web@1.62.0
19
+ - @contractspec/lib.contracts@1.62.0
20
+ - @contractspec/lib.ui-link@1.62.0
21
+ - @contractspec/lib.logger@1.62.0
22
+ - @contractspec/lib.schema@1.62.0
23
+
24
+ ## 1.16.0
25
+
26
+ ### Minor Changes
27
+
28
+ - 374fd71: fix: publishing
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [374fd71]
33
+ - @contractspec/lib.contracts-library@1.61.0
34
+ - @contractspec/lib.example-shared-ui@1.15.0
35
+ - @contractspec/lib.runtime-sandbox@0.16.0
36
+ - @contractspec/lib.design-system@1.61.0
37
+ - @contractspec/module.examples@1.61.0
38
+ - @contractspec/lib.ui-kit-web@1.61.0
39
+ - @contractspec/lib.contracts@1.61.0
40
+ - @contractspec/lib.ui-link@1.61.0
41
+ - @contractspec/lib.logger@1.61.0
42
+ - @contractspec/lib.schema@1.61.0
43
+
3
44
  ## 1.15.0
4
45
 
5
46
  ### Minor Changes
@@ -3,10 +3,10 @@ export declare const prismaMock: {
3
3
  lifecycleAssessment: Record<"create" | "findMany", import("bun:test").jest.Mock<(...args: any[]) => any>>;
4
4
  lifecycleMilestoneProgress: Record<"create" | "update" | "findMany" | "findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;
5
5
  studioProject: Record<"create" | "update" | "findMany" | "findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;
6
- studioSpec: Record<"create" | "count" | "update" | "findUnique" | "findMany" | "findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;
7
- studioOverlay: Record<"create" | "count" | "update" | "findUnique" | "findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;
8
- studioIntegration: Record<"create" | "count" | "update" | "findUnique" | "findUniqueOrThrow" | "findMany" | "findFirst" | "updateMany", import("bun:test").jest.Mock<(...args: any[]) => any>>;
9
- knowledgeSource: Record<"create" | "count" | "findMany", import("bun:test").jest.Mock<(...args: any[]) => any>>;
6
+ studioSpec: Record<"count" | "create" | "update" | "findUnique" | "findMany" | "findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;
7
+ studioOverlay: Record<"count" | "create" | "update" | "findUnique" | "findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;
8
+ studioIntegration: Record<"count" | "create" | "update" | "findUnique" | "findUniqueOrThrow" | "findMany" | "findFirst" | "updateMany", import("bun:test").jest.Mock<(...args: any[]) => any>>;
9
+ knowledgeSource: Record<"count" | "create" | "findMany", import("bun:test").jest.Mock<(...args: any[]) => any>>;
10
10
  studioDeployment: Record<"create" | "update" | "findUnique" | "findMany" | "findFirst" | "aggregate", import("bun:test").jest.Mock<(...args: any[]) => any>>;
11
11
  evolutionSession: Record<"create" | "update", import("bun:test").jest.Mock<(...args: any[]) => any>>;
12
12
  organization: Record<"findFirst", import("bun:test").jest.Mock<(...args: any[]) => any>>;