Update version to 0.1.5 in jsr.json and package.json, and refine files included in package configuration

This commit is contained in:
Huakun Shen 2025-01-18 06:04:15 -05:00
parent bc895806cc
commit cb4196e694
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/kunkun-ext-wifi-password", "name": "@kunkun/kunkun-ext-wifi-password",
"version": "0.1.4", "version": "0.1.5",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {

View File

@ -1,7 +1,8 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-wifi-password", "name": "kunkun-ext-wifi-password",
"version": "0.1.4", "license": "MIT",
"version": "0.1.5",
"type": "module", "type": "module",
"kunkun": { "kunkun": {
"name": "Wifi Password", "name": "Wifi Password",
@ -68,9 +69,11 @@
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },
"files": [ "files": [
"./dist", "dist",
".gitignore" "README.md",
"mod.ts",
"package.json"
], ],
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a", "packageManager": "pnpm@9.15.4",
"module": "index.ts" "module": "index.ts"
} }