Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 2, 2023
1 parent 8fd1b3c commit a1b260b
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 9 deletions.
7 changes: 6 additions & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-darwin-arm64",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "darwin-arm64"
},
"os": [
"darwin"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-darwin-x64",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "darwin-x64"
},
"os": [
"darwin"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-linux-arm64-gnu",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "linux-arm64-gnu"
},
"os": [
"linux"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-linux-arm64-musl",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "linux-arm64-musl"
},
"os": [
"linux"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-linux-x64-gnu",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "linux-x64-gnu"
},
"os": [
"linux"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-linux-x64-musl",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "linux-x64-musl"
},
"os": [
"linux"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-win32-arm64-msvc",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "win32-arm64-msvc"
},
"os": [
"win32"
],
Expand Down
7 changes: 6 additions & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@refclone/refclone-win32-x64-msvc",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink.git",
"type": "git",
"directory": "win32-x64-msvc"
},
"os": [
"win32"
],
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "refclone",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"url": "https://github.com/nachoaldamav/cross-reflink"
},
"napi": {
"name": "refclone",
"triples": {
Expand Down

0 comments on commit a1b260b

Please sign in to comment.