Skip to content

Commit

Permalink
fix: add jsr to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
finalchild committed Sep 23, 2024
1 parent fa3c2e2 commit 1c3a5c2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@portone/server-sdk",
"type": "module",
"version": "0.2.2-alpha.9",
"version": "0.2.2-alpha.10",
"description": "PortOne JavaScript SDK for server-side usage",
"keywords": [
"PortOne",
Expand Down Expand Up @@ -33,14 +33,15 @@
"test:dev": "vitest --ui --typecheck",
"test": "vitest run --typecheck",
"prepublish": "pnpm build && sed -i \"s/VERSION_PLACEHOLDER/$(jq -r .version package.json)/\" jsr.json",
"publish": "pnpx jsr publish --allow-slow-types --allow-dirty",
"publish": "jsr publish --allow-slow-types --allow-dirty",
"schema": "vite-node scripts/generate-schema.ts src/__generated__/schema.d.ts"
},
"devDependencies": {
"@expo/spawn-async": "^1.7.2",
"@types/node": "^20.16.5",
"@types/turndown": "^5.0.5",
"@vitest/ui": "^2.0.5",
"jsr": "^0.13.2",
"openapi-types": "^12.1.3",
"turndown": "^7.2.0",
"typedoc": "^0.26.7",
Expand Down
30 changes: 30 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c3a5c2

Please sign in to comment.