@contractspec/example.video-api-showcase 3.3.0 → 3.4.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.
- package/.turbo/turbo-build.log +39 -38
- package/.turbo/turbo-prebuild.log +2 -1
- package/CHANGELOG.md +14 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,38 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
./
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
./
|
|
14
|
-
./
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
./
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
./
|
|
25
|
-
./
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
./
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
./
|
|
36
|
-
./
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
|
3
|
+
[0m[2m[35m$[0m [2m[1mbun run prebuild && bun run build:bundle && bun run build:types[0m
|
|
4
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
|
5
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build transpile[0m
|
|
6
|
+
[contractspec-bun-build] transpile target=bun root=src entries=7
|
|
7
|
+
[32mBundled 7 modules in 6ms[0m
|
|
8
|
+
|
|
9
|
+
[34m./build-api-video.js[0m 1.31 KB [2m(entry point)[0m
|
|
10
|
+
[34m./index.js[0m 8.0 KB [2m(entry point)[0m
|
|
11
|
+
[34mdocs/index.js[0m 2.94 KB [2m(entry point)[0m
|
|
12
|
+
[34mdocs/video-api-showcase.docblock.js[0m 2.94 KB [2m(entry point)[0m
|
|
13
|
+
[34m./example.js[0m 0.98 KB [2m(entry point)[0m
|
|
14
|
+
[34m./sample-specs.js[0m 2.22 KB [2m(entry point)[0m
|
|
15
|
+
[34m./video-api-showcase.feature.js[0m 0.62 KB [2m(entry point)[0m
|
|
16
|
+
|
|
17
|
+
[contractspec-bun-build] transpile target=node root=src entries=7
|
|
18
|
+
[32mBundled 7 modules in 8ms[0m
|
|
19
|
+
|
|
20
|
+
[34m./build-api-video.js[0m 1.31 KB [2m(entry point)[0m
|
|
21
|
+
[34m./index.js[0m 8.00 KB [2m(entry point)[0m
|
|
22
|
+
[34mdocs/index.js[0m 2.93 KB [2m(entry point)[0m
|
|
23
|
+
[34mdocs/video-api-showcase.docblock.js[0m 2.93 KB [2m(entry point)[0m
|
|
24
|
+
[34m./example.js[0m 0.97 KB [2m(entry point)[0m
|
|
25
|
+
[34m./sample-specs.js[0m 2.21 KB [2m(entry point)[0m
|
|
26
|
+
[34m./video-api-showcase.feature.js[0m 0.61 KB [2m(entry point)[0m
|
|
27
|
+
|
|
28
|
+
[contractspec-bun-build] transpile target=browser root=src entries=7
|
|
29
|
+
[32mBundled 7 modules in 8ms[0m
|
|
30
|
+
|
|
31
|
+
[34m./build-api-video.js[0m 1.31 KB [2m(entry point)[0m
|
|
32
|
+
[34m./index.js[0m 8.00 KB [2m(entry point)[0m
|
|
33
|
+
[34mdocs/index.js[0m 2.93 KB [2m(entry point)[0m
|
|
34
|
+
[34mdocs/video-api-showcase.docblock.js[0m 2.93 KB [2m(entry point)[0m
|
|
35
|
+
[34m./example.js[0m 0.97 KB [2m(entry point)[0m
|
|
36
|
+
[34m./sample-specs.js[0m 2.21 KB [2m(entry point)[0m
|
|
37
|
+
[34m./video-api-showcase.feature.js[0m 0.61 KB [2m(entry point)[0m
|
|
38
|
+
|
|
39
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build types[0m
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @contractspec/example.video-api-showcase
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0ee467a: feat: improve ai and customization
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [0ee467a]
|
|
12
|
+
- Updated dependencies [56ee8e6]
|
|
13
|
+
- @contractspec/lib.contracts-integrations@3.4.0
|
|
14
|
+
- @contractspec/lib.contracts-spec@3.4.0
|
|
15
|
+
- @contractspec/lib.video-gen@2.4.0
|
|
16
|
+
|
|
3
17
|
## 3.3.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.video-api-showcase",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Generate API documentation videos from contract spec definitions using the ApiOverview composition.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"typecheck": "tsc --noEmit"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
82
|
-
"@contractspec/lib.contracts-integrations": "3.
|
|
83
|
-
"@contractspec/lib.video-gen": "2.
|
|
81
|
+
"@contractspec/lib.contracts-spec": "3.4.0",
|
|
82
|
+
"@contractspec/lib.contracts-integrations": "3.4.0",
|
|
83
|
+
"@contractspec/lib.video-gen": "2.4.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@contractspec/tool.typescript": "3.
|
|
87
|
-
"@contractspec/tool.bun": "3.
|
|
86
|
+
"@contractspec/tool.typescript": "3.4.0",
|
|
87
|
+
"@contractspec/tool.bun": "3.4.0",
|
|
88
88
|
"typescript": "^5.9.3"
|
|
89
89
|
},
|
|
90
90
|
"publishConfig": {
|