@contractspec/example.video-marketing-clip 3.2.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 -35
- package/.turbo/turbo-prebuild.log +2 -1
- package/CHANGELOG.md +27 -0
- package/dist/browser/index.js +21 -1
- package/dist/browser/video-marketing-clip.feature.js +21 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +21 -1
- package/dist/node/index.js +21 -1
- package/dist/node/video-marketing-clip.feature.js +21 -0
- package/dist/video-marketing-clip.feature.d.ts +1 -0
- package/dist/video-marketing-clip.feature.js +22 -0
- package/package.json +20 -6
- package/src/index.ts +1 -0
- package/src/video-marketing-clip.feature.ts +19 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,35 +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
|
-
|
|
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 12ms[0m
|
|
8
|
+
|
|
9
|
+
[34m./briefs.js[0m 2.65 KB [2m(entry point)[0m
|
|
10
|
+
[34m./index.js[0m 8.37 KB [2m(entry point)[0m
|
|
11
|
+
[34mdocs/index.js[0m 3.12 KB [2m(entry point)[0m
|
|
12
|
+
[34mdocs/video-marketing-clip.docblock.js[0m 3.12 KB [2m(entry point)[0m
|
|
13
|
+
[34m./example.js[0m 1.00 KB [2m(entry point)[0m
|
|
14
|
+
[34m./generate-clip.js[0m 1.0 KB [2m(entry point)[0m
|
|
15
|
+
[34m./video-marketing-clip.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 9ms[0m
|
|
19
|
+
|
|
20
|
+
[34m./briefs.js[0m 2.64 KB [2m(entry point)[0m
|
|
21
|
+
[34m./index.js[0m 8.36 KB [2m(entry point)[0m
|
|
22
|
+
[34mdocs/index.js[0m 3.11 KB [2m(entry point)[0m
|
|
23
|
+
[34mdocs/video-marketing-clip.docblock.js[0m 3.11 KB [2m(entry point)[0m
|
|
24
|
+
[34m./example.js[0m 0.99 KB [2m(entry point)[0m
|
|
25
|
+
[34m./generate-clip.js[0m 1.0 KB [2m(entry point)[0m
|
|
26
|
+
[34m./video-marketing-clip.feature.js[0m 0.62 KB [2m(entry point)[0m
|
|
27
|
+
|
|
28
|
+
[contractspec-bun-build] transpile target=browser root=src entries=7
|
|
29
|
+
[32mBundled 7 modules in 7ms[0m
|
|
30
|
+
|
|
31
|
+
[34m./briefs.js[0m 2.64 KB [2m(entry point)[0m
|
|
32
|
+
[34m./index.js[0m 8.36 KB [2m(entry point)[0m
|
|
33
|
+
[34mdocs/index.js[0m 3.11 KB [2m(entry point)[0m
|
|
34
|
+
[34mdocs/video-marketing-clip.docblock.js[0m 3.11 KB [2m(entry point)[0m
|
|
35
|
+
[34m./example.js[0m 0.99 KB [2m(entry point)[0m
|
|
36
|
+
[34m./generate-clip.js[0m 1.0 KB [2m(entry point)[0m
|
|
37
|
+
[34m./video-marketing-clip.feature.js[0m 0.62 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,32 @@
|
|
|
1
1
|
# @contractspec/example.video-marketing-clip
|
|
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-spec@3.4.0
|
|
14
|
+
- @contractspec/lib.content-gen@3.4.0
|
|
15
|
+
- @contractspec/lib.video-gen@2.4.0
|
|
16
|
+
|
|
17
|
+
## 3.3.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 890a0da: fix: stability improvements
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [890a0da]
|
|
26
|
+
- @contractspec/lib.contracts-spec@3.3.0
|
|
27
|
+
- @contractspec/lib.content-gen@3.3.0
|
|
28
|
+
- @contractspec/lib.video-gen@2.3.0
|
|
29
|
+
|
|
3
30
|
## 3.2.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
package/dist/browser/index.js
CHANGED
|
@@ -191,11 +191,31 @@ async function generateAllFormats(brief, targetDurationSeconds) {
|
|
|
191
191
|
]);
|
|
192
192
|
return { landscape, square, portrait };
|
|
193
193
|
}
|
|
194
|
+
|
|
195
|
+
// src/video-marketing-clip.feature.ts
|
|
196
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
197
|
+
var VideoMarketingClipFeature = defineFeature({
|
|
198
|
+
meta: {
|
|
199
|
+
key: "video-marketing-clip",
|
|
200
|
+
version: "1.0.0",
|
|
201
|
+
title: "Video Marketing Clips",
|
|
202
|
+
description: "Generate short-form marketing videos from content briefs",
|
|
203
|
+
domain: "video",
|
|
204
|
+
owners: ["@examples"],
|
|
205
|
+
tags: ["video", "marketing", "clips", "content"],
|
|
206
|
+
stability: "experimental"
|
|
207
|
+
},
|
|
208
|
+
docs: [
|
|
209
|
+
"docs.examples.video-marketing-clip",
|
|
210
|
+
"docs.examples.video-marketing-clip.usage"
|
|
211
|
+
]
|
|
212
|
+
});
|
|
194
213
|
export {
|
|
195
214
|
productLaunchBrief,
|
|
196
215
|
generateMarketingClip,
|
|
197
216
|
generateAllFormats,
|
|
198
217
|
featureAnnouncementBrief,
|
|
199
218
|
example_default as example,
|
|
200
|
-
caseStudyBrief
|
|
219
|
+
caseStudyBrief,
|
|
220
|
+
VideoMarketingClipFeature
|
|
201
221
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// src/video-marketing-clip.feature.ts
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
|
+
var VideoMarketingClipFeature = defineFeature({
|
|
4
|
+
meta: {
|
|
5
|
+
key: "video-marketing-clip",
|
|
6
|
+
version: "1.0.0",
|
|
7
|
+
title: "Video Marketing Clips",
|
|
8
|
+
description: "Generate short-form marketing videos from content briefs",
|
|
9
|
+
domain: "video",
|
|
10
|
+
owners: ["@examples"],
|
|
11
|
+
tags: ["video", "marketing", "clips", "content"],
|
|
12
|
+
stability: "experimental"
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
"docs.examples.video-marketing-clip",
|
|
16
|
+
"docs.examples.video-marketing-clip.usage"
|
|
17
|
+
]
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
VideoMarketingClipFeature
|
|
21
|
+
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -192,11 +192,31 @@ async function generateAllFormats(brief, targetDurationSeconds) {
|
|
|
192
192
|
]);
|
|
193
193
|
return { landscape, square, portrait };
|
|
194
194
|
}
|
|
195
|
+
|
|
196
|
+
// src/video-marketing-clip.feature.ts
|
|
197
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
198
|
+
var VideoMarketingClipFeature = defineFeature({
|
|
199
|
+
meta: {
|
|
200
|
+
key: "video-marketing-clip",
|
|
201
|
+
version: "1.0.0",
|
|
202
|
+
title: "Video Marketing Clips",
|
|
203
|
+
description: "Generate short-form marketing videos from content briefs",
|
|
204
|
+
domain: "video",
|
|
205
|
+
owners: ["@examples"],
|
|
206
|
+
tags: ["video", "marketing", "clips", "content"],
|
|
207
|
+
stability: "experimental"
|
|
208
|
+
},
|
|
209
|
+
docs: [
|
|
210
|
+
"docs.examples.video-marketing-clip",
|
|
211
|
+
"docs.examples.video-marketing-clip.usage"
|
|
212
|
+
]
|
|
213
|
+
});
|
|
195
214
|
export {
|
|
196
215
|
productLaunchBrief,
|
|
197
216
|
generateMarketingClip,
|
|
198
217
|
generateAllFormats,
|
|
199
218
|
featureAnnouncementBrief,
|
|
200
219
|
example_default as example,
|
|
201
|
-
caseStudyBrief
|
|
220
|
+
caseStudyBrief,
|
|
221
|
+
VideoMarketingClipFeature
|
|
202
222
|
};
|
package/dist/node/index.js
CHANGED
|
@@ -191,11 +191,31 @@ async function generateAllFormats(brief, targetDurationSeconds) {
|
|
|
191
191
|
]);
|
|
192
192
|
return { landscape, square, portrait };
|
|
193
193
|
}
|
|
194
|
+
|
|
195
|
+
// src/video-marketing-clip.feature.ts
|
|
196
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
197
|
+
var VideoMarketingClipFeature = defineFeature({
|
|
198
|
+
meta: {
|
|
199
|
+
key: "video-marketing-clip",
|
|
200
|
+
version: "1.0.0",
|
|
201
|
+
title: "Video Marketing Clips",
|
|
202
|
+
description: "Generate short-form marketing videos from content briefs",
|
|
203
|
+
domain: "video",
|
|
204
|
+
owners: ["@examples"],
|
|
205
|
+
tags: ["video", "marketing", "clips", "content"],
|
|
206
|
+
stability: "experimental"
|
|
207
|
+
},
|
|
208
|
+
docs: [
|
|
209
|
+
"docs.examples.video-marketing-clip",
|
|
210
|
+
"docs.examples.video-marketing-clip.usage"
|
|
211
|
+
]
|
|
212
|
+
});
|
|
194
213
|
export {
|
|
195
214
|
productLaunchBrief,
|
|
196
215
|
generateMarketingClip,
|
|
197
216
|
generateAllFormats,
|
|
198
217
|
featureAnnouncementBrief,
|
|
199
218
|
example_default as example,
|
|
200
|
-
caseStudyBrief
|
|
219
|
+
caseStudyBrief,
|
|
220
|
+
VideoMarketingClipFeature
|
|
201
221
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// src/video-marketing-clip.feature.ts
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
|
+
var VideoMarketingClipFeature = defineFeature({
|
|
4
|
+
meta: {
|
|
5
|
+
key: "video-marketing-clip",
|
|
6
|
+
version: "1.0.0",
|
|
7
|
+
title: "Video Marketing Clips",
|
|
8
|
+
description: "Generate short-form marketing videos from content briefs",
|
|
9
|
+
domain: "video",
|
|
10
|
+
owners: ["@examples"],
|
|
11
|
+
tags: ["video", "marketing", "clips", "content"],
|
|
12
|
+
stability: "experimental"
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
"docs.examples.video-marketing-clip",
|
|
16
|
+
"docs.examples.video-marketing-clip.usage"
|
|
17
|
+
]
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
VideoMarketingClipFeature
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const VideoMarketingClipFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
// src/video-marketing-clip.feature.ts
|
|
3
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
4
|
+
var VideoMarketingClipFeature = defineFeature({
|
|
5
|
+
meta: {
|
|
6
|
+
key: "video-marketing-clip",
|
|
7
|
+
version: "1.0.0",
|
|
8
|
+
title: "Video Marketing Clips",
|
|
9
|
+
description: "Generate short-form marketing videos from content briefs",
|
|
10
|
+
domain: "video",
|
|
11
|
+
owners: ["@examples"],
|
|
12
|
+
tags: ["video", "marketing", "clips", "content"],
|
|
13
|
+
stability: "experimental"
|
|
14
|
+
},
|
|
15
|
+
docs: [
|
|
16
|
+
"docs.examples.video-marketing-clip",
|
|
17
|
+
"docs.examples.video-marketing-clip.usage"
|
|
18
|
+
]
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
VideoMarketingClipFeature
|
|
22
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.video-marketing-clip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
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",
|
|
@@ -53,6 +53,13 @@
|
|
|
53
53
|
"node": "./dist/node/generate-clip.js",
|
|
54
54
|
"browser": "./dist/browser/generate-clip.js",
|
|
55
55
|
"default": "./dist/generate-clip.js"
|
|
56
|
+
},
|
|
57
|
+
"./video-marketing-clip.feature": {
|
|
58
|
+
"types": "./dist/video-marketing-clip.feature.d.ts",
|
|
59
|
+
"bun": "./dist/video-marketing-clip.feature.js",
|
|
60
|
+
"node": "./dist/node/video-marketing-clip.feature.js",
|
|
61
|
+
"browser": "./dist/browser/video-marketing-clip.feature.js",
|
|
62
|
+
"default": "./dist/video-marketing-clip.feature.js"
|
|
56
63
|
}
|
|
57
64
|
},
|
|
58
65
|
"scripts": {
|
|
@@ -71,13 +78,13 @@
|
|
|
71
78
|
"typecheck": "tsc --noEmit"
|
|
72
79
|
},
|
|
73
80
|
"dependencies": {
|
|
74
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
75
|
-
"@contractspec/lib.video-gen": "2.
|
|
76
|
-
"@contractspec/lib.content-gen": "3.
|
|
81
|
+
"@contractspec/lib.contracts-spec": "3.4.0",
|
|
82
|
+
"@contractspec/lib.video-gen": "2.4.0",
|
|
83
|
+
"@contractspec/lib.content-gen": "3.4.0"
|
|
77
84
|
},
|
|
78
85
|
"devDependencies": {
|
|
79
|
-
"@contractspec/tool.typescript": "3.
|
|
80
|
-
"@contractspec/tool.bun": "3.
|
|
86
|
+
"@contractspec/tool.typescript": "3.4.0",
|
|
87
|
+
"@contractspec/tool.bun": "3.4.0",
|
|
81
88
|
"typescript": "^5.9.3"
|
|
82
89
|
},
|
|
83
90
|
"publishConfig": {
|
|
@@ -131,6 +138,13 @@
|
|
|
131
138
|
"node": "./dist/node/generate-clip.js",
|
|
132
139
|
"browser": "./dist/browser/generate-clip.js",
|
|
133
140
|
"default": "./dist/generate-clip.js"
|
|
141
|
+
},
|
|
142
|
+
"./video-marketing-clip.feature": {
|
|
143
|
+
"types": "./dist/video-marketing-clip.feature.d.ts",
|
|
144
|
+
"bun": "./dist/video-marketing-clip.feature.js",
|
|
145
|
+
"node": "./dist/node/video-marketing-clip.feature.js",
|
|
146
|
+
"browser": "./dist/browser/video-marketing-clip.feature.js",
|
|
147
|
+
"default": "./dist/video-marketing-clip.feature.js"
|
|
134
148
|
}
|
|
135
149
|
},
|
|
136
150
|
"registry": "https://registry.npmjs.org/"
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineFeature } from '@contractspec/lib.contracts-spec';
|
|
2
|
+
|
|
3
|
+
export const VideoMarketingClipFeature = defineFeature({
|
|
4
|
+
meta: {
|
|
5
|
+
key: 'video-marketing-clip',
|
|
6
|
+
version: '1.0.0',
|
|
7
|
+
title: 'Video Marketing Clips',
|
|
8
|
+
description: 'Generate short-form marketing videos from content briefs',
|
|
9
|
+
domain: 'video',
|
|
10
|
+
owners: ['@examples'],
|
|
11
|
+
tags: ['video', 'marketing', 'clips', 'content'],
|
|
12
|
+
stability: 'experimental',
|
|
13
|
+
},
|
|
14
|
+
|
|
15
|
+
docs: [
|
|
16
|
+
'docs.examples.video-marketing-clip',
|
|
17
|
+
'docs.examples.video-marketing-clip.usage',
|
|
18
|
+
],
|
|
19
|
+
});
|