Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acsandmann committed Jun 18, 2024
1 parent 420939c commit 7f2bab4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "@asandmann/vision-darwin-arm64",
"version": "0.0.3",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "vision.darwin-arm64.node",
"files": [
"vision.darwin-arm64.node"
],
"description": "Template project for writing node package with napi-rs",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
}
"name": "@asandmann/vision-darwin-arm64",
"version": "0.0.1",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "vision.darwin-arm64.node",
"files": [
"vision.darwin-arm64.node"
],
"description": "Template project for writing node package with napi-rs",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asandmann/vision",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down Expand Up @@ -32,4 +32,4 @@
"@asandmann/vision-apple-x86-darwin": "0.0.1",
"@asandmann/vision-darwin-arm64": "0.0.1"
}
}
}

0 comments on commit 7f2bab4

Please sign in to comment.