@atlaspack/core 2.23.6-dev-export-func-opt-67f87c28a.0 → 2.23.6-dev-export-func-opt-b714be46e.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.
@@ -154,6 +154,7 @@ class MutableAssetSymbols {
154
154
  }
155
155
  } : undefined,
156
156
  isEsmExport: Boolean(meta === null || meta === void 0 ? void 0 : meta.isEsm),
157
+ isStaticBindingSafe: Boolean(meta === null || meta === void 0 ? void 0 : meta.isStaticBindingSafe),
157
158
  isWeak: false,
158
159
  selfReferenced: Boolean(meta === null || meta === void 0 ? void 0 : meta.selfReferenced)
159
160
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.23.6-dev-export-func-opt-67f87c28a.0",
3
+ "version": "2.23.6-dev-export-func-opt-b714be46e.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,21 +23,21 @@
23
23
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
24
24
  },
25
25
  "dependencies": {
26
- "@atlaspack/build-cache": "2.13.6-dev-export-func-opt-67f87c28a.0",
27
- "@atlaspack/cache": "3.2.25-dev-export-func-opt-67f87c28a.0",
28
- "@atlaspack/diagnostic": "2.14.4-dev-export-func-opt-67f87c28a.0",
29
- "@atlaspack/events": "2.14.4-dev-export-func-opt-67f87c28a.0",
30
- "@atlaspack/feature-flags": "2.24.2-dev-export-func-opt-67f87c28a.0",
31
- "@atlaspack/fs": "2.15.25-dev-export-func-opt-67f87c28a.0",
32
- "@atlaspack/graph": "3.5.19-dev-export-func-opt-67f87c28a.0",
33
- "@atlaspack/logger": "2.14.22-dev-export-func-opt-67f87c28a.0",
34
- "@atlaspack/package-manager": "2.14.30-dev-export-func-opt-67f87c28a.0",
35
- "@atlaspack/plugin": "2.14.30-dev-export-func-opt-67f87c28a.0",
36
- "@atlaspack/profiler": "2.14.27-dev-export-func-opt-67f87c28a.0",
37
- "@atlaspack/rust": "3.7.1-dev-export-func-opt-67f87c28a.0",
38
- "@atlaspack/types": "2.15.20-dev-export-func-opt-67f87c28a.0",
39
- "@atlaspack/utils": "2.19.2-dev-export-func-opt-67f87c28a.0",
40
- "@atlaspack/workers": "2.14.30-dev-export-func-opt-67f87c28a.0",
26
+ "@atlaspack/build-cache": "2.13.6-dev-export-func-opt-b714be46e.0",
27
+ "@atlaspack/cache": "3.2.25-dev-export-func-opt-b714be46e.0",
28
+ "@atlaspack/diagnostic": "2.14.4-dev-export-func-opt-b714be46e.0",
29
+ "@atlaspack/events": "2.14.4-dev-export-func-opt-b714be46e.0",
30
+ "@atlaspack/feature-flags": "2.24.2-dev-export-func-opt-b714be46e.0",
31
+ "@atlaspack/fs": "2.15.25-dev-export-func-opt-b714be46e.0",
32
+ "@atlaspack/graph": "3.5.19-dev-export-func-opt-b714be46e.0",
33
+ "@atlaspack/logger": "2.14.22-dev-export-func-opt-b714be46e.0",
34
+ "@atlaspack/package-manager": "2.14.30-dev-export-func-opt-b714be46e.0",
35
+ "@atlaspack/plugin": "2.14.30-dev-export-func-opt-b714be46e.0",
36
+ "@atlaspack/profiler": "2.14.27-dev-export-func-opt-b714be46e.0",
37
+ "@atlaspack/rust": "3.7.1-dev-export-func-opt-b714be46e.0",
38
+ "@atlaspack/types": "2.15.20-dev-export-func-opt-b714be46e.0",
39
+ "@atlaspack/utils": "2.19.2-dev-export-func-opt-b714be46e.0",
40
+ "@atlaspack/workers": "2.14.30-dev-export-func-opt-b714be46e.0",
41
41
  "@mischnic/json-sourcemap": "^0.1.0",
42
42
  "@parcel/source-map": "^2.1.1",
43
43
  "base-x": "^3.0.8",
@@ -51,7 +51,7 @@
51
51
  "semver": "^7.5.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@atlaspack/babel-register": "2.14.4-dev-export-func-opt-67f87c28a.0",
54
+ "@atlaspack/babel-register": "2.14.4-dev-export-func-opt-b714be46e.0",
55
55
  "@types/node": ">= 18",
56
56
  "graphviz": "^0.0.9",
57
57
  "jest-diff": "*",
@@ -62,5 +62,5 @@
62
62
  "./src/serializerCore.js": "./src/serializerCore.browser.js"
63
63
  },
64
64
  "type": "commonjs",
65
- "gitHead": "67f87c28a23fcf285d88a1c969de4e35956cb500"
65
+ "gitHead": "b714be46e546a32dffac31c503b521b9be073f08"
66
66
  }
@@ -170,6 +170,7 @@ export class MutableAssetSymbols implements IMutableAssetSymbols {
170
170
  }
171
171
  : undefined,
172
172
  isEsmExport: Boolean(meta?.isEsm),
173
+ isStaticBindingSafe: Boolean(meta?.isStaticBindingSafe),
173
174
  isWeak: false,
174
175
  selfReferenced: Boolean(meta?.selfReferenced),
175
176
  });