@atlaspack/runtime-webextension 2.14.5-canary.325 → 2.14.5-canary.326

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 +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaspack/runtime-webextension
2
2
 
3
+ ## 2.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#925](https://github.com/atlassian-labs/atlaspack/pull/925) [`00fa643`](https://github.com/atlassian-labs/atlaspack/commit/00fa6433202bfd3311479f6314c9ec878a789f2c) Thanks [@benjervis](https://github.com/benjervis)! - Save propagating symbols for runtimes by requiring symbol and dependency data be returned at the time the assets are injected.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @atlaspack/plugin@2.14.43
13
+ - @atlaspack/types@2.15.33
14
+ - @atlaspack/utils@3.2.4
15
+
3
16
  ## 2.14.42
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/runtime-webextension",
3
- "version": "2.14.5-canary.325+00fa64332",
3
+ "version": "2.14.5-canary.326+530252399",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,14 +16,14 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.14.5-canary.325+00fa64332",
20
- "@atlaspack/types": "2.14.5-canary.325+00fa64332",
21
- "@atlaspack/utils": "2.14.5-canary.325+00fa64332",
19
+ "@atlaspack/plugin": "2.14.5-canary.326+530252399",
20
+ "@atlaspack/types": "2.14.5-canary.326+530252399",
21
+ "@atlaspack/utils": "2.14.5-canary.326+530252399",
22
22
  "nullthrows": "^1.1.1"
23
23
  },
24
24
  "type": "commonjs",
25
25
  "scripts": {
26
26
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
27
27
  },
28
- "gitHead": "00fa6433202bfd3311479f6314c9ec878a789f2c"
28
+ "gitHead": "530252399b1a17604e640494a041133a0c12708a"
29
29
  }