@atlaspack/cache 2.13.3-dev.40 → 2.13.3-dev.41

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaspack/cache
2
2
 
3
+ ## 2.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#478](https://github.com/atlassian-labs/atlaspack/pull/478) [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b) Thanks [@yamadapc](https://github.com/yamadapc)! - The first attempt at Version Packages didn't include the built artifacts.
8
+ This has hopefully been fixed, so this change will force those packages to re-release.
9
+ - Updated dependencies [[`80bd57b`](https://github.com/atlassian-labs/atlaspack/commit/80bd57b9f9e966563957dee0780d956a682eb2d4), [`ae70b81`](https://github.com/atlassian-labs/atlaspack/commit/ae70b810384cf58f9c57d341ab4c925c7bb2060c), [`ce13d5e`](https://github.com/atlassian-labs/atlaspack/commit/ce13d5e885d55518ee6318e7a72e3a6e4e5126f2), [`c0a61a9`](https://github.com/atlassian-labs/atlaspack/commit/c0a61a92405b6830fe39cc17622cc2e97bf02dd7), [`cb35e7d`](https://github.com/atlassian-labs/atlaspack/commit/cb35e7d2b90b372de8401792915f12f410508d24), [`6ec11f1`](https://github.com/atlassian-labs/atlaspack/commit/6ec11f10a9366fb8a9fc0475c7678235056bd80e), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
10
+ - @atlaspack/fs@2.14.1
11
+ - @atlaspack/rust@3.0.1
12
+ - @atlaspack/utils@2.14.1
13
+ - @atlaspack/logger@2.14.1
14
+ - @atlaspack/build-cache@2.13.3
15
+
3
16
  ## 2.13.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaspack/cache",
3
3
  "description": "Interface for defining caches and file-system, IDB and LMDB implementations.",
4
- "version": "2.13.3-dev.40+3a5870291",
4
+ "version": "2.13.3-dev.41+e01c10d4c",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "type": "commonjs",
7
7
  "publishConfig": {
@@ -23,11 +23,11 @@
23
23
  "check-ts": "tsc --noEmit index.d.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@atlaspack/build-cache": "2.13.3-dev.40+3a5870291",
27
- "@atlaspack/fs": "2.14.1-dev.40+3a5870291",
28
- "@atlaspack/logger": "2.14.1-dev.40+3a5870291",
29
- "@atlaspack/rust": "3.0.1-dev.40+3a5870291",
30
- "@atlaspack/utils": "2.14.1-dev.40+3a5870291",
26
+ "@atlaspack/build-cache": "2.13.3-dev.41+e01c10d4c",
27
+ "@atlaspack/fs": "2.14.1-dev.41+e01c10d4c",
28
+ "@atlaspack/logger": "2.14.1-dev.41+e01c10d4c",
29
+ "@atlaspack/rust": "3.0.1-dev.41+e01c10d4c",
30
+ "@atlaspack/utils": "2.14.1-dev.41+e01c10d4c",
31
31
  "lmdb": "2.8.5"
32
32
  },
33
33
  "devDependencies": {
@@ -37,5 +37,5 @@
37
37
  "./src/IDBCache.js": "./src/IDBCache.browser.js",
38
38
  "./src/LMDBCache.js": false
39
39
  },
40
- "gitHead": "3a587029124601f8578afe85cbe36d50ee182837"
40
+ "gitHead": "e01c10d4cedb9fe2d82cf311e65d33cae6936501"
41
41
  }