dc-ops-cli 1.4.0 → 1.4.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dc-ops-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Easy secret retrieval from 1Password with smart fallbacks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dev": "TS_NODE_TRANSPILE_ONLY=1 node --loader ts-node/esm src/index.ts",
|
|
24
24
|
"typecheck": "tsc --noEmit",
|
|
25
25
|
"lint": "tsc --noEmit",
|
|
26
|
-
"test": "TS_NODE_TRANSPILE_ONLY=1 node --test --loader ts-node/esm
|
|
27
|
-
"test:unit": "TS_NODE_TRANSPILE_ONLY=1 node --test --loader ts-node/esm
|
|
28
|
-
"test:integration": "npm run build && TEST_OP_CLI=1 TS_NODE_TRANSPILE_ONLY=1 node --test --loader ts-node/esm
|
|
26
|
+
"test": "TS_NODE_TRANSPILE_ONLY=1 node --test --loader ts-node/esm tests/commands/*.test.ts tests/utils/*.test.ts",
|
|
27
|
+
"test:unit": "TS_NODE_TRANSPILE_ONLY=1 node --test --loader ts-node/esm tests/commands/*.test.ts tests/utils/*.test.ts",
|
|
28
|
+
"test:integration": "npm run build && TEST_OP_CLI=1 TS_NODE_TRANSPILE_ONLY=1 node --test --loader ts-node/esm tests/integration/*.test.ts",
|
|
29
29
|
"test:all": "npm run test:unit && npm run test:integration",
|
|
30
30
|
"prepublishOnly": "npm run build",
|
|
31
31
|
"release": "semantic-release --dry-run",
|