unplugin-dingtalk 0.1.1 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unplugin-dingtalk",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.5",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/zcf0508/unplugin-dingtalk#readme",
@@ -81,17 +81,6 @@
81
81
  "files": [
82
82
  "dist"
83
83
  ],
84
- "scripts": {
85
- "build": "tsup",
86
- "dev": "tsup --watch src",
87
- "build:fix": "esno scripts/postbuild.ts",
88
- "lint": "eslint .",
89
- "play": "npm -C playground run dev",
90
- "prepublishOnly": "npm run build",
91
- "release": "bumpp && npm publish",
92
- "start": "esno src/index.ts",
93
- "test": "vitest"
94
- },
95
84
  "peerDependencies": {
96
85
  "@nuxt/kit": "^3",
97
86
  "@nuxt/schema": "^3",
@@ -151,5 +140,15 @@
151
140
  "vite-plugin-vconsole": "^2.1.1",
152
141
  "vitest": "^0.34.6",
153
142
  "webpack": "^5.89.0"
143
+ },
144
+ "scripts": {
145
+ "build": "tsup",
146
+ "dev": "tsup --watch src",
147
+ "build:fix": "esno scripts/postbuild.ts",
148
+ "lint": "eslint .",
149
+ "play": "npm -C playground run dev",
150
+ "release": "bumpp",
151
+ "start": "esno src/index.ts",
152
+ "test": "vitest"
154
153
  }
155
- }
154
+ }