universal-picgo 1.10.2 → 1.11.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-picgo",
3
- "version": "1.10.2",
3
+ "version": "1.11.1",
4
4
  "type": "module",
5
5
  "description": "picgo lib for node, browser and electron",
6
6
  "main": "./dist/index.js",
@@ -27,23 +27,23 @@
27
27
  "devDependencies": {
28
28
  "@terwer/eslint-config-custom": "^1.3.6",
29
29
  "@terwer/vite-config-custom": "^0.7.6",
30
- "@types/mime": "^3.0.4",
30
+ "@types/mime": "^4.0.0",
31
31
  "@types/mime-types": "^2.1.4",
32
- "vite-plugin-node-polyfills": "^0.21.0"
32
+ "vite-plugin-node-polyfills": "^0.22.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@aws-sdk/client-s3": "^3.421.0",
36
36
  "@aws-sdk/s3-request-presigner": "^3.421.0",
37
- "@smithy/types": "^2.12.0",
38
- "@smithy/protocol-http": "^3.3.0",
39
- "@smithy/querystring-builder": "^2.2.0",
40
- "@smithy/fetch-http-handler": "^2.5.0",
37
+ "@smithy/types": "^3.0.0",
38
+ "@smithy/protocol-http": "^4.0.0",
39
+ "@smithy/querystring-builder": "^3.0.0",
40
+ "@smithy/fetch-http-handler": "^3.0.1",
41
41
  "@picgo/i18n": "^1.0.0",
42
42
  "ali-oss": "^6.20.0",
43
43
  "axios": "^1.6.8",
44
- "dayjs": "^1.11.10",
44
+ "dayjs": "^1.11.11",
45
45
  "js-yaml": "^4.1.0",
46
- "mime": "^2.5.2",
46
+ "mime": "^4.0.3",
47
47
  "mime-types": "^2.1.35",
48
48
  "queue": "^7.0.0",
49
49
  "universal-picgo-store": "workspace:*",
@@ -115,6 +115,15 @@ export declare const ZH_CN: {
115
115
  PICBED_AWSS3PLIST_MESSAGE_REJECTUNAUTHORIZED: string;
116
116
  PICBED_AWSS3PLIST_MESSAGE_ACL: string;
117
117
  PICBED_AWSS3PLIST_MESSAGE_CORS_PROXY: string;
118
+ PICBED_LSKY: string;
119
+ PICBED_ISKY_SERVER: string;
120
+ PICBED_ISKY_MESSAGE_SERVER: string;
121
+ PICBED_ISKY_EMAIL: string;
122
+ PICBED_ISKY_MESSAGE_EMAIL: string;
123
+ PICBED_ISKY_PASSWORD: string;
124
+ PICBED_ISKY_MESSAGE_PASSWORD: string;
125
+ PICBED_ISKY_STRATEGYID: string;
126
+ PICBED_ISKY_MESSAGE_STRATEGYID: string;
118
127
  PLUGIN_HANDLER_PLUGIN_INSTALL_SUCCESS: string;
119
128
  PLUGIN_HANDLER_PLUGIN_INSTALL_FAILED: string;
120
129
  PLUGIN_HANDLER_PLUGIN_INSTALL_FAILED_REASON: string;
@@ -0,0 +1,3 @@
1
+ import { IPicGo } from '../../../types';
2
+
3
+ export default function register(ctx: IPicGo): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-picgo",
3
- "version": "1.10.2",
3
+ "version": "1.11.1",
4
4
  "type": "module",
5
5
  "description": "picgo lib for node, browser and electron",
6
6
  "main": "./dist/index.js",
@@ -20,28 +20,28 @@
20
20
  "devDependencies": {
21
21
  "@terwer/eslint-config-custom": "^1.3.6",
22
22
  "@terwer/vite-config-custom": "^0.7.6",
23
- "@types/mime": "^3.0.4",
23
+ "@types/mime": "^4.0.0",
24
24
  "@types/mime-types": "^2.1.4",
25
- "vite-plugin-node-polyfills": "^0.21.0"
25
+ "vite-plugin-node-polyfills": "^0.22.0"
26
26
  },
27
27
  "dependencies": {
28
28
  "@aws-sdk/client-s3": "^3.421.0",
29
29
  "@aws-sdk/s3-request-presigner": "^3.421.0",
30
- "@smithy/types": "^2.12.0",
31
- "@smithy/protocol-http": "^3.3.0",
32
- "@smithy/querystring-builder": "^2.2.0",
33
- "@smithy/fetch-http-handler": "^2.5.0",
30
+ "@smithy/types": "^3.0.0",
31
+ "@smithy/protocol-http": "^4.0.0",
32
+ "@smithy/querystring-builder": "^3.0.0",
33
+ "@smithy/fetch-http-handler": "^3.0.1",
34
34
  "@picgo/i18n": "^1.0.0",
35
35
  "ali-oss": "^6.20.0",
36
36
  "axios": "^1.6.8",
37
- "dayjs": "^1.11.10",
37
+ "dayjs": "^1.11.11",
38
38
  "js-yaml": "^4.1.0",
39
- "mime": "^2.5.2",
39
+ "mime": "^4.0.3",
40
40
  "mime-types": "^2.1.35",
41
41
  "queue": "^7.0.0",
42
42
  "zhi-lib-base": "^0.8.0",
43
43
  "file-type": "^16.2.0",
44
- "universal-picgo-store": "1.10.2"
44
+ "universal-picgo-store": "1.11.1"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"