Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/neon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"cargo-cp-artifact": "^0.1.9"
},
"dependencies": {
"node-gyp-build": "^3.9.0"
"node-gyp-build": "^4.8.4"
}
}
42 changes: 32 additions & 10 deletions test/neon/yarn.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
cacheKey: 10c0

cargo-cp-artifact@^0.1.9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/cargo-cp-artifact/-/cargo-cp-artifact-0.1.9.tgz#32264a0a48109e26c48da334daff9a1da9d9b7c8"
integrity sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA==
"cargo-cp-artifact@npm:^0.1.9":
version: 0.1.9
resolution: "cargo-cp-artifact@npm:0.1.9"
bin:
cargo-cp-artifact: bin/cargo-cp-artifact.js
checksum: 10c0/60eb1845917cfb021920fcf600a72379890b385396f9c69107face3b16b347960b66cd3d82cc169c6ac8b1212cf0706584125bc36fbc08353b033310c17ca0a6
languageName: node
linkType: hard

node-gyp-build@^3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.9.0.tgz#53a350187dd4d5276750da21605d1cb681d09e25"
integrity sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==
"neon@workspace:.":
version: 0.0.0-use.local
resolution: "neon@workspace:."
dependencies:
cargo-cp-artifact: "npm:^0.1.9"
node-gyp-build: "npm:^4.8.4"
languageName: unknown
linkType: soft

"node-gyp-build@npm:^4.8.4":
version: 4.8.4
resolution: "node-gyp-build@npm:4.8.4"
bin:
node-gyp-build: bin.js
node-gyp-build-optional: optional.js
node-gyp-build-test: build-test.js
checksum: 10c0/444e189907ece2081fe60e75368784f7782cfddb554b60123743dfb89509df89f1f29c03bbfa16b3a3e0be3f48799a4783f487da6203245fa5bed239ba7407e1
languageName: node
linkType: hard
Loading