@contractspec/example.meeting-recorder-providers 3.7.21 → 3.7.22

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,47 +1,46 @@
1
-
2
- $ contractspec-bun-build prebuild
3
- $ bun run build:bundle && bun run build:types
4
- $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=10 noBundle=false
6
- Bundled 10 modules in 16ms
7
-
8
- ./connection.sample.js 2.60 KB (entry point)
9
- ./index.js 8.50 KB (entry point)
10
- ./meeting-recorder-providers.feature.js 0.62 KB (entry point)
11
- docs/index.js 2.0 KB (entry point)
12
- docs/meeting-recorder-providers.docblock.js 2.0 KB (entry point)
13
- ./example.js 0.71 KB (entry point)
14
- handlers/get-transcript.js 1.80 KB (entry point)
15
- handlers/list-meetings.js 1.80 KB (entry point)
16
- handlers/webhook-handler.js 2.37 KB (entry point)
17
- handlers/create-provider.js 1.75 KB (entry point)
18
-
19
- [contractspec-bun-build] transpile target=node root=src entries=10 noBundle=false
20
- Bundled 10 modules in 9ms
21
-
22
- ./connection.sample.js 2.60 KB (entry point)
23
- ./index.js 8.49 KB (entry point)
24
- ./meeting-recorder-providers.feature.js 0.61 KB (entry point)
25
- docs/index.js 2.0 KB (entry point)
26
- docs/meeting-recorder-providers.docblock.js 2.0 KB (entry point)
27
- ./example.js 0.70 KB (entry point)
28
- handlers/get-transcript.js 1.80 KB (entry point)
29
- handlers/list-meetings.js 1.79 KB (entry point)
30
- handlers/webhook-handler.js 2.36 KB (entry point)
31
- handlers/create-provider.js 1.74 KB (entry point)
32
-
33
- [contractspec-bun-build] transpile target=browser root=src entries=10 noBundle=false
34
- Bundled 10 modules in 11ms
35
-
36
- ./connection.sample.js 2.60 KB (entry point)
37
- ./index.js 8.49 KB (entry point)
38
- ./meeting-recorder-providers.feature.js 0.61 KB (entry point)
39
- docs/index.js 2.0 KB (entry point)
40
- docs/meeting-recorder-providers.docblock.js 2.0 KB (entry point)
41
- ./example.js 0.70 KB (entry point)
42
- handlers/get-transcript.js 1.80 KB (entry point)
43
- handlers/list-meetings.js 1.79 KB (entry point)
44
- handlers/webhook-handler.js 2.36 KB (entry point)
45
- handlers/create-provider.js 1.74 KB (entry point)
46
-
47
- $ contractspec-bun-build types
1
+ $ contractspec-bun-build prebuild
2
+ $ bun run build:bundle && bun run build:types
3
+ $ contractspec-bun-build transpile
4
+ [contractspec-bun-build] transpile target=bun root=src entries=10 noBundle=false
5
+ Bundled 10 modules in 23ms
6
+
7
+ ./connection.sample.js 2.60 KB (entry point)
8
+ ./index.js 8.50 KB (entry point)
9
+ ./meeting-recorder-providers.feature.js 0.62 KB (entry point)
10
+ docs/index.js 2.0 KB (entry point)
11
+ docs/meeting-recorder-providers.docblock.js 2.0 KB (entry point)
12
+ ./example.js 0.71 KB (entry point)
13
+ handlers/get-transcript.js 1.80 KB (entry point)
14
+ handlers/list-meetings.js 1.80 KB (entry point)
15
+ handlers/webhook-handler.js 2.37 KB (entry point)
16
+ handlers/create-provider.js 1.75 KB (entry point)
17
+
18
+ [contractspec-bun-build] transpile target=node root=src entries=10 noBundle=false
19
+ Bundled 10 modules in 42ms
20
+
21
+ ./connection.sample.js 2.60 KB (entry point)
22
+ ./index.js 8.49 KB (entry point)
23
+ ./meeting-recorder-providers.feature.js 0.61 KB (entry point)
24
+ docs/index.js 2.0 KB (entry point)
25
+ docs/meeting-recorder-providers.docblock.js 2.0 KB (entry point)
26
+ ./example.js 0.70 KB (entry point)
27
+ handlers/get-transcript.js 1.80 KB (entry point)
28
+ handlers/list-meetings.js 1.79 KB (entry point)
29
+ handlers/webhook-handler.js 2.36 KB (entry point)
30
+ handlers/create-provider.js 1.74 KB (entry point)
31
+
32
+ [contractspec-bun-build] transpile target=browser root=src entries=10 noBundle=false
33
+ Bundled 10 modules in 38ms
34
+
35
+ ./connection.sample.js 2.60 KB (entry point)
36
+ ./index.js 8.49 KB (entry point)
37
+ ./meeting-recorder-providers.feature.js 0.61 KB (entry point)
38
+ docs/index.js 2.0 KB (entry point)
39
+ docs/meeting-recorder-providers.docblock.js 2.0 KB (entry point)
40
+ ./example.js 0.70 KB (entry point)
41
+ handlers/get-transcript.js 1.80 KB (entry point)
42
+ handlers/list-meetings.js 1.79 KB (entry point)
43
+ handlers/webhook-handler.js 2.36 KB (entry point)
44
+ handlers/create-provider.js 1.74 KB (entry point)
45
+
46
+ $ contractspec-bun-build types
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.meeting-recorder-providers
2
2
 
3
+ ## 3.7.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Reduce published install and bundle size by optionalizing heavy runtime families and adding a repo dependency audit.
8
+ - Packages: @contractspec/lib.ui-kit (major), @contractspec/integration.providers-impls (major), @contractspec/lib.runtime-sandbox (major), @contractspec/lib.example-shared-ui (major), @contractspec/lib.video-gen (major), @contractspec/lib.ui-kit-web (minor), @contractspec/app.cli-contractspec (minor), @contractspec/app.api-library (patch), @contractspec/app.registry-packs (patch), vscode-contractspec (patch), @contractspec/example.project-management-sync (patch), @contractspec/example.voice-providers (patch), @contractspec/example.meeting-recorder-providers (patch), @contractspec/example.integration-posthog (patch), contractspec (patch)
9
+ - Migration: Consumers using native UI, provider implementations, sandbox database/runtime, example runtime UI, or Remotion video subpaths should add the corresponding optional peer packages directly to their app/package dependencies.; Replace broad `@contractspec/integration.providers-impls/impls` imports with provider-specific subpaths such as `@contractspec/integration.providers-impls/impls/linear`.; Run `bun run deps:audit --json` before and after dependency changes to compare runtime edges, heavy dependency families, and package dist sizes.
10
+ - Updated dependencies because of Reduce published install and bundle size by optionalizing heavy runtime families and adding a repo dependency audit.
11
+ - @contractspec/integration.providers-impls@4.0.0
12
+ - @contractspec/lib.contracts-integrations@3.8.13
13
+ - @contractspec/lib.contracts-spec@5.5.0
14
+
3
15
  ## 3.7.21
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.meeting-recorder-providers",
3
- "version": "3.7.21",
3
+ "version": "3.7.22",
4
4
  "description": "Meeting recorder provider example: list meetings, transcripts, and webhooks.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -92,14 +92,15 @@
92
92
  "typecheck": "tsc --noEmit"
93
93
  },
94
94
  "dependencies": {
95
- "@contractspec/integration.providers-impls": "3.8.13",
95
+ "@contractspec/integration.providers-impls": "4.0.0",
96
96
  "@contractspec/lib.contracts-spec": "5.5.0",
97
- "@contractspec/lib.contracts-integrations": "3.8.13"
97
+ "@contractspec/lib.contracts-integrations": "3.8.13",
98
+ "fathom-typescript": "^0.0.37"
98
99
  },
99
100
  "devDependencies": {
100
101
  "@contractspec/tool.typescript": "3.7.13",
101
102
  "typescript": "^5.9.3",
102
- "@contractspec/tool.bun": "3.7.15"
103
+ "@contractspec/tool.bun": "3.7.16"
103
104
  },
104
105
  "publishConfig": {
105
106
  "access": "public",