bmc-common-resource 1.1.163 → 1.1.164
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/enums/dictionary-identify.enum.d.ts +13 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +52 -52
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bmc-common-resource",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "通用枚举、常量和资源的npm包",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.esm.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"sideEffects": false,
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"import": "./dist/index.esm.js",
|
|
15
|
-
"require": "./dist/index.js",
|
|
16
|
-
"types": "./dist/index.d.ts"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"clean": "rimraf dist",
|
|
21
|
-
"build": "npm run clean && npm run generate-exports && npm run build:types && npm run build:js",
|
|
22
|
-
"build:types": "tsc --emitDeclarationOnly",
|
|
23
|
-
"build:js": "rollup -c",
|
|
24
|
-
"generate-exports": "node scripts/generate-exports.js",
|
|
25
|
-
"prepublishOnly": "npm run build",
|
|
26
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
27
|
-
},
|
|
28
|
-
"keywords": [
|
|
29
|
-
"enum",
|
|
30
|
-
"constant",
|
|
31
|
-
"resource",
|
|
32
|
-
"common"
|
|
33
|
-
],
|
|
34
|
-
"author": "bmc",
|
|
35
|
-
"license": "MIT",
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@rollup/plugin-commonjs": "^22.0.0",
|
|
38
|
-
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
39
|
-
"@rollup/plugin-typescript": "^8.3.2",
|
|
40
|
-
"@types/node": "^18.15.0",
|
|
41
|
-
"rimraf": "^3.0.2",
|
|
42
|
-
"rollup": "^2.75.6",
|
|
43
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
44
|
-
"tslib": "^2.6.2",
|
|
45
|
-
"typescript": "^4.9.5"
|
|
46
|
-
},
|
|
47
|
-
"dependencies": {},
|
|
48
|
-
"repository": {
|
|
49
|
-
"type": "git",
|
|
50
|
-
"url": ""
|
|
51
|
-
}
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bmc-common-resource",
|
|
3
|
+
"version": "1.1.164",
|
|
4
|
+
"description": "通用枚举、常量和资源的npm包",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.esm.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"sideEffects": false,
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/index.esm.js",
|
|
15
|
+
"require": "./dist/index.js",
|
|
16
|
+
"types": "./dist/index.d.ts"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"clean": "rimraf dist",
|
|
21
|
+
"build": "npm run clean && npm run generate-exports && npm run build:types && npm run build:js",
|
|
22
|
+
"build:types": "tsc --emitDeclarationOnly",
|
|
23
|
+
"build:js": "rollup -c",
|
|
24
|
+
"generate-exports": "node scripts/generate-exports.js",
|
|
25
|
+
"prepublishOnly": "npm run build",
|
|
26
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
27
|
+
},
|
|
28
|
+
"keywords": [
|
|
29
|
+
"enum",
|
|
30
|
+
"constant",
|
|
31
|
+
"resource",
|
|
32
|
+
"common"
|
|
33
|
+
],
|
|
34
|
+
"author": "bmc",
|
|
35
|
+
"license": "MIT",
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@rollup/plugin-commonjs": "^22.0.0",
|
|
38
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
39
|
+
"@rollup/plugin-typescript": "^8.3.2",
|
|
40
|
+
"@types/node": "^18.15.0",
|
|
41
|
+
"rimraf": "^3.0.2",
|
|
42
|
+
"rollup": "^2.75.6",
|
|
43
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
44
|
+
"tslib": "^2.6.2",
|
|
45
|
+
"typescript": "^4.9.5"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {},
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": ""
|
|
51
|
+
}
|
|
52
|
+
}
|