@dunx/transform 2.2.1 → 2.3.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.
package/dist/index.js CHANGED
@@ -5,10 +5,10 @@ import {
5
5
  transform
6
6
  } from "./chunk-zz09k8xj.js";
7
7
  export {
8
- transform,
8
+ applyEdits,
9
9
  depsPlugin,
10
- applyEdits
10
+ transform
11
11
  };
12
12
 
13
- //# debugId=4BB6ADD68D78212464756E2164756E21
13
+ //# debugId=65A4CA6728FEECA064756E2164756E21
14
14
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -4,6 +4,6 @@
4
4
  "sourcesContent": [
5
5
  ],
6
6
  "mappings": "",
7
- "debugId": "4BB6ADD68D78212464756E2164756E21",
7
+ "debugId": "65A4CA6728FEECA064756E2164756E21",
8
8
  "names": []
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dunx/transform",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "Load-time transform that records constructor dependencies for the dunx container",
5
5
  "keywords": [
6
6
  "bun",