@powerlines/plugin-oxc-transform 0.5.1 → 0.5.3

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 +5 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxc-transform",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform project code with Oxc Transformer.",
6
6
  "repository": {
@@ -93,34 +93,6 @@
93
93
  "types": "./dist/types/*.d.ts",
94
94
  "default": "./dist/types/*.js"
95
95
  }
96
- },
97
- "./helpers": {
98
- "import": {
99
- "types": "./dist/helpers/index.d.ts",
100
- "default": "./dist/helpers/index.js"
101
- },
102
- "require": {
103
- "types": "./dist/helpers/index.d.cts",
104
- "default": "./dist/helpers/index.cjs"
105
- },
106
- "default": {
107
- "types": "./dist/helpers/index.d.ts",
108
- "default": "./dist/helpers/index.js"
109
- }
110
- },
111
- "./helpers/*": {
112
- "import": {
113
- "types": "./dist/helpers/*.d.ts",
114
- "default": "./dist/helpers/*.js"
115
- },
116
- "require": {
117
- "types": "./dist/helpers/*.d.cts",
118
- "default": "./dist/helpers/*.cjs"
119
- },
120
- "default": {
121
- "types": "./dist/helpers/*.d.ts",
122
- "default": "./dist/helpers/*.js"
123
- }
124
96
  }
125
97
  },
126
98
  "typings": "dist/index.d.ts",
@@ -135,13 +107,13 @@
135
107
  "@stryke/path": "^0.17.0",
136
108
  "defu": "^6.1.4",
137
109
  "oxc-transform": "^0.95.0",
138
- "powerlines": "^0.12.0"
110
+ "powerlines": "^0.14.0"
139
111
  },
140
112
  "devDependencies": {
141
- "@powerlines/nx": "^0.9.1",
142
- "@powerlines/plugin-plugin": "^0.11.1",
113
+ "@powerlines/nx": "^0.9.3",
114
+ "@powerlines/plugin-plugin": "^0.11.3",
143
115
  "@types/node": "^22.18.12"
144
116
  },
145
117
  "publishConfig": { "access": "public" },
146
- "gitHead": "3122687eb4f36ff6a0ddc01ed2c002458c75839e"
118
+ "gitHead": "0a52d44907f8131de4cb120b2e17a98905349f24"
147
119
  }