@atlaspack/cache
Advanced tools
Comparing version 2.12.1-canary.3618 to 2.12.1-canary.3619
@@ -5,2 +5,3 @@ import type {FilePath} from '@atlaspack/types'; | ||
export type {Cache} from './lib/types'; | ||
export const FSCache: { | ||
@@ -13,1 +14,5 @@ new (cacheDir: FilePath): Cache; | ||
}; | ||
export const LMDBLiteCache: { | ||
new (cacheDir: FilePath): Cache; | ||
}; |
{ | ||
"name": "@atlaspack/cache", | ||
"description": "Interface for defining caches and file-system, IDB and LMDB implementations.", | ||
"version": "2.12.1-canary.3618+58c4cc88d", | ||
"version": "2.12.1-canary.3619+cc4ac3988", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -25,7 +25,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaspack/build-cache": "2.12.1-canary.3618+58c4cc88d", | ||
"@atlaspack/fs": "2.12.1-canary.3618+58c4cc88d", | ||
"@atlaspack/logger": "2.12.1-canary.3618+58c4cc88d", | ||
"@atlaspack/rust": "2.12.1-canary.3618+58c4cc88d", | ||
"@atlaspack/utils": "2.12.1-canary.3618+58c4cc88d", | ||
"@atlaspack/build-cache": "2.12.1-canary.3619+cc4ac3988", | ||
"@atlaspack/fs": "2.12.1-canary.3619+cc4ac3988", | ||
"@atlaspack/logger": "2.12.1-canary.3619+cc4ac3988", | ||
"@atlaspack/rust": "2.12.1-canary.3619+cc4ac3988", | ||
"@atlaspack/utils": "2.12.1-canary.3619+cc4ac3988", | ||
"lmdb": "2.8.5" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "58c4cc88d16f7c24ab8c88fce52910347d0455c2" | ||
"gitHead": "cc4ac39887446fbd8e54a8abb0220f56147e4aea" | ||
} |
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
50722
1309