@powerlines/plugin-rollup 0.1.0 → 0.2.0

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-rollup",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -127,22 +127,22 @@
127
127
  "files": ["dist/**/*"],
128
128
  "keywords": ["rollup", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
+ "@stryke/convert": "^0.6.0",
130
131
  "@stryke/fs": "^0.32.2",
131
132
  "@stryke/path": "^0.16.0",
132
133
  "@stryke/type-checks": "^0.3.10",
133
134
  "@stryke/types": "^0.10.0",
134
- "@stryke/convert": "^0.6.0",
135
135
  "defu": "^6.1.4",
136
- "rollup": "^4.52.5",
137
136
  "jiti": "^2.6.1",
138
137
  "powerlines": "^0.5.0",
138
+ "rollup": "^4.52.5",
139
139
  "unplugin": "^2.3.10"
140
140
  },
141
141
  "devDependencies": {
142
- "@powerlines/nx": "^0.5.0",
143
- "@powerlines/plugin-plugin": "^0.6.0",
142
+ "@powerlines/nx": "^0.5.1",
143
+ "@powerlines/plugin-plugin": "^0.7.0",
144
144
  "@types/node": "^22.18.12"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "8ec5ff52ffc87cfbf2807e077209ea5745a95d43"
147
+ "gitHead": "77d4bec26857b6b446158e7ef491332bf4e6414d"
148
148
  }