diff --git a/.github/workflows/release-sdk.yml b/.github/workflows/release-sdk.yml index 2496e9c..5844a56 100644 --- a/.github/workflows/release-sdk.yml +++ b/.github/workflows/release-sdk.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: jdx/mise-action@v4 - name: install:ts run: mise run install:ts @@ -24,6 +24,9 @@ jobs: working-directory: sdk/ts/queue - name: build:ts run: mise run build:ts + - name: upgrade npm + # OIDC trusted publishing requires npm >= 11.5.1; node LTS ships npm 10. + run: npm install -g npm@latest - name: publish run: npm publish --access public working-directory: sdk/ts/queue diff --git a/sdk/ts/cron/package.json b/sdk/ts/cron/package.json index fa3735a..5165394 100644 --- a/sdk/ts/cron/package.json +++ b/sdk/ts/cron/package.json @@ -1,6 +1,6 @@ { "name": "@beyond.dev/cron", - "version": "0.1.0-dev", + "version": "0.1.0", "type": "module", "repository": { "type": "git", diff --git a/sdk/ts/package-lock.json b/sdk/ts/package-lock.json index 911967d..2c7672c 100644 --- a/sdk/ts/package-lock.json +++ b/sdk/ts/package-lock.json @@ -12,7 +12,7 @@ }, "cron": { "name": "@beyond.dev/cron", - "version": "0.1.0-dev", + "version": "0.1.0", "dependencies": { "openapi-fetch": "^0.17.0", "std-env": "^3.9.0", @@ -1197,9 +1197,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1217,9 +1214,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1237,9 +1231,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1257,9 +1248,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1277,9 +1265,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1297,9 +1282,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3289,9 +3271,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3313,9 +3292,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3337,9 +3313,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3361,9 +3334,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4879,9 +4849,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4899,9 +4866,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4919,9 +4883,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4939,9 +4900,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4959,9 +4917,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4979,9 +4934,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5470,7 +5422,7 @@ }, "queue": { "name": "@beyond.dev/queue", - "version": "0.1.0-dev", + "version": "0.1.0", "dependencies": { "openapi-fetch": "^0.17.0", "std-env": "^3.9.0", diff --git a/sdk/ts/queue/package.json b/sdk/ts/queue/package.json index 1cd4f46..483ff39 100644 --- a/sdk/ts/queue/package.json +++ b/sdk/ts/queue/package.json @@ -1,6 +1,6 @@ { "name": "@beyond.dev/queue", - "version": "0.1.0-dev", + "version": "0.1.0", "type": "module", "repository": { "type": "git",