create-video 3.1.4 → 3.1.7
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/dist/templates.js +1 -1
- package/package.json +2 -2
package/dist/templates.js
CHANGED
|
@@ -108,7 +108,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
108
108
|
description: 'React Native Skia starter',
|
|
109
109
|
longerDescription: 'A template with React Native Skia already setup.',
|
|
110
110
|
promoVideo: {
|
|
111
|
-
muxId: '
|
|
111
|
+
muxId: 'ecORcc01sP94IsTRGLwngxH4PC1r1kQq6iXpn00HqCIGI',
|
|
112
112
|
height: 1080,
|
|
113
113
|
width: 1920,
|
|
114
114
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-video",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
36
36
|
"typescript": "^4.7.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "599379fef6043a7125d1979766f915580ec1cf77"
|
|
39
39
|
}
|