piclist 1.8.9 → 1.8.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",
@@ -29,7 +29,8 @@
29
29
  "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
30
30
  "cz": "git-cz",
31
31
  "release": "bump-version",
32
- "lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/index.ts"
32
+ "lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/index.ts",
33
+ "publish:npm": "cross-env NODE_ENV=production rimraf ./dist && rollup -c rollup.config.js && npm publish"
33
34
  },
34
35
  "keywords": [
35
36
  "picture",
@@ -112,7 +113,7 @@
112
113
  "chalk": "^2.4.1",
113
114
  "commander": "^8.1.0",
114
115
  "cross-spawn": "^7.0.3",
115
- "dayjs": "^1.11.10",
116
+ "dayjs": "^1.11.11",
116
117
  "download-git-repo": "^3.0.2",
117
118
  "ejs": "^2.6.1",
118
119
  "file-type": "16.2.0",
@@ -131,7 +132,7 @@
131
132
  "minimatch": "^3.0.4",
132
133
  "minimist": "^1.2.8",
133
134
  "multer": "^1.4.5-lts.1",
134
- "node-ssh-no-cpu-features": "^1.0.1",
135
+ "node-ssh-no-cpu-features": "^2.0.0",
135
136
  "qiniu": "7.9.0",
136
137
  "resolve": "^1.8.1",
137
138
  "rimraf": "^5.0.1",