@atlaspack/core 2.29.2-dev-d5e4c77df.0 → 2.29.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaspack/core
2
2
 
3
+ ## 2.29.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`787290a`](https://github.com/atlassian-labs/atlaspack/commit/787290a63b3f781e7af86097201dfdb5a36c8551), [`cbb66a5`](https://github.com/atlassian-labs/atlaspack/commit/cbb66a554f7ad679fd4dfc9e2bf2d5abb859f846), [`7815a93`](https://github.com/atlassian-labs/atlaspack/commit/7815a931b18983c3f34a39990b2f4b8b86855cc6), [`25aa273`](https://github.com/atlassian-labs/atlaspack/commit/25aa2735f4db920960de3d65d3a427775086b7d5), [`9468e16`](https://github.com/atlassian-labs/atlaspack/commit/9468e164e8ca20a5e8f552f5dc203aa3716cb154), [`e55c80c`](https://github.com/atlassian-labs/atlaspack/commit/e55c80cd0ae3cc40356fe063cb7d45fbb9095356)]:
8
+ - @atlaspack/rust@3.14.0
9
+ - @atlaspack/feature-flags@2.27.3
10
+ - @atlaspack/cache@3.2.37
11
+ - @atlaspack/fs@2.15.37
12
+ - @atlaspack/logger@2.14.34
13
+ - @atlaspack/source-map@3.1.3
14
+ - @atlaspack/utils@3.2.3
15
+ - @atlaspack/graph@3.6.4
16
+ - @atlaspack/package-manager@2.14.42
17
+ - @atlaspack/profiler@2.15.3
18
+ - @atlaspack/workers@2.14.42
19
+ - @atlaspack/plugin@2.14.42
20
+ - @atlaspack/types@2.15.32
21
+
3
22
  ## 2.29.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.29.2-dev-d5e4c77df.0",
3
+ "version": "2.29.2",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,23 +22,23 @@
22
22
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
23
23
  },
24
24
  "dependencies": {
25
- "@atlaspack/build-cache": "2.13.7-dev-d5e4c77df.0",
26
- "@atlaspack/cache": "3.2.37-dev-d5e4c77df.0",
27
- "@atlaspack/diagnostic": "2.14.5-dev-d5e4c77df.0",
28
- "@atlaspack/events": "2.14.5-dev-d5e4c77df.0",
29
- "@atlaspack/feature-flags": "2.27.3-dev-d5e4c77df.0",
30
- "@atlaspack/fs": "2.15.37-dev-d5e4c77df.0",
31
- "@atlaspack/graph": "3.6.4-dev-d5e4c77df.0",
32
- "@atlaspack/logger": "2.14.34-dev-d5e4c77df.0",
33
- "@atlaspack/package-manager": "2.14.42-dev-d5e4c77df.0",
34
- "@atlaspack/plugin": "2.14.42-dev-d5e4c77df.0",
35
- "@atlaspack/profiler": "2.15.3-dev-d5e4c77df.0",
36
- "@atlaspack/rust": "3.13.1-dev-d5e4c77df.0",
37
- "@atlaspack/source-map": "3.1.3-dev-d5e4c77df.0",
38
- "@atlaspack/types": "2.15.32-dev-d5e4c77df.0",
39
- "@atlaspack/utils": "3.2.3-dev-d5e4c77df.0",
40
- "@atlaspack/workers": "2.14.42-dev-d5e4c77df.0",
41
25
  "@mischnic/json-sourcemap": "^0.1.0",
26
+ "@atlaspack/build-cache": "2.13.6",
27
+ "@atlaspack/cache": "3.2.37",
28
+ "@atlaspack/diagnostic": "2.14.4",
29
+ "@atlaspack/events": "2.14.4",
30
+ "@atlaspack/feature-flags": "2.27.3",
31
+ "@atlaspack/fs": "2.15.37",
32
+ "@atlaspack/graph": "3.6.4",
33
+ "@atlaspack/logger": "2.14.34",
34
+ "@atlaspack/package-manager": "2.14.42",
35
+ "@atlaspack/plugin": "2.14.42",
36
+ "@atlaspack/profiler": "2.15.3",
37
+ "@atlaspack/rust": "3.14.0",
38
+ "@atlaspack/types": "2.15.32",
39
+ "@atlaspack/utils": "3.2.3",
40
+ "@atlaspack/workers": "2.14.42",
41
+ "@atlaspack/source-map": "3.1.3",
42
42
  "base-x": "^3.0.8",
43
43
  "browserslist": "^4.6.6",
44
44
  "clone": "^2.1.1",
@@ -50,16 +50,15 @@
50
50
  "semver": "^7.5.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@atlaspack/babel-register": "2.14.5-dev-d5e4c77df.0",
53
+ "@atlaspack/babel-register": "2.14.4",
54
54
  "@types/node": ">= 18",
55
- "graphviz": "^0.0.9",
56
- "jest-diff": "*",
57
55
  "rfdc": "1",
56
+ "jest-diff": "*",
57
+ "graphviz": "^0.0.9",
58
58
  "tempy": "^0.2.1"
59
59
  },
60
60
  "browser": {
61
61
  "./src/serializerCore.js": "./src/serializerCore.browser.js"
62
62
  },
63
- "type": "commonjs",
64
- "gitHead": "d5e4c77df7fca42afe20b7d46e9c77583978ba74"
63
+ "type": "commonjs"
65
64
  }