@ningboyz/ding 1.0.9 → 1.0.11
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 +41 -41
- package/readme.md +43 -43
package/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ningboyz/ding",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "宁波甬政钉钉库",
|
|
6
|
-
"author": "nbyt-syq",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"keywords": [],
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./es/index.d.ts",
|
|
12
|
-
"import": "./es/index.js"
|
|
13
|
-
},
|
|
14
|
-
"./es/*": "./es/*",
|
|
15
|
-
"./package.json": "./package.json"
|
|
16
|
-
},
|
|
17
|
-
"main": "es/index.js",
|
|
18
|
-
"types": "es/index.d.ts",
|
|
19
|
-
"files": [
|
|
20
|
-
"es"
|
|
21
|
-
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "vite build",
|
|
24
|
-
"prettier": "prettier --config ./.prettierrc --write \"./**/*.{ts,tsx}\" "
|
|
25
|
-
},
|
|
26
|
-
"publishConfig": {
|
|
27
|
-
"access": "public",
|
|
28
|
-
"registry": "https://registry.npmjs.org/"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@ningboyz/types": "
|
|
32
|
-
"axios": "
|
|
33
|
-
"lodash": "4.17.21"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@types/lodash": "4.17.20",
|
|
37
|
-
"vite": "7.1.3",
|
|
38
|
-
"vite-plugin-dts": "4.5.4",
|
|
39
|
-
"vite-plugin-tsx-resolve-types": "0.0.4"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ningboyz/ding",
|
|
3
|
+
"version": "1.0.11",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "宁波甬政钉钉库",
|
|
6
|
+
"author": "nbyt-syq",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"keywords": [],
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./es/index.d.ts",
|
|
12
|
+
"import": "./es/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./es/*": "./es/*",
|
|
15
|
+
"./package.json": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
"main": "es/index.js",
|
|
18
|
+
"types": "es/index.d.ts",
|
|
19
|
+
"files": [
|
|
20
|
+
"es"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "vite build",
|
|
24
|
+
"prettier": "prettier --config ./.prettierrc --write \"./**/*.{ts,tsx}\" "
|
|
25
|
+
},
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"access": "public",
|
|
28
|
+
"registry": "https://registry.npmjs.org/"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@ningboyz/types": "1.2.192",
|
|
32
|
+
"axios": "1.12.2",
|
|
33
|
+
"lodash": "4.17.21"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@types/lodash": "4.17.20",
|
|
37
|
+
"vite": "7.1.3",
|
|
38
|
+
"vite-plugin-dts": "4.5.4",
|
|
39
|
+
"vite-plugin-tsx-resolve-types": "0.0.4"
|
|
40
|
+
}
|
|
41
|
+
}
|
package/readme.md
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ningboyz/utils",
|
|
3
|
-
"version": "1.2.30",
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "宁波甬政工具库",
|
|
6
|
-
"author": "nbyt-syq",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"keywords": [],
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./es/index.d.ts",
|
|
12
|
-
"import": "./es/index.js",
|
|
13
|
-
"require": "./lib/index.js"
|
|
14
|
-
},
|
|
15
|
-
"./es/*": "./es/*",
|
|
16
|
-
"./lib/*": "./lib/*",
|
|
17
|
-
"./package.json": "./package.json"
|
|
18
|
-
},
|
|
19
|
-
"main": "es/index.js",
|
|
20
|
-
"types": "es/index.d.ts",
|
|
21
|
-
"files": [
|
|
22
|
-
"es",
|
|
23
|
-
"lib"
|
|
24
|
-
],
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build": "vite build",
|
|
27
|
-
"prettier": "prettier --config ./.prettierrc --write \"./**/*.{ts,tsx}\" "
|
|
28
|
-
},
|
|
29
|
-
"publishConfig": {
|
|
30
|
-
"access": "public",
|
|
31
|
-
"registry": "https://registry.npmjs.org/"
|
|
32
|
-
},
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@ningboyz/types": "1.2.28",
|
|
35
|
-
"lodash": "4.17.21"
|
|
36
|
-
},
|
|
37
|
-
"devDependencies": {
|
|
38
|
-
"@types/lodash": "4.17.20",
|
|
39
|
-
"vite": "^7.1.3",
|
|
40
|
-
"vite-plugin-dts": "^4.5.4",
|
|
41
|
-
"vite-plugin-tsx-resolve-types": "^0.0.4"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ningboyz/utils",
|
|
3
|
+
"version": "1.2.30",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "宁波甬政工具库",
|
|
6
|
+
"author": "nbyt-syq",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"keywords": [],
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./es/index.d.ts",
|
|
12
|
+
"import": "./es/index.js",
|
|
13
|
+
"require": "./lib/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./es/*": "./es/*",
|
|
16
|
+
"./lib/*": "./lib/*",
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"main": "es/index.js",
|
|
20
|
+
"types": "es/index.d.ts",
|
|
21
|
+
"files": [
|
|
22
|
+
"es",
|
|
23
|
+
"lib"
|
|
24
|
+
],
|
|
25
|
+
"scripts": {
|
|
26
|
+
"build": "vite build",
|
|
27
|
+
"prettier": "prettier --config ./.prettierrc --write \"./**/*.{ts,tsx}\" "
|
|
28
|
+
},
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public",
|
|
31
|
+
"registry": "https://registry.npmjs.org/"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@ningboyz/types": "1.2.28",
|
|
35
|
+
"lodash": "4.17.21"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@types/lodash": "4.17.20",
|
|
39
|
+
"vite": "^7.1.3",
|
|
40
|
+
"vite-plugin-dts": "^4.5.4",
|
|
41
|
+
"vite-plugin-tsx-resolve-types": "^0.0.4"
|
|
42
|
+
}
|
|
43
|
+
}
|