Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 2, 2023
1 parent a1b260b commit 3e5ae3d
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3e5ae3d

Please sign in to comment.