@contractspec/example.video-docs-terminal 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 +42 -41
- package/.turbo/turbo-prebuild.log +2 -1
- package/CHANGELOG.md +15 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
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
|
-
./
|
|
39
|
-
./
|
|
40
|
-
|
|
41
|
-
|
|
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=8
|
|
7
|
+
[32mBundled 8 modules in 6ms[0m
|
|
8
|
+
|
|
9
|
+
[34m./build-tutorial.js[0m 1.87 KB [2m(entry point)[0m
|
|
10
|
+
[34m./index.js[0m 15.14 KB [2m(entry point)[0m
|
|
11
|
+
[34mdocs/index.js[0m 3.77 KB [2m(entry point)[0m
|
|
12
|
+
[34mdocs/video-docs-terminal.docblock.js[0m 3.77 KB [2m(entry point)[0m
|
|
13
|
+
[34m./example.js[0m 1.0 KB [2m(entry point)[0m
|
|
14
|
+
[34m./generate-narration.js[0m 0.69 KB [2m(entry point)[0m
|
|
15
|
+
[34m./sample-tutorials.js[0m 7.26 KB [2m(entry point)[0m
|
|
16
|
+
[34m./video-docs-terminal.feature.js[0m 0.62 KB [2m(entry point)[0m
|
|
17
|
+
|
|
18
|
+
[contractspec-bun-build] transpile target=node root=src entries=8
|
|
19
|
+
[32mBundled 8 modules in 5ms[0m
|
|
20
|
+
|
|
21
|
+
[34m./build-tutorial.js[0m 1.86 KB [2m(entry point)[0m
|
|
22
|
+
[34m./index.js[0m 15.0 KB [2m(entry point)[0m
|
|
23
|
+
[34mdocs/index.js[0m 3.76 KB [2m(entry point)[0m
|
|
24
|
+
[34mdocs/video-docs-terminal.docblock.js[0m 3.76 KB [2m(entry point)[0m
|
|
25
|
+
[34m./example.js[0m 1.00 KB [2m(entry point)[0m
|
|
26
|
+
[34m./generate-narration.js[0m 0.68 KB [2m(entry point)[0m
|
|
27
|
+
[34m./sample-tutorials.js[0m 7.15 KB [2m(entry point)[0m
|
|
28
|
+
[34m./video-docs-terminal.feature.js[0m 0.62 KB [2m(entry point)[0m
|
|
29
|
+
|
|
30
|
+
[contractspec-bun-build] transpile target=browser root=src entries=8
|
|
31
|
+
[32mBundled 8 modules in 7ms[0m
|
|
32
|
+
|
|
33
|
+
[34m./build-tutorial.js[0m 1.86 KB [2m(entry point)[0m
|
|
34
|
+
[34m./index.js[0m 15.0 KB [2m(entry point)[0m
|
|
35
|
+
[34mdocs/index.js[0m 3.76 KB [2m(entry point)[0m
|
|
36
|
+
[34mdocs/video-docs-terminal.docblock.js[0m 3.76 KB [2m(entry point)[0m
|
|
37
|
+
[34m./example.js[0m 1.00 KB [2m(entry point)[0m
|
|
38
|
+
[34m./generate-narration.js[0m 0.68 KB [2m(entry point)[0m
|
|
39
|
+
[34m./sample-tutorials.js[0m 7.15 KB [2m(entry point)[0m
|
|
40
|
+
[34m./video-docs-terminal.feature.js[0m 0.62 KB [2m(entry point)[0m
|
|
41
|
+
|
|
42
|
+
[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,20 @@
|
|
|
1
1
|
# @contractspec/example.video-docs-terminal
|
|
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.content-gen@3.4.0
|
|
16
|
+
- @contractspec/lib.video-gen@2.4.0
|
|
17
|
+
|
|
3
18
|
## 3.3.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.video-docs-terminal",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Generate terminal demo videos from CLI walkthroughs using the TerminalDemo composition and ScriptGenerator.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"typecheck": "tsc --noEmit"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
89
|
-
"@contractspec/lib.contracts-integrations": "3.
|
|
90
|
-
"@contractspec/lib.video-gen": "2.
|
|
91
|
-
"@contractspec/lib.content-gen": "3.
|
|
88
|
+
"@contractspec/lib.contracts-spec": "3.4.0",
|
|
89
|
+
"@contractspec/lib.contracts-integrations": "3.4.0",
|
|
90
|
+
"@contractspec/lib.video-gen": "2.4.0",
|
|
91
|
+
"@contractspec/lib.content-gen": "3.4.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@contractspec/tool.typescript": "3.
|
|
95
|
-
"@contractspec/tool.bun": "3.
|
|
94
|
+
"@contractspec/tool.typescript": "3.4.0",
|
|
95
|
+
"@contractspec/tool.bun": "3.4.0",
|
|
96
96
|
"typescript": "^5.9.3"
|
|
97
97
|
},
|
|
98
98
|
"publishConfig": {
|