ali-skills 0.0.13 → 0.0.14

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ali/cli-skills",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ali-skills",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "scripts": {
28
28
  "publish:beta": "npm version prerelease --preid=beta --no-git-tag-version && npm publish --tag beta",
29
- "publish:latest:patch": "npm version patch && npm publish && git push --follow-tags"
29
+ "publish:latest:patch": "npm version patch && npm publish && git push --follow-tags && tnpm sync ali-skills"
30
30
  },
31
31
  "author": "",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@ali/cli-skills": "^2.0.13"
34
+ "@ali/cli-skills": "^2.0.14"
35
35
  },
36
36
  "bundleDependencies": [
37
37
  "@ali/cli-skills"