@contractspec/example.video-marketing-clip 3.6.0 → 3.7.1
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 +3 -3
- package/CHANGELOG.md +23 -0
- package/package.json +18 -32
package/.turbo/turbo-build.log
CHANGED
|
@@ -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=7 noBundle=false
|
|
6
|
-
Bundled 7 modules in
|
|
6
|
+
Bundled 7 modules in 45ms
|
|
7
7
|
|
|
8
8
|
./briefs.js 2.65 KB (entry point)
|
|
9
9
|
./index.js 8.37 KB (entry point)
|
|
@@ -14,7 +14,7 @@ Bundled 7 modules in 33ms
|
|
|
14
14
|
./video-marketing-clip.feature.js 0.62 KB (entry point)
|
|
15
15
|
|
|
16
16
|
[contractspec-bun-build] transpile target=node root=src entries=7 noBundle=false
|
|
17
|
-
Bundled 7 modules in
|
|
17
|
+
Bundled 7 modules in 41ms
|
|
18
18
|
|
|
19
19
|
./briefs.js 2.64 KB (entry point)
|
|
20
20
|
./index.js 8.36 KB (entry point)
|
|
@@ -25,7 +25,7 @@ Bundled 7 modules in 15ms
|
|
|
25
25
|
./video-marketing-clip.feature.js 0.62 KB (entry point)
|
|
26
26
|
|
|
27
27
|
[contractspec-bun-build] transpile target=browser root=src entries=7 noBundle=false
|
|
28
|
-
Bundled 7 modules in
|
|
28
|
+
Bundled 7 modules in 24ms
|
|
29
29
|
|
|
30
30
|
./briefs.js 2.64 KB (entry point)
|
|
31
31
|
./index.js 8.36 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @contractspec/example.video-marketing-clip
|
|
2
2
|
|
|
3
|
+
## 3.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5eb8626: fix: package exports
|
|
8
|
+
- Updated dependencies [5eb8626]
|
|
9
|
+
- @contractspec/lib.contracts-spec@3.7.1
|
|
10
|
+
- @contractspec/lib.content-gen@3.7.1
|
|
11
|
+
- @contractspec/lib.video-gen@2.7.1
|
|
12
|
+
|
|
13
|
+
## 3.7.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- f88df2d: feat: add expo mobile app example
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [f88df2d]
|
|
22
|
+
- @contractspec/lib.contracts-spec@3.7.0
|
|
23
|
+
- @contractspec/lib.content-gen@3.7.0
|
|
24
|
+
- @contractspec/lib.video-gen@2.7.0
|
|
25
|
+
|
|
3
26
|
## 3.6.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,64 +1,57 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.video-marketing-clip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "Generate short-form marketing videos from content briefs using the video-gen pipeline.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
|
+
"browser": "./dist/browser/index.js",
|
|
10
11
|
"bun": "./dist/index.js",
|
|
11
12
|
"node": "./dist/node/index.js",
|
|
12
|
-
"browser": "./dist/browser/index.js",
|
|
13
13
|
"default": "./dist/index.js"
|
|
14
14
|
},
|
|
15
15
|
"./briefs": {
|
|
16
16
|
"types": "./dist/briefs.d.ts",
|
|
17
|
+
"browser": "./dist/browser/briefs.js",
|
|
17
18
|
"bun": "./dist/briefs.js",
|
|
18
19
|
"node": "./dist/node/briefs.js",
|
|
19
|
-
"browser": "./dist/browser/briefs.js",
|
|
20
20
|
"default": "./dist/briefs.js"
|
|
21
21
|
},
|
|
22
22
|
"./docs": {
|
|
23
23
|
"types": "./dist/docs/index.d.ts",
|
|
24
|
-
"bun": "./dist/docs/index.js",
|
|
25
|
-
"node": "./dist/node/docs/index.js",
|
|
26
24
|
"browser": "./dist/browser/docs/index.js",
|
|
27
|
-
"default": "./dist/docs/index.js"
|
|
28
|
-
},
|
|
29
|
-
"./docs/index": {
|
|
30
|
-
"types": "./dist/docs/index.d.ts",
|
|
31
25
|
"bun": "./dist/docs/index.js",
|
|
32
26
|
"node": "./dist/node/docs/index.js",
|
|
33
|
-
"browser": "./dist/browser/docs/index.js",
|
|
34
27
|
"default": "./dist/docs/index.js"
|
|
35
28
|
},
|
|
36
29
|
"./docs/video-marketing-clip.docblock": {
|
|
37
30
|
"types": "./dist/docs/video-marketing-clip.docblock.d.ts",
|
|
31
|
+
"browser": "./dist/browser/docs/video-marketing-clip.docblock.js",
|
|
38
32
|
"bun": "./dist/docs/video-marketing-clip.docblock.js",
|
|
39
33
|
"node": "./dist/node/docs/video-marketing-clip.docblock.js",
|
|
40
|
-
"browser": "./dist/browser/docs/video-marketing-clip.docblock.js",
|
|
41
34
|
"default": "./dist/docs/video-marketing-clip.docblock.js"
|
|
42
35
|
},
|
|
43
36
|
"./example": {
|
|
44
37
|
"types": "./dist/example.d.ts",
|
|
38
|
+
"browser": "./dist/browser/example.js",
|
|
45
39
|
"bun": "./dist/example.js",
|
|
46
40
|
"node": "./dist/node/example.js",
|
|
47
|
-
"browser": "./dist/browser/example.js",
|
|
48
41
|
"default": "./dist/example.js"
|
|
49
42
|
},
|
|
50
43
|
"./generate-clip": {
|
|
51
44
|
"types": "./dist/generate-clip.d.ts",
|
|
45
|
+
"browser": "./dist/browser/generate-clip.js",
|
|
52
46
|
"bun": "./dist/generate-clip.js",
|
|
53
47
|
"node": "./dist/node/generate-clip.js",
|
|
54
|
-
"browser": "./dist/browser/generate-clip.js",
|
|
55
48
|
"default": "./dist/generate-clip.js"
|
|
56
49
|
},
|
|
57
50
|
"./video-marketing-clip.feature": {
|
|
58
51
|
"types": "./dist/video-marketing-clip.feature.d.ts",
|
|
52
|
+
"browser": "./dist/browser/video-marketing-clip.feature.js",
|
|
59
53
|
"bun": "./dist/video-marketing-clip.feature.js",
|
|
60
54
|
"node": "./dist/node/video-marketing-clip.feature.js",
|
|
61
|
-
"browser": "./dist/browser/video-marketing-clip.feature.js",
|
|
62
55
|
"default": "./dist/video-marketing-clip.feature.js"
|
|
63
56
|
}
|
|
64
57
|
},
|
|
@@ -78,13 +71,13 @@
|
|
|
78
71
|
"typecheck": "tsc --noEmit"
|
|
79
72
|
},
|
|
80
73
|
"dependencies": {
|
|
81
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
82
|
-
"@contractspec/lib.video-gen": "2.
|
|
83
|
-
"@contractspec/lib.content-gen": "3.
|
|
74
|
+
"@contractspec/lib.contracts-spec": "3.7.1",
|
|
75
|
+
"@contractspec/lib.video-gen": "2.7.1",
|
|
76
|
+
"@contractspec/lib.content-gen": "3.7.1"
|
|
84
77
|
},
|
|
85
78
|
"devDependencies": {
|
|
86
|
-
"@contractspec/tool.typescript": "3.
|
|
87
|
-
"@contractspec/tool.bun": "3.
|
|
79
|
+
"@contractspec/tool.typescript": "3.7.1",
|
|
80
|
+
"@contractspec/tool.bun": "3.7.1",
|
|
88
81
|
"typescript": "^5.9.3"
|
|
89
82
|
},
|
|
90
83
|
"publishConfig": {
|
|
@@ -92,58 +85,51 @@
|
|
|
92
85
|
"exports": {
|
|
93
86
|
".": {
|
|
94
87
|
"types": "./dist/index.d.ts",
|
|
88
|
+
"browser": "./dist/browser/index.js",
|
|
95
89
|
"bun": "./dist/index.js",
|
|
96
90
|
"node": "./dist/node/index.js",
|
|
97
|
-
"browser": "./dist/browser/index.js",
|
|
98
91
|
"default": "./dist/index.js"
|
|
99
92
|
},
|
|
100
93
|
"./briefs": {
|
|
101
94
|
"types": "./dist/briefs.d.ts",
|
|
95
|
+
"browser": "./dist/browser/briefs.js",
|
|
102
96
|
"bun": "./dist/briefs.js",
|
|
103
97
|
"node": "./dist/node/briefs.js",
|
|
104
|
-
"browser": "./dist/browser/briefs.js",
|
|
105
98
|
"default": "./dist/briefs.js"
|
|
106
99
|
},
|
|
107
100
|
"./docs": {
|
|
108
101
|
"types": "./dist/docs/index.d.ts",
|
|
109
|
-
"bun": "./dist/docs/index.js",
|
|
110
|
-
"node": "./dist/node/docs/index.js",
|
|
111
102
|
"browser": "./dist/browser/docs/index.js",
|
|
112
|
-
"default": "./dist/docs/index.js"
|
|
113
|
-
},
|
|
114
|
-
"./docs/index": {
|
|
115
|
-
"types": "./dist/docs/index.d.ts",
|
|
116
103
|
"bun": "./dist/docs/index.js",
|
|
117
104
|
"node": "./dist/node/docs/index.js",
|
|
118
|
-
"browser": "./dist/browser/docs/index.js",
|
|
119
105
|
"default": "./dist/docs/index.js"
|
|
120
106
|
},
|
|
121
107
|
"./docs/video-marketing-clip.docblock": {
|
|
122
108
|
"types": "./dist/docs/video-marketing-clip.docblock.d.ts",
|
|
109
|
+
"browser": "./dist/browser/docs/video-marketing-clip.docblock.js",
|
|
123
110
|
"bun": "./dist/docs/video-marketing-clip.docblock.js",
|
|
124
111
|
"node": "./dist/node/docs/video-marketing-clip.docblock.js",
|
|
125
|
-
"browser": "./dist/browser/docs/video-marketing-clip.docblock.js",
|
|
126
112
|
"default": "./dist/docs/video-marketing-clip.docblock.js"
|
|
127
113
|
},
|
|
128
114
|
"./example": {
|
|
129
115
|
"types": "./dist/example.d.ts",
|
|
116
|
+
"browser": "./dist/browser/example.js",
|
|
130
117
|
"bun": "./dist/example.js",
|
|
131
118
|
"node": "./dist/node/example.js",
|
|
132
|
-
"browser": "./dist/browser/example.js",
|
|
133
119
|
"default": "./dist/example.js"
|
|
134
120
|
},
|
|
135
121
|
"./generate-clip": {
|
|
136
122
|
"types": "./dist/generate-clip.d.ts",
|
|
123
|
+
"browser": "./dist/browser/generate-clip.js",
|
|
137
124
|
"bun": "./dist/generate-clip.js",
|
|
138
125
|
"node": "./dist/node/generate-clip.js",
|
|
139
|
-
"browser": "./dist/browser/generate-clip.js",
|
|
140
126
|
"default": "./dist/generate-clip.js"
|
|
141
127
|
},
|
|
142
128
|
"./video-marketing-clip.feature": {
|
|
143
129
|
"types": "./dist/video-marketing-clip.feature.d.ts",
|
|
130
|
+
"browser": "./dist/browser/video-marketing-clip.feature.js",
|
|
144
131
|
"bun": "./dist/video-marketing-clip.feature.js",
|
|
145
132
|
"node": "./dist/node/video-marketing-clip.feature.js",
|
|
146
|
-
"browser": "./dist/browser/video-marketing-clip.feature.js",
|
|
147
133
|
"default": "./dist/video-marketing-clip.feature.js"
|
|
148
134
|
}
|
|
149
135
|
},
|