makiwara 2.1.2 → 2.1.4
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 +4 -3
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# makiwara
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/makiwara)
|
|
3
4
|
[](https://badge.fury.io/js/makiwara)
|
|
4
|
-
[](https://www.npmjs.com
|
|
5
|
-
[](https://www.npmjs.com/package/makiwara)
|
|
6
|
+
[](https://www.npmjs.com/package/makiwara)
|
|
7
|
+
[](https://github.com/piecioshka/makiwara/actions/workflows/testing.yml)
|
|
7
8
|
|
|
8
9
|
:hammer: Benchmark URL to gain HTTP requests limits
|
|
9
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "makiwara",
|
|
3
3
|
"description": "Benchmark URL to gain HTTP requests limits",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Piotr Kowalski",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"clear:all": "rm -rf node_modules/ && npm run clear",
|
|
14
14
|
"test": "jasmine test/specs/*.js",
|
|
15
15
|
"coverage": "nyc npm run test && nyc report --reporter=html",
|
|
16
|
-
"coveralls": "nyc npm run test && nyc report --reporter=text-lcov | coveralls -v",
|
|
17
16
|
"lint": "eslint src/",
|
|
18
17
|
"snyk-protect": "snyk protect",
|
|
19
18
|
"prepare": "npm run snyk-protect"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
},
|
|
37
36
|
"devDependencies": {
|
|
38
37
|
"@types/jasmine": "^3.10.3",
|
|
39
|
-
"coveralls": "^3.1.1",
|
|
40
38
|
"eslint": "^8.6.0",
|
|
41
39
|
"eslint-config-piecioshka": "^2.0.4",
|
|
42
40
|
"jasmine": "^4.0.2",
|