From cf4b2974ff7398839b46afff05f5949ca3c2e1dc Mon Sep 17 00:00:00 2001 From: Young-Jin Park Date: Wed, 23 Oct 2024 11:44:47 -0400 Subject: [PATCH] bump --- bin/publish-jsr | 2 +- jsr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/publish-jsr b/bin/publish-jsr index 5ea4254..4d887d4 100644 --- a/bin/publish-jsr +++ b/bin/publish-jsr @@ -9,4 +9,4 @@ yarn build cd dist # Publish with the appropriate tag -deno publish --allow-slow-types +npx jsr publish --allow-slow-types diff --git a/jsr.json b/jsr.json index ef4f966..c1b8695 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { - "name": "@stainless-api/sink-npm", + "name": "@stainless-api/sink-npm-test", "version": "0.11.3-beta.1", "exports": "./index.mjs", "publish": {