dataform: 3.0.64 -> 3.0.65

This commit is contained in:
R. Ryantm
2026-08-22 08:31:09 +00:00
parent da3d07a670
commit 59402c710d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@dataform/cli",
"version": "3.0.64",
"version": "3.0.65",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dataform/cli",
"version": "3.0.64",
"version": "3.0.65",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/bigquery": "~8.3.0",

View File

@@ -13,7 +13,7 @@
buildNpmPackage (finalAttrs: {
pname = "dataform";
version = "3.0.64";
version = "3.0.65";
__structuredAttrs = true;
strictDeps = true;
@@ -22,7 +22,7 @@ buildNpmPackage (finalAttrs: {
src = fetchurl {
url = "https://registry.npmjs.org/@dataform/cli/-/cli-${finalAttrs.version}.tgz";
hash = "sha256-ump4LsQzxkSsRzbBbJA4XxHW0C2abhfG+Wf10EZLt5g=";
hash = "sha256-Xs370Tq4vMUC2b4xxcv4U5Qmh1JrqpARaz7n/peBYcw=";
};
# Inject the locally committed lockfile into the extracted source
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-2Uzh78D9KQzJSpDYOSi2DmJBeKqXbZpLYXlSy+a3Bs4=";
npmDepsHash = "sha256-WhungUwY5egN8hcpffmh4hvLcjJ34Ph6hkxR6mmelnk=";
dontNpmBuild = true;