@shell-shock/plugin-skills 0.0.15 → 0.0.16
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 +11 -11
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.16",
|
|
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": [
|
|
@@ -139,20 +139,20 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@alloy-js/core": "^0.24.1",
|
|
141
141
|
"@alloy-js/typescript": "^0.24.0",
|
|
142
|
-
"@power-plant/alloy-js": "^0.0.
|
|
143
|
-
"@power-plant/core": "^0.0.
|
|
144
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
145
|
-
"@shell-shock/core": "0.17.
|
|
146
|
-
"@stryke/path": "^0.29.
|
|
147
|
-
"@stryke/type-checks": "^0.6.
|
|
148
|
-
"@stryke/types": "^0.12.
|
|
142
|
+
"@power-plant/alloy-js": "^0.0.89",
|
|
143
|
+
"@power-plant/core": "^0.0.92",
|
|
144
|
+
"@powerlines/plugin-alloy": "^0.26.310",
|
|
145
|
+
"@shell-shock/core": "0.17.25",
|
|
146
|
+
"@stryke/path": "^0.29.41",
|
|
147
|
+
"@stryke/type-checks": "^0.6.47",
|
|
148
|
+
"@stryke/types": "^0.12.42",
|
|
149
149
|
"defu": "^6.1.7",
|
|
150
|
-
"powerlines": "^0.47.
|
|
150
|
+
"powerlines": "^0.47.212"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
153
|
+
"@powerlines/plugin-plugin": "^0.12.625",
|
|
154
154
|
"@types/node": "^25.9.5"
|
|
155
155
|
},
|
|
156
156
|
"publishConfig": { "access": "public" },
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "6fee81652a0a86b6884ed1e2420d6c85067d66e6"
|
|
158
158
|
}
|