From f0411887f4b6af3589cb9243aa00959b2fb8534d Mon Sep 17 00:00:00 2001 From: callqh <528851597@qq.com> Date: Tue, 9 Apr 2024 10:38:11 +0800 Subject: [PATCH] chore: fix pnpm --- .github/workflows/CI.yml | 10 +++++----- npm/android-arm-eabi/package.json | 4 ++-- npm/android-arm64/package.json | 4 ++-- npm/darwin-arm64/package.json | 4 ++-- npm/darwin-universal/package.json | 4 ++-- npm/darwin-x64/package.json | 4 ++-- npm/freebsd-x64/package.json | 4 ++-- npm/linux-arm-gnueabihf/package.json | 4 ++-- npm/linux-arm64-gnu/package.json | 4 ++-- npm/linux-arm64-musl/package.json | 4 ++-- npm/linux-x64-gnu/package.json | 4 ++-- npm/linux-x64-musl/package.json | 4 ++-- npm/win32-arm64-msvc/package.json | 4 ++-- npm/win32-ia32-msvc/package.json | 4 ++-- npm/win32-x64-msvc/package.json | 4 ++-- package.json | 2 +- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5ed716a..893b2a7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -185,18 +185,18 @@ jobs: rustc --version echo "~~~~ node -v ~~~~" node -v - echo "~~~~ yarn --version ~~~~" - yarn --version + echo "~~~~ pnpm --version ~~~~" + pnpm --version pwd ls -lah whoami env freebsd-version - yarn install - yarn build + pnpm install + pnpm build rm -rf node_modules rm -rf target - rm -rf .yarn/cache + rm -rf .pnpm/cache - name: Upload artifact uses: actions/upload-artifact@v4 with: diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index 1d53f5e..4cb71f4 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-android-arm-eabi", - "version": "0.0.2", + "version": "0.0.0", "os": [ "android" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 905ac6d..80e0864 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-android-arm64", - "version": "0.0.2", + "version": "0.0.0", "os": [ "android" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 36ac53b..1ea0847 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-darwin-arm64", - "version": "0.0.2", + "version": "0.0.0", "os": [ "darwin" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index 9769172..4daf4e0 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-darwin-universal", - "version": "0.0.2", + "version": "0.0.0", "os": [ "darwin" ], @@ -12,4 +12,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index b8d1012..8bc74f3 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-darwin-x64", - "version": "0.0.2", + "version": "0.0.0", "os": [ "darwin" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 277f7a2..2c3eb80 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-freebsd-x64", - "version": "0.0.2", + "version": "0.0.0", "os": [ "freebsd" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index acacc1e..97fb437 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-linux-arm-gnueabihf", - "version": "0.0.2", + "version": "0.0.0", "os": [ "linux" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index a3c83ef..aa722ae 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-linux-arm64-gnu", - "version": "0.0.2", + "version": "0.0.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "libc": [ "glibc" ] -} \ No newline at end of file +} diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index e00bb6e..de45b4c 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-linux-arm64-musl", - "version": "0.0.2", + "version": "0.0.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "libc": [ "musl" ] -} \ No newline at end of file +} diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index e8e544f..d806e5d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-linux-x64-gnu", - "version": "0.0.2", + "version": "0.0.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "libc": [ "glibc" ] -} \ No newline at end of file +} diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index e2015e2..be93a02 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-linux-x64-musl", - "version": "0.0.2", + "version": "0.0.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "libc": [ "musl" ] -} \ No newline at end of file +} diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index 6545080..53030f2 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-win32-arm64-msvc", - "version": "0.0.2", + "version": "0.0.0", "os": [ "win32" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 442c2a6..3ecb52e 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-win32-ia32-msvc", - "version": "0.0.2", + "version": "0.0.0", "os": [ "win32" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 5fba2ad..384c8b3 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string-win32-x64-msvc", - "version": "0.0.2", + "version": "0.0.0", "os": [ "win32" ], @@ -15,4 +15,4 @@ "engines": { "node": ">= 10" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 3c15f84..6b0a166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/magic-string", - "version": "0.0.2", + "version": "0.0.0", "main": "index.js", "types": "index.d.ts", "napi": {