@nocobase/plugin-multi-app-manager 1.3.49-beta → 1.3.51
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/externalVersion.js +4 -4
- package/dist/node_modules/mariadb/package.json +1 -1
- package/dist/node_modules/mariadb/promise.js +2 -2
- package/dist/server/server.d.ts +2 -0
- package/dist/server/server.js +19 -9
- package/package.json +2 -2
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.github/dependabot.yml +0 -11
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.idea/codeStyles/Project.xml +0 -47
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.idea/iconv-lite.iml +0 -12
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.idea/modules.xml +0 -8
- package/dist/node_modules/mariadb/node_modules/iconv-lite/.idea/vcs.xml +0 -6
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -597
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/dbcs-data.js +0 -188
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/index.js +0 -23
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/internal.js +0 -198
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/sbcs-data.js +0 -179
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/utf16.js +0 -197
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/utf32.js +0 -319
- package/dist/node_modules/mariadb/node_modules/iconv-lite/encodings/utf7.js +0 -290
- package/dist/node_modules/mariadb/node_modules/iconv-lite/lib/bom-handling.js +0 -52
- package/dist/node_modules/mariadb/node_modules/iconv-lite/lib/index.d.ts +0 -41
- package/dist/node_modules/mariadb/node_modules/iconv-lite/lib/index.js +0 -180
- package/dist/node_modules/mariadb/node_modules/iconv-lite/lib/streams.js +0 -109
- package/dist/node_modules/mariadb/node_modules/iconv-lite/package.json +0 -44
- /package/dist/locale/{ja_JP.json → ja-JP.json} +0 -0
- /package/dist/locale/{ko_KR.json → ko-KR.json} +0 -0
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "iconv-lite",
|
|
3
|
-
"description": "Convert character encodings in pure javascript.",
|
|
4
|
-
"version": "0.6.3",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"iconv",
|
|
8
|
-
"convert",
|
|
9
|
-
"charset",
|
|
10
|
-
"icu"
|
|
11
|
-
],
|
|
12
|
-
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
|
|
13
|
-
"main": "./lib/index.js",
|
|
14
|
-
"typings": "./lib/index.d.ts",
|
|
15
|
-
"homepage": "https://github.com/ashtuchkin/iconv-lite",
|
|
16
|
-
"bugs": "https://github.com/ashtuchkin/iconv-lite/issues",
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git://github.com/ashtuchkin/iconv-lite.git"
|
|
20
|
-
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"node": ">=0.10.0"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"coverage": "c8 _mocha --grep .",
|
|
26
|
-
"test": "mocha --reporter spec --grep ."
|
|
27
|
-
},
|
|
28
|
-
"browser": {
|
|
29
|
-
"stream": false
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"async": "^3.2.0",
|
|
33
|
-
"c8": "^7.2.0",
|
|
34
|
-
"errto": "^0.2.1",
|
|
35
|
-
"iconv": "^2.3.5",
|
|
36
|
-
"mocha": "^3.5.3",
|
|
37
|
-
"request": "^2.88.2",
|
|
38
|
-
"semver": "^6.3.0",
|
|
39
|
-
"unorm": "^1.6.0"
|
|
40
|
-
},
|
|
41
|
-
"dependencies": {
|
|
42
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
File without changes
|
|
File without changes
|