shopify-cli: 3.82.0 -> 3.82.1

This commit is contained in:
R. Ryantm 2025-07-15 06:42:58 +00:00
parent cb8ff21c23
commit 9859213b3d
3 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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