@shell-shock/plugin-skills 0.0.14 → 0.0.15
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-skills",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to manage adding agent skills in a Shell Shock application.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,18 +141,18 @@
|
|
|
141
141
|
"@alloy-js/typescript": "^0.24.0",
|
|
142
142
|
"@power-plant/alloy-js": "^0.0.87",
|
|
143
143
|
"@power-plant/core": "^0.0.90",
|
|
144
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
145
|
-
"@shell-shock/core": "0.17.
|
|
144
|
+
"@powerlines/plugin-alloy": "^0.26.309",
|
|
145
|
+
"@shell-shock/core": "0.17.24",
|
|
146
146
|
"@stryke/path": "^0.29.35",
|
|
147
147
|
"@stryke/type-checks": "^0.6.41",
|
|
148
148
|
"@stryke/types": "^0.12.36",
|
|
149
149
|
"defu": "^6.1.7",
|
|
150
|
-
"powerlines": "^0.47.
|
|
150
|
+
"powerlines": "^0.47.211"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
153
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
154
154
|
"@types/node": "^25.9.5"
|
|
155
155
|
},
|
|
156
156
|
"publishConfig": { "access": "public" },
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "06592cb0cccc2c7e9297af4c5138550e86fa4eec"
|
|
158
158
|
}
|