@shopify/manifests
Advanced tools
Comparing version 0.0.5 to 0.0.6
import { AssetMetadata } from '@shopify/webpack-asset-metadata-plugin'; | ||
export declare function manifestSorter(manifestA: AssetMetadata, manifestB: AssetMetadata): 0 | 1 | -1; | ||
export declare function manifestSorter(manifestA: AssetMetadata, manifestB: AssetMetadata): 1 | 0 | -1; | ||
//# sourceMappingURL=sorter.d.ts.map |
{ | ||
"name": "@shopify/manifests", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "./dist/src/index.js", | ||
@@ -14,2 +14,7 @@ "types": "./dist/src/index.d.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Shopify/sewing-kit.git", | ||
"directory": "packages/manifests" | ||
}, | ||
"bin": { | ||
@@ -25,3 +30,3 @@ "manifests": "./bin/manifests" | ||
"devDependencies": { | ||
"@shopify/webpack-asset-metadata-plugin": "^2.0.1" | ||
"@shopify/webpack-asset-metadata-plugin": "^2.0.2" | ||
}, | ||
@@ -28,0 +33,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
515348
1
0