@atlaspack/packager-js 2.14.5-canary.191 → 2.14.5-canary.193

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 (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaspack/packager-js
2
2
 
3
+ ## 2.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#774](https://github.com/atlassian-labs/atlaspack/pull/774) [`602f8ed`](https://github.com/atlassian-labs/atlaspack/commit/602f8ed9d8381301df8b2cc82c1d5cf6f2f94fec) Thanks [@JakeLane](https://github.com/JakeLane)! - Add feature flag exportsRebindingOptimisation which detects cases where we don't need the rebinding helper for esm exports
8
+
9
+ ### Patch Changes
10
+
11
+ - [#780](https://github.com/atlassian-labs/atlaspack/pull/780) [`eedcbc4`](https://github.com/atlassian-labs/atlaspack/commit/eedcbc408fc1e86a2a8e25f1a41c57146d8529e1) Thanks [@JakeLane](https://github.com/JakeLane)! - Fix isStaticBindingSafe in v3
12
+
13
+ - Updated dependencies [[`7a52bab`](https://github.com/atlassian-labs/atlaspack/commit/7a52bab6281e8edbfa66af248eb6f872c6b4b7bd), [`eedcbc4`](https://github.com/atlassian-labs/atlaspack/commit/eedcbc408fc1e86a2a8e25f1a41c57146d8529e1), [`5a0363f`](https://github.com/atlassian-labs/atlaspack/commit/5a0363f1086e81068959b87e92064bed5a11a9b4), [`038e87a`](https://github.com/atlassian-labs/atlaspack/commit/038e87a7858d39556d59d3a2d17db534d45f62c6), [`f6532d7`](https://github.com/atlassian-labs/atlaspack/commit/f6532d7a4f7f007bd4e5e36af04dd466f0b9f572), [`0684997`](https://github.com/atlassian-labs/atlaspack/commit/0684997c127a6204af1376b36e556fddd1ba5557), [`602f8ed`](https://github.com/atlassian-labs/atlaspack/commit/602f8ed9d8381301df8b2cc82c1d5cf6f2f94fec)]:
14
+ - @atlaspack/feature-flags@2.25.0
15
+ - @atlaspack/rust@3.8.0
16
+ - @atlaspack/utils@2.19.2
17
+ - @atlaspack/plugin@2.14.30
18
+ - @atlaspack/types@2.15.20
19
+
3
20
  ## 2.22.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/packager-js",
3
- "version": "2.14.5-canary.191+eedcbc408",
3
+ "version": "2.14.5-canary.193+686a398fa",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,12 +16,12 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/diagnostic": "2.14.1-canary.259+eedcbc408",
20
- "@atlaspack/feature-flags": "2.14.1-canary.259+eedcbc408",
21
- "@atlaspack/plugin": "2.14.5-canary.191+eedcbc408",
22
- "@atlaspack/rust": "3.2.1-canary.191+eedcbc408",
23
- "@atlaspack/types": "2.14.5-canary.191+eedcbc408",
24
- "@atlaspack/utils": "2.14.5-canary.191+eedcbc408",
19
+ "@atlaspack/diagnostic": "2.14.1-canary.261+686a398fa",
20
+ "@atlaspack/feature-flags": "2.14.1-canary.261+686a398fa",
21
+ "@atlaspack/plugin": "2.14.5-canary.193+686a398fa",
22
+ "@atlaspack/rust": "3.2.1-canary.193+686a398fa",
23
+ "@atlaspack/types": "2.14.5-canary.193+686a398fa",
24
+ "@atlaspack/utils": "2.14.5-canary.193+686a398fa",
25
25
  "@parcel/source-map": "^2.1.1",
26
26
  "globals": "^13.2.0",
27
27
  "nullthrows": "^1.1.1",
@@ -32,5 +32,5 @@
32
32
  "check-ts": "tsc --emitDeclarationOnly --rootDir src",
33
33
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
34
34
  },
35
- "gitHead": "eedcbc408fc1e86a2a8e25f1a41c57146d8529e1"
35
+ "gitHead": "686a398faa1f9e19cbf9274add2c46e246bafba8"
36
36
  }