From 3e5ae3d8e8a9a5cd6cfd91d2623d068a6f84bfa6 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Mon, 2 Oct 2023 19:51:21 +0200 Subject: [PATCH] 0.1.3 --- npm/darwin-arm64/package.json | 2 +- npm/darwin-x64/package.json | 2 +- npm/linux-arm64-gnu/package.json | 2 +- npm/linux-arm64-musl/package.json | 2 +- npm/linux-x64-gnu/package.json | 2 +- npm/linux-x64-musl/package.json | 2 +- npm/win32-arm64-msvc/package.json | 2 +- npm/win32-x64-msvc/package.json | 2 +- package.json | 6 +++--- yarn.lock | 22 +++++++++++----------- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index b8ca181..a808151 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-darwin-arm64", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 0d78577..77e1878 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-darwin-x64", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index bae7013..4d065e9 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-linux-arm64-gnu", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index bfd6ac1..41704d2 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-linux-arm64-musl", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 915acfc..1f885a0 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-linux-x64-gnu", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 7439745..5e8f98f 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-linux-x64-musl", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index 7ff6c08..e6d9970 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-win32-arm64-msvc", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index cad5587..3b78526 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@refclone/refclone-win32-x64-msvc", - "version": "0.1.2", + "version": "0.1.3", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink.git", "type": "git", diff --git a/package.json b/package.json index b984dee..2e9da74 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "refclone", - "version": "0.1.2", + "name": "@refclone/refclone", + "version": "0.1.3", "main": "index.js", "types": "index.d.ts", "repository": { "url": "https://github.com/nachoaldamav/cross-reflink" }, "napi": { - "name": "refclone", + "name": "@refclone/refclone", "triples": { "additional": [ "aarch64-apple-darwin", diff --git a/yarn.lock b/yarn.lock index 19aff13..81a1383 100644 --- a/yarn.lock +++ b/yarn.lock @@ -214,6 +214,17 @@ __metadata: languageName: node linkType: hard +"@refclone/refclone@workspace:.": + version: 0.0.0-use.local + resolution: "@refclone/refclone@workspace:." + dependencies: + "@napi-rs/cli": ^2.16.3 + "@types/node": ^20.8.0 + typescript: ^5.2.2 + vitest: ^0.34.6 + languageName: unknown + linkType: soft + "@sinclair/typebox@npm:^0.27.8": version: 0.27.8 resolution: "@sinclair/typebox@npm:0.27.8" @@ -1366,17 +1377,6 @@ __metadata: languageName: node linkType: hard -"refclone@workspace:.": - version: 0.0.0-use.local - resolution: "refclone@workspace:." - dependencies: - "@napi-rs/cli": ^2.16.3 - "@types/node": ^20.8.0 - typescript: ^5.2.2 - vitest: ^0.34.6 - languageName: unknown - linkType: soft - "retry@npm:^0.12.0": version: 0.12.0 resolution: "retry@npm:0.12.0"