apifm-webapi 26.8.23 → 26.9.2
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/README.md +72 -72
- package/index.js +3202 -3202
- package/instructions.md +3144 -3144
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "apifm-webapi",
|
|
3
|
-
"version": "26.
|
|
4
|
-
"description": "接口升级",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
-
},
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"axios": "^0.24.0"
|
|
11
|
-
},
|
|
12
|
-
"keywords": [
|
|
13
|
-
"云开发,无需投入服务器、无需接口编程、无需开发后台"
|
|
14
|
-
],
|
|
15
|
-
"author": "gooking",
|
|
16
|
-
"license": "MIT"
|
|
17
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "apifm-webapi",
|
|
3
|
+
"version": "26.9.2",
|
|
4
|
+
"description": "接口升级",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"axios": "^0.24.0"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"云开发,无需投入服务器、无需接口编程、无需开发后台"
|
|
14
|
+
],
|
|
15
|
+
"author": "gooking",
|
|
16
|
+
"license": "MIT"
|
|
17
|
+
}
|