qlogicae_aklot 1.4.4 → 1.4.5
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qlogicae_aklot",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"author": "Vaughn Cedric L. Araneta",
|
|
5
5
|
"main": "./library/index.js",
|
|
6
6
|
"module": "index.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"transpile": "bunx tsc --project './configurations/tsconfig.json'",
|
|
36
36
|
"bundle": "bun './configurations/esbuild.js'",
|
|
37
37
|
"build": "bun run clean && bun run format && bun run lint && bun run transpile && bun run bundle",
|
|
38
|
-
"test": "bun run test:
|
|
38
|
+
"test": "bun run test:unit",
|
|
39
39
|
"test:unit": "bunx vitest run --watch=false --config './configurations/vitest.unit.config.ts' --reporter=verbose --coverage",
|
|
40
40
|
"test:bench": "bunx vitest bench --watch=false --config './configurations/vitest.bench.config.ts' --coverage",
|
|
41
41
|
"deploy:check": "npm pack --dry-run",
|