chore: bump version to 0.1.1 and update npm publish workflow to use bun

This commit is contained in:
Huakun Shen 2025-01-18 06:31:11 -05:00
parent cd97197159
commit 20c955ede0
No known key found for this signature in database
5 changed files with 4 additions and 5035 deletions

View File

@ -22,13 +22,9 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: oven-sh/setup-bun@v2
- run: pnpm install
- run: pnpm build
- run: bun install
- run: bun run build
- run: |
PACKAGE_NAME=$(jq -r '.name' package.json)
PACKAGE_VERSION=$(jq -r '.version' package.json)

BIN
bun.lockb Executable file

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-system-info",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -2,7 +2,7 @@
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-system-info",
"license": "MIT",
"version": "0.1.0",
"version": "0.1.1",
"repository": "https://github.com/kunkunsh/kunkun-ext-system-info",
"kunkun": {
"name": "System Info",

5027
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff