@contractspec/bundle.library 1.16.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 183ms
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 183ms
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 124ms
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,26 @@
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
+
3
24
  ## 1.16.0
4
25
 
5
26
  ### 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>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.library",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -2053,16 +2053,16 @@
2053
2053
  },
2054
2054
  "dependencies": {
2055
2055
  "@apollo/client": "^4.1.4",
2056
- "@contractspec/lib.contracts": "1.61.0",
2057
- "@contractspec/lib.contracts-library": "1.61.0",
2058
- "@contractspec/lib.design-system": "1.61.0",
2059
- "@contractspec/lib.example-shared-ui": "1.15.0",
2060
- "@contractspec/lib.logger": "1.61.0",
2061
- "@contractspec/lib.runtime-sandbox": "0.16.0",
2062
- "@contractspec/lib.schema": "1.61.0",
2063
- "@contractspec/lib.ui-kit-web": "1.61.0",
2064
- "@contractspec/lib.ui-link": "1.61.0",
2065
- "@contractspec/module.examples": "1.61.0",
2056
+ "@contractspec/lib.contracts": "1.62.0",
2057
+ "@contractspec/lib.contracts-library": "1.62.0",
2058
+ "@contractspec/lib.design-system": "1.62.0",
2059
+ "@contractspec/lib.example-shared-ui": "1.16.0",
2060
+ "@contractspec/lib.logger": "1.62.0",
2061
+ "@contractspec/lib.runtime-sandbox": "0.17.0",
2062
+ "@contractspec/lib.schema": "1.62.0",
2063
+ "@contractspec/lib.ui-kit-web": "1.62.0",
2064
+ "@contractspec/lib.ui-link": "1.62.0",
2065
+ "@contractspec/module.examples": "1.62.0",
2066
2066
  "@dnd-kit/core": "^6.1.0",
2067
2067
  "@dnd-kit/sortable": "^10.0.0",
2068
2068
  "@dnd-kit/utilities": "^3.2.2",
@@ -2071,20 +2071,20 @@
2071
2071
  "@scaleway/sdk-client": "^2.1.0",
2072
2072
  "drizzle-orm": "^0.45.1",
2073
2073
  "elysia-mcp": "^0.1.0",
2074
- "framer-motion": "^12.33.0",
2074
+ "framer-motion": "^12.34.0",
2075
2075
  "lucide-react": "^0.563.0",
2076
- "posthog-js": "^1.342.0",
2077
- "posthog-node": "^5.24.10",
2078
- "posthog-react-native": "^4.30.1",
2076
+ "posthog-js": "^1.345.5",
2077
+ "posthog-node": "^5.24.15",
2078
+ "posthog-react-native": "^4.32.0",
2079
2079
  "react-hook-form": "^7.70.0",
2080
2080
  "zod": "^4.3.5"
2081
2081
  },
2082
2082
  "devDependencies": {
2083
- "@types/react": "~19.2.13",
2084
- "@contractspec/tool.typescript": "1.61.0",
2083
+ "@types/react": "~19.2.14",
2084
+ "@contractspec/tool.typescript": "1.62.0",
2085
2085
  "typescript": "^5.9.3",
2086
- "@types/bun": "~1.3.5",
2087
- "@contractspec/tool.bun": "1.60.0"
2086
+ "@types/bun": "~1.3.9",
2087
+ "@contractspec/tool.bun": "1.61.0"
2088
2088
  },
2089
2089
  "publishConfig": {
2090
2090
  "access": "public",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-02-06T11:11:07.072Z",
2
+ "generatedAt": "2026-02-12T03:19:31.085Z",
3
3
  "total": 686,
4
4
  "version": null,
5
5
  "contentRoot": "../../../../../../../generated/docs",
@@ -34,7 +34,7 @@
34
34
  {
35
35
  "id": "platform.integrations/analytics.posthog",
36
36
  "title": "analytics.posthog",
37
- "summary": "PostHog integration for product analytics, feature flags, and HogQL queries.\n- **Type**: integration (integration)\n- **Version**: 1.0.0\n- **Owners**: @platform.integrations\n- **Tags**: analytics, posthog\n- **File**: `packages/libs/contracts/src/integrations/providers/posthog.ts`",
37
+ "summary": "PostHog integration for product analytics, feature flags, HogQL queries, and LLM analytics with evaluations.\n- **Type**: integration (integration)\n- **Version**: 1.1.0\n- **Owners**: @platform.integrations",
38
38
  "route": "/docs/reference/platform.integrations/analytics.posthog",
39
39
  "source": "generated",
40
40
  "contentPath": "platform.integrations/analytics.posthog.md"