@powerlines/plugin-plugin 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-plugin",
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": {
@@ -126,8 +126,8 @@
126
126
  "@babel/plugin-syntax-jsx": "^7.27.1",
127
127
  "@babel/plugin-syntax-typescript": "^7.27.1",
128
128
  "@babel/plugin-transform-typescript": "^7.28.0",
129
- "@powerlines/plugin-babel": "^0.1.0",
130
- "@powerlines/plugin-tsup": "^0.1.0",
129
+ "@powerlines/plugin-babel": "^0.2.0",
130
+ "@powerlines/plugin-tsup": "^0.2.0",
131
131
  "@stryke/fs": "^0.31.4",
132
132
  "@stryke/json": "^0.9.3",
133
133
  "@stryke/path": "^0.15.5",
@@ -136,12 +136,12 @@
136
136
  "defu": "^6.1.4",
137
137
  "esbuild-plugin-babel": "^0.2.3",
138
138
  "jiti": "^2.6.1",
139
- "powerlines": "^0.1.0",
139
+ "powerlines": "^0.2.0",
140
140
  "prettier": "^3.6.2"
141
141
  },
142
142
  "devDependencies": {
143
143
  "@alloy-js/rollup-plugin": "^0.1.0",
144
- "@powerlines/nx": "^0.1.0",
144
+ "@powerlines/nx": "^0.2.0",
145
145
  "@rollup/plugin-commonjs": "^28.0.8",
146
146
  "@rollup/plugin-node-resolve": "^16.0.3",
147
147
  "@types/babel__helper-plugin-utils": "^7.10.3",
@@ -151,5 +151,5 @@
151
151
  "rollup-plugin-typescript2": "^0.36.0"
152
152
  },
153
153
  "publishConfig": { "access": "public" },
154
- "gitHead": "ecb19d2493e29805acdca3a87b7ffaf6d331dfec"
154
+ "gitHead": "319be4880b93666a6dafe38d60278a8cad920f0b"
155
155
  }