@gabrielrufino/cube 1.0.90 → 1.0.91
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 +3 -5
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gabrielrufino/cube",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
4
4
|
"description": "Data Structures and Algorithms made in Typescript",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npx rimraf ./build && tsc",
|
|
8
8
|
"lint": "eslint src/**/*.ts",
|
|
9
|
-
"reinstall": "npx rimraf node_modules && npm ci",
|
|
10
9
|
"test": "jest",
|
|
11
10
|
"test:cov": "npm t -- --coverage",
|
|
12
11
|
"test:mutation": "npx stryker run",
|
|
13
12
|
"test:watch": "npm t -- --watch",
|
|
14
|
-
"
|
|
13
|
+
"postinstall": "husky"
|
|
15
14
|
},
|
|
16
15
|
"repository": {
|
|
17
16
|
"type": "git",
|
|
@@ -30,7 +29,7 @@
|
|
|
30
29
|
},
|
|
31
30
|
"homepage": "https://github.com/gabrielrufino/cube#readme",
|
|
32
31
|
"devDependencies": {
|
|
33
|
-
"@commitlint/cli": "^19.
|
|
32
|
+
"@commitlint/cli": "^19.3.0",
|
|
34
33
|
"@commitlint/config-conventional": "^19.2.2",
|
|
35
34
|
"@faker-js/faker": "^7.6.0",
|
|
36
35
|
"@stryker-mutator/core": "^6.4.2",
|
|
@@ -43,7 +42,6 @@
|
|
|
43
42
|
"eslint-config-xo": "^0.43.1",
|
|
44
43
|
"husky": "^9.0.11",
|
|
45
44
|
"jest": "^28.1.3",
|
|
46
|
-
"rimraf": "^3.0.2",
|
|
47
45
|
"ts-jest": "^28.0.8",
|
|
48
46
|
"ts-node": "^10.9.2",
|
|
49
47
|
"typescript": "^4.9.5"
|