shopify-cli: 3.82.0 -> 3.82.1 (#425303)

Co-authored-by: fd <simon.menke@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-16 05:19:09 +00:00 committed by GitHub
commit fafd79093c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
{
"name": "shopify",
"version": "3.82.0",
"version": "3.82.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "shopify",
"version": "3.82.0",
"version": "3.82.1",
"dependencies": {
"@shopify/cli": "3.82.0"
"@shopify/cli": "3.82.1"
},
"bin": {
"shopify": "node_modules/@shopify/cli/bin/run.js"
@ -579,9 +579,9 @@
}
},
"node_modules/@shopify/cli": {
"version": "3.82.0",
"resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.82.0.tgz",
"integrity": "sha512-y+Sq21Zr+vJVQu7z2wNKXXI4NnkACuh/Tt/KrAX7C+NntmKLXl7CZEaVesmJ5shpksG2up1iY1MgMYsDPoNpUA==",
"version": "3.82.1",
"resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.82.1.tgz",
"integrity": "sha512-iIABwasf+aMSBIjaPsKlVSaLp3vcOIPcfiitdoMUJKQhjIVbq8KdwaAa/MLUMe5B+l230zjq/xGB8U3JeJY0eg==",
"license": "MIT",
"os": [
"darwin",

View File

@ -1,11 +1,11 @@
{
"name": "shopify",
"version": "3.82.0",
"version": "3.82.1",
"private": true,
"bin": {
"shopify": "node_modules/@shopify/cli/bin/run.js"
},
"dependencies": {
"@shopify/cli": "3.82.0"
"@shopify/cli": "3.82.1"
}
}

View File

@ -5,7 +5,7 @@
shopify-cli,
}:
let
version = "3.82.0";
version = "3.82.1";
in
buildNpmPackage {
pname = "shopify";
@ -13,7 +13,7 @@ buildNpmPackage {
src = ./manifests;
npmDepsHash = "sha256-liqEE0AXbj9L23xR6cpNK6b7CdL2pWvFFjL2S1lwKwQ=";
npmDepsHash = "sha256-s0wlJxA3DUXRGBlLvyesLr9H/nbDc9yHBBWBLjQd8vE=";
dontNpmBuild = true;
passthru = {