@gabrielrufino/cube 1.0.84 → 1.0.85
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 +1 -3
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gabrielrufino/cube",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.85",
|
|
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
|
-
"profiling": "clinic doctor -- node node_modules/.bin/jest && clinic flame -- node node_modules/.bin/jest && clinic bubbleprof -- node node_modules/.bin/jest && clinic heapprofiler -- node node_modules/.bin/jest",
|
|
10
9
|
"reinstall": "npx rimraf node_modules && npm ci",
|
|
11
10
|
"test": "jest",
|
|
12
11
|
"test:cov": "npm t -- --coverage",
|
|
@@ -37,7 +36,6 @@
|
|
|
37
36
|
"@types/jest": "^28.1.8",
|
|
38
37
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
39
38
|
"@typescript-eslint/parser": "^5.62.0",
|
|
40
|
-
"clinic": "^12.1.0",
|
|
41
39
|
"eslint": "^8.56.0",
|
|
42
40
|
"eslint-config-xo": "^0.43.1",
|
|
43
41
|
"jest": "^28.1.3",
|