@nocobase/plugin-multi-app-manager 0.17.0-alpha.3 → 0.17.0-alpha.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.
- package/dist/externalVersion.js +3 -3
- package/dist/node_modules/mariadb/package.json +1 -1
- package/dist/node_modules/mariadb/promise.js +2 -2
- package/package.json +2 -2
- package/dist/node_modules/mariadb/node_modules/long/index.d.ts +0 -457
- package/dist/node_modules/mariadb/node_modules/long/index.js +0 -1467
- package/dist/node_modules/mariadb/node_modules/long/package.json +0 -50
- package/dist/node_modules/mariadb/node_modules/long/umd/index.d.ts +0 -2
- package/dist/node_modules/mariadb/node_modules/long/umd/index.js +0 -1432
- package/dist/node_modules/mariadb/node_modules/long/umd/package.json +0 -3
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "long",
|
|
3
|
-
"version": "5.2.3",
|
|
4
|
-
"author": "Daniel Wirtz <dcode@dcode.io>",
|
|
5
|
-
"description": "A Long class for representing a 64-bit two's-complement integer value.",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/dcodeIO/long.js.git"
|
|
9
|
-
},
|
|
10
|
-
"bugs": {
|
|
11
|
-
"url": "https://github.com/dcodeIO/long.js/issues"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [
|
|
14
|
-
"math",
|
|
15
|
-
"long",
|
|
16
|
-
"int64"
|
|
17
|
-
],
|
|
18
|
-
"license": "Apache-2.0",
|
|
19
|
-
"type": "module",
|
|
20
|
-
"main": "umd/index.js",
|
|
21
|
-
"types": "umd/index.d.ts",
|
|
22
|
-
"exports": {
|
|
23
|
-
".": {
|
|
24
|
-
"import": {
|
|
25
|
-
"types": "./index.d.ts",
|
|
26
|
-
"default": "./index.js"
|
|
27
|
-
},
|
|
28
|
-
"require": {
|
|
29
|
-
"types": "./umd/index.d.ts",
|
|
30
|
-
"default": "./umd/index.js"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"scripts": {
|
|
35
|
-
"build": "esm2umd Long index.js > umd/index.js",
|
|
36
|
-
"test": "node tests"
|
|
37
|
-
},
|
|
38
|
-
"files": [
|
|
39
|
-
"index.js",
|
|
40
|
-
"index.d.ts",
|
|
41
|
-
"umd/index.js",
|
|
42
|
-
"umd/index.d.ts",
|
|
43
|
-
"umd/package.json",
|
|
44
|
-
"LICENSE",
|
|
45
|
-
"README.md"
|
|
46
|
-
],
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"esm2umd": "^0.2.1"
|
|
49
|
-
}
|
|
50
|
-
}
|