@atlaspack/cache
Advanced tools
Comparing version 2.13.1-canary.3632 to 2.13.2-canary.3633
# @atlaspack/cache | ||
## 2.13.1 | ||
### Patch Changes | ||
- [`3ddd868`](https://github.com/atlassian-labs/atlaspack/commit/3ddd8682a6edb5c6a35357cfa3ade5741aff5f06) Thanks [@yamadapc](https://github.com/yamadapc)! - Add identifier registry and VCS tracing | ||
- Updated dependencies [[`3ddd868`](https://github.com/atlassian-labs/atlaspack/commit/3ddd8682a6edb5c6a35357cfa3ade5741aff5f06)]: | ||
- @atlaspack/build-cache@2.13.1 | ||
- @atlaspack/logger@2.13.1 | ||
- @atlaspack/utils@2.13.1 | ||
- @atlaspack/rust@2.13.1 | ||
- @atlaspack/fs@2.13.1 | ||
## 2.13.0 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@atlaspack/cache", | ||
"description": "Interface for defining caches and file-system, IDB and LMDB implementations.", | ||
"version": "2.13.1-canary.3632+a3f9df155", | ||
"version": "2.13.2-canary.3633+9cf06387b", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -25,7 +25,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaspack/build-cache": "2.13.1-canary.3632+a3f9df155", | ||
"@atlaspack/fs": "2.13.1-canary.3632+a3f9df155", | ||
"@atlaspack/logger": "2.13.1-canary.3632+a3f9df155", | ||
"@atlaspack/rust": "2.13.1-canary.3632+a3f9df155", | ||
"@atlaspack/utils": "2.13.1-canary.3632+a3f9df155", | ||
"@atlaspack/build-cache": "2.13.2-canary.3633+9cf06387b", | ||
"@atlaspack/fs": "2.13.2-canary.3633+9cf06387b", | ||
"@atlaspack/logger": "2.13.2-canary.3633+9cf06387b", | ||
"@atlaspack/rust": "2.13.2-canary.3633+9cf06387b", | ||
"@atlaspack/utils": "2.13.2-canary.3633+9cf06387b", | ||
"lmdb": "2.8.5" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "a3f9df155a5d81828bb6e68e7b9aa40d0e4fd917" | ||
"gitHead": "9cf06387bbe5427b0ef50e616801b8fc92b0fad9" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
51815