@carecard/common-util 3.1.0 → 3.1.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carecard/common-util",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Standardized API response and utility functions for Express.js and Next.js microservices",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test": "export NODE_ENV=test && mocha --recursive",
|
|
31
31
|
"test:types": "tsc --noEmit && mocha -r ts-node/register test/types.test.ts",
|
|
32
32
|
"test:coverage": "export NODE_ENV=test && nyc mocha --recursive",
|
|
33
|
-
"test:types:coverage": "tsc --noEmit && export NODE_ENV=test && nyc mocha -r ts-node/register test
|
|
33
|
+
"test:types:coverage": "tsc --noEmit && export NODE_ENV=test && nyc mocha -r ts-node/register 'test/**/*.{js,ts}'",
|
|
34
34
|
"coverage": "export NODE_ENV=test && nyc mocha --recursive -r ts-node/register 'test/**/*.{js,ts}' && nyc check-coverage",
|
|
35
35
|
"prettier": "prettier --write .",
|
|
36
36
|
"prettier:check": "prettier --check .",
|