@abtnode/router-provider 1.16.14-beta-08abf537 → 1.16.14-beta-9743e8e2
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/lib/nginx/includes/cache +1 -1
- package/package.json +8 -8
package/lib/nginx/includes/cache
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.14-beta-
|
|
3
|
+
"version": "1.16.14-beta-9743e8e2",
|
|
4
4
|
"description": "Routing engine implementations for abt node",
|
|
5
5
|
"author": "polunzh <polunzh@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"url": "git+https://github.com/ArcBlock/blocklet-server.git"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
-
"lint": "eslint tests lib",
|
|
25
|
-
"lint:fix": "eslint --fix tests lib",
|
|
24
|
+
"lint": "eslint tests lib --ignore-pattern tests/gateway.spec.js",
|
|
25
|
+
"lint:fix": "eslint --fix tests lib --ignore-pattern tests/gateway.spec.js",
|
|
26
26
|
"test": "node tools/jest.js",
|
|
27
27
|
"test:generate-gateway": "node tools/generate-specs.js",
|
|
28
28
|
"test:docker": "npm run test:generate-gateway && node tools/jest.js -c jest.gateway.config.js --runInBand",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.16.14-beta-
|
|
36
|
-
"@abtnode/logger": "1.16.14-beta-
|
|
37
|
-
"@abtnode/router-templates": "1.16.14-beta-
|
|
38
|
-
"@abtnode/util": "1.16.14-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.14-beta-9743e8e2",
|
|
36
|
+
"@abtnode/logger": "1.16.14-beta-9743e8e2",
|
|
37
|
+
"@abtnode/router-templates": "1.16.14-beta-9743e8e2",
|
|
38
|
+
"@abtnode/util": "1.16.14-beta-9743e8e2",
|
|
39
39
|
"@arcblock/http-proxy": "^1.19.1",
|
|
40
40
|
"axios": "^0.27.2",
|
|
41
41
|
"debug": "^4.3.4",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"bluebird": "^3.7.2",
|
|
60
60
|
"fs-extra": "^10.1.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "8c98d12062bfe1ea2d4faff920e4dd99436bea1f"
|
|
63
63
|
}
|