Skip to content

Commit 2458f21

Browse files
committed
feat: update package version and set private
This commit does two main things. First, it updates the version of the package from 0.3.1 to 0.3.2 in both jsr.json and package.json files. This is a minor version update, indicating some improvements or fixes have been made. Second, it sets the 'private' field in the main package.json to true. This is usually done to prevent accidental publication of a package that is meant to be private.
1 parent 004c16a commit 2458f21

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
"devDependencies": {
2929
"turbo": "^2.0.1"
3030
},
31-
"packageManager": "bun@1.1.12"
31+
"packageManager": "bun@1.1.12",
32+
"private": true
3233
}

packages/unplugin-typia/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryoppippi/unplugin-typia",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"exports": {
55
".": "./src/index.ts",
66
"./api": "./src/api.ts",

packages/unplugin-typia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-typia",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "unplugin for typia",
66
"author": "ryoppippi",
77
"license": "MIT",

0 commit comments

Comments
 (0)