@atlaspack/utils 2.14.5-canary.244 → 2.14.5-canary.245

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 +15 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaspack/utils
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#810](https://github.com/atlassian-labs/atlaspack/pull/810) [`c372f3f`](https://github.com/atlassian-labs/atlaspack/commit/c372f3fd6fce8200d5cf47f41bc7895c6cbb5558) Thanks [@benjervis](https://github.com/benjervis)! - Add the `scope-hosting-stats` debug tool to report on the percentage of assets that were able to be scope hoisted during the build.
8
+
9
+ - [#840](https://github.com/atlassian-labs/atlaspack/pull/840) [`17dfea9`](https://github.com/atlassian-labs/atlaspack/commit/17dfea9e9f3169807808520df9c09ebf70dc8b10) Thanks [@vykimnguyen](https://github.com/vykimnguyen)! - cleanup inlineStringReplacmentPerf flag
10
+
11
+ - Updated dependencies [[`79a7e22`](https://github.com/atlassian-labs/atlaspack/commit/79a7e22ef119891a2f4180a9d3cc66b38dd52092), [`3da8e69`](https://github.com/atlassian-labs/atlaspack/commit/3da8e690605472d81c531366b65fa9844f8ca337), [`c372f3f`](https://github.com/atlassian-labs/atlaspack/commit/c372f3fd6fce8200d5cf47f41bc7895c6cbb5558), [`17dfea9`](https://github.com/atlassian-labs/atlaspack/commit/17dfea9e9f3169807808520df9c09ebf70dc8b10), [`f1070ec`](https://github.com/atlassian-labs/atlaspack/commit/f1070ec48e99b4ec111a03179c5ab5b74163fab1), [`27fd73f`](https://github.com/atlassian-labs/atlaspack/commit/27fd73fa07d358653f1be6f2d15d72dc5d8fc2fd), [`3091fa3`](https://github.com/atlassian-labs/atlaspack/commit/3091fa36425ecffe3938e55247a035b08cda37a2)]:
12
+ - @atlaspack/feature-flags@2.25.5
13
+ - @atlaspack/rust@3.8.3
14
+ - @atlaspack/types-internal@2.20.5
15
+ - @atlaspack/logger@2.14.27
16
+ - @atlaspack/codeframe@2.13.17
17
+
3
18
  ## 3.0.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/utils",
3
- "version": "2.14.5-canary.244+f97acf242",
3
+ "version": "2.14.5-canary.245+a77c6d278",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -31,13 +31,13 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaspack/codeframe": "2.13.3-canary.312+f97acf242",
35
- "@atlaspack/diagnostic": "2.14.1-canary.312+f97acf242",
36
- "@atlaspack/feature-flags": "2.14.1-canary.312+f97acf242",
37
- "@atlaspack/logger": "2.14.5-canary.244+f97acf242",
38
- "@atlaspack/markdown-ansi": "2.14.1-canary.312+f97acf242",
39
- "@atlaspack/rust": "3.2.1-canary.244+f97acf242",
40
- "@atlaspack/types-internal": "2.14.1-canary.312+f97acf242",
34
+ "@atlaspack/codeframe": "2.13.3-canary.313+a77c6d278",
35
+ "@atlaspack/diagnostic": "2.14.1-canary.313+a77c6d278",
36
+ "@atlaspack/feature-flags": "2.14.1-canary.313+a77c6d278",
37
+ "@atlaspack/logger": "2.14.5-canary.245+a77c6d278",
38
+ "@atlaspack/markdown-ansi": "2.14.1-canary.313+a77c6d278",
39
+ "@atlaspack/rust": "3.2.1-canary.245+a77c6d278",
40
+ "@atlaspack/types-internal": "2.14.1-canary.313+a77c6d278",
41
41
  "@iarna/toml": "^2.2.0",
42
42
  "@parcel/source-map": "^2.1.1",
43
43
  "@types/micromatch": "^4.0.9",
@@ -75,5 +75,5 @@
75
75
  "scripts": {
76
76
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
77
77
  },
78
- "gitHead": "f97acf242ed210841db3403d3a5f224f5eff5ab5"
78
+ "gitHead": "a77c6d278127493cc665bda2acc09dc8c70e6364"
79
79
  }