@powerlines/plugin-plugin 0.12.60 → 0.12.62

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 (1) hide show
  1. package/package.json +4 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-plugin",
3
- "version": "0.12.60",
3
+ "version": "0.12.62",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -117,11 +117,6 @@
117
117
  "files": ["dist/**/*"],
118
118
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
119
119
  "dependencies": {
120
- "@alloy-js/rollup-plugin": "^0.1.0",
121
- "@alloy-js/core": "^0.22.0",
122
- "@alloy-js/json": "^0.22.0",
123
- "@alloy-js/markdown": "^0.22.0",
124
- "@alloy-js/typescript": "^0.22.0",
125
120
  "tsdown": "0.17.0-beta.5",
126
121
  "unplugin": "3.0.0-beta.3",
127
122
  "@stryke/fs": "^0.33.26",
@@ -133,10 +128,10 @@
133
128
  "@stryke/convert": "^0.6.29",
134
129
  "defu": "^6.1.4",
135
130
  "jiti": "^2.6.1",
136
- "powerlines": "^0.36.13"
131
+ "powerlines": "^0.36.15"
137
132
  },
138
133
  "devDependencies": {
139
- "@powerlines/nx": "^0.11.39",
134
+ "@powerlines/nx": "^0.11.41",
140
135
  "@rollup/plugin-commonjs": "^28.0.9",
141
136
  "@rollup/plugin-node-resolve": "^16.0.3",
142
137
  "@types/babel__helper-plugin-utils": "^7.10.3",
@@ -145,5 +140,5 @@
145
140
  "rollup-plugin-typescript2": "^0.36.0"
146
141
  },
147
142
  "publishConfig": { "access": "public" },
148
- "gitHead": "483677f34524b653a72b313c463081c800043753"
143
+ "gitHead": "7e415f360c9011a40e8ae2a0b8b7cc92ba94076f"
149
144
  }