@framers/agentos-skills-registry 0.18.2 → 0.18.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -146,4 +146,4 @@ const merged = mergeWithWorkspaceSkills(SKILLS_CATALOG, workspace);
146
146
 
147
147
  ## License
148
148
 
149
- Apache 2.0 — see [LICENSE](LICENSE).
149
+ Apache 2.0 — see [LICENSE](https://github.com/framersai/agentos-skills-registry/blob/master/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framers/agentos-skills-registry",
3
- "version": "0.18.2",
3
+ "version": "0.18.3",
4
4
  "files": [
5
5
  "dist",
6
6
  "README.md"
@@ -83,7 +83,7 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@framers/agentos": "^0.9.3",
86
+ "@framers/agentos": "^0.9.7",
87
87
  "@types/node": "^20.12.12",
88
88
  "typescript": "^5.4.5",
89
89
  "vitest": "^1.0.0"