@umituz/react-native-video-editor 1.1.57 → 1.1.60
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-video-editor",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.60",
|
|
4
4
|
"description": "Professional video editor with layer-based timeline, text/image/shape/audio/animation layers, and export functionality",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"lint:fix": "eslint src --fix",
|
|
17
17
|
"version:patch": "npm version patch -m 'chore: release v%s'",
|
|
18
18
|
"version:minor": "npm version minor -m 'chore: release v%s'",
|
|
19
|
-
"version:major": "npm version major -m 'chore: release v%s'"
|
|
19
|
+
"version:major": "npm version major -m 'chore: release v%s'",
|
|
20
|
+
"setup:skill": "node -e \"const fs = require('fs'); const path = require('path'); const skillDir = path.join(process.env.HOME, '.claude', 'skills', 'react-native-video-editor'); fs.mkdirSync(skillDir, {recursive: true}); fs.copyFileSync(path.join(__dirname, 'skills/SKILL.md'), path.join(skillDir, 'SKILL.md')); console.log('✅ @umituz/react-native-video-editor setup skill installed to Claude Code!');\""
|
|
20
21
|
},
|
|
21
22
|
"keywords": [
|
|
22
23
|
"react-native",
|