mirror of
https://github.com/kunkunsh/kunkun-ext-system-info.git
synced 2025-04-05 03:36:43 +00:00
chore: bump version to 0.1.1 and update npm publish workflow to use bun
This commit is contained in:
parent
cd97197159
commit
20c955ede0
8
.github/workflows/npm-publish.yml
vendored
8
.github/workflows/npm-publish.yml
vendored
@ -22,13 +22,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
- run: pnpm install
|
- run: bun install
|
||||||
- run: pnpm build
|
- run: bun run build
|
||||||
- run: |
|
- run: |
|
||||||
PACKAGE_NAME=$(jq -r '.name' package.json)
|
PACKAGE_NAME=$(jq -r '.name' package.json)
|
||||||
PACKAGE_VERSION=$(jq -r '.version' package.json)
|
PACKAGE_VERSION=$(jq -r '.version' package.json)
|
||||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/kunkun-ext-system-info",
|
"name": "@kunkun/kunkun-ext-system-info",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "kunkun-ext-system-info",
|
"name": "kunkun-ext-system-info",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-system-info",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-system-info",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "System Info",
|
"name": "System Info",
|
||||||
|
5027
pnpm-lock.yaml
generated
5027
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user