@atlaspack/transformer-js 3.1.1-dev.107 → 3.1.1-dev.118

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.
@@ -882,7 +882,7 @@ var _default = exports.default = new (_plugin().Transformer)({
882
882
  resolveFrom: /*#__ATLASPACK_IGNORE__*/__filename,
883
883
  env: {
884
884
  includeNodeModules: {
885
- '@atlaspack/super': true
885
+ atlaspack: true
886
886
  }
887
887
  }
888
888
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-js",
3
- "version": "3.1.1-dev.107+4f5d524fd",
3
+ "version": "3.1.1-dev.118+f615781c0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,12 +25,12 @@
25
25
  "src/esmodule-helpers.js"
26
26
  ],
27
27
  "dependencies": {
28
- "@atlaspack/diagnostic": "2.14.1-dev.107+4f5d524fd",
29
- "@atlaspack/feature-flags": "2.14.1-dev.107+4f5d524fd",
30
- "@atlaspack/plugin": "2.14.1-dev.107+4f5d524fd",
31
- "@atlaspack/rust": "3.0.1-dev.107+4f5d524fd",
32
- "@atlaspack/utils": "2.14.1-dev.107+4f5d524fd",
33
- "@atlaspack/workers": "2.14.1-dev.107+4f5d524fd",
28
+ "@atlaspack/diagnostic": "2.14.1-dev.118+f615781c0",
29
+ "@atlaspack/feature-flags": "2.14.1-dev.118+f615781c0",
30
+ "@atlaspack/plugin": "2.14.1-dev.118+f615781c0",
31
+ "@atlaspack/rust": "3.0.1-dev.118+f615781c0",
32
+ "@atlaspack/utils": "2.14.1-dev.118+f615781c0",
33
+ "@atlaspack/workers": "2.14.1-dev.118+f615781c0",
34
34
  "@parcel/source-map": "^2.1.1",
35
35
  "@swc/helpers": "^0.5.15",
36
36
  "browserslist": "^4.6.6",
@@ -42,5 +42,5 @@
42
42
  "@atlaspack/core": "^2.13.1"
43
43
  },
44
44
  "type": "commonjs",
45
- "gitHead": "4f5d524fdb28f9955f3a26abe0115d7545eb41f4"
45
+ "gitHead": "f615781c07b16806135476593869793c64e9f4b6"
46
46
  }
@@ -1083,7 +1083,7 @@ export default (new Transformer({
1083
1083
  resolveFrom: /*#__ATLASPACK_IGNORE__*/ __filename,
1084
1084
  env: {
1085
1085
  includeNodeModules: {
1086
- '@atlaspack/super': true,
1086
+ atlaspack: true,
1087
1087
  },
1088
1088
  },
1089
1089
  });