napgram-plugin-slave-market 1.0.0 → 1.0.1

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "napgram-plugin-slave-market",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "大牛马时代 - NapGram 群聊经济养成游戏插件",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,6 +47,7 @@
47
47
  "clean": "rm -rf dist release .cache",
48
48
  "build": "pnpm clean && tsc -p tsconfig.build.json",
49
49
  "type-check": "tsc -p tsconfig.json --noEmit",
50
+ "validate": "node scripts/validate-plugin.mjs",
50
51
  "pack:zip": "pnpm build && node scripts/pack.mjs zip",
51
52
  "pack:tgz": "pnpm build && node scripts/pack.mjs tgz",
52
53
  "marketplace:snippet": "node scripts/marketplace-snippet.mjs",