@shell-shock/plugin-skills 0.0.10 → 0.0.12

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/dist/index.cjs +1 -1
  2. package/package.json +7 -7
package/dist/index.cjs CHANGED
@@ -8,7 +8,7 @@ let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
8
8
  let _stryke_path_join = require("@stryke/path/join");
9
9
  let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
10
10
  let defu = require("defu");
11
- defu = require_runtime.__toESM(defu);
11
+ defu = require_runtime.__toESM(defu, 1);
12
12
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
13
13
 
14
14
  //#region src/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-skills",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
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": [
@@ -125,18 +125,18 @@
125
125
  "dependencies": {
126
126
  "@alloy-js/core": "^0.23.1",
127
127
  "@alloy-js/typescript": "^0.23.0",
128
- "@powerlines/plugin-alloy": "^0.26.220",
129
- "@shell-shock/core": "0.17.19",
128
+ "@powerlines/plugin-alloy": "^0.26.227",
129
+ "@shell-shock/core": "0.17.21",
130
130
  "@stryke/path": "^0.29.11",
131
131
  "@stryke/type-checks": "^0.6.17",
132
132
  "@stryke/types": "^0.12.12",
133
133
  "defu": "^6.1.7",
134
- "powerlines": "^0.47.127"
134
+ "powerlines": "^0.47.134"
135
135
  },
136
136
  "devDependencies": {
137
- "@powerlines/plugin-plugin": "^0.12.539",
138
- "@types/node": "^25.9.2"
137
+ "@powerlines/plugin-plugin": "^0.12.546",
138
+ "@types/node": "^25.9.3"
139
139
  },
140
140
  "publishConfig": { "access": "public" },
141
- "gitHead": "f65ed318b22c10407fc4f3770b3f1f742d02ab35"
141
+ "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
142
142
  }