@notedit/vtake 1.0.0 → 1.0.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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@notedit/vtake",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Local video takeaway generator (skill-driven)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli.js",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"test:coverage": "vitest run --coverage",
|
|
30
30
|
"publish:skill": "node scripts/publish-skill.mjs",
|
|
31
31
|
"publish:skill:dry": "node scripts/publish-skill.mjs --dry-run",
|
|
32
|
-
"
|
|
32
|
+
"publish:skill:zip": "node scripts/publish-skill.mjs --deploy",
|
|
33
|
+
"release": "npm run build && npm version patch && npm publish && node scripts/publish-skill.mjs --deploy"
|
|
33
34
|
},
|
|
34
35
|
"engines": {
|
|
35
36
|
"node": ">=22"
|