@salesforce/b2c-cli 1.5.0 → 1.7.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/b2c-cli",
3
3
  "description": "A Salesforce B2C Commerce CLI",
4
- "version": "1.5.0",
4
+ "version": "1.7.0",
5
5
  "author": "Charles Lavery",
6
6
  "bin": {
7
7
  "b2c": "./bin/run.js"
@@ -25,7 +25,7 @@
25
25
  "marked": "15.0.12",
26
26
  "marked-terminal": "7.3.0",
27
27
  "open": "11.0.0",
28
- "@salesforce/b2c-tooling-sdk": "1.4.0"
28
+ "@salesforce/b2c-tooling-sdk": "1.6.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@eslint/compat": "^1",
@@ -331,6 +331,7 @@
331
331
  "pretest": "tsc --noEmit -p test",
332
332
  "test": "c8 env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude \"test/functional/e2e/**\" \"test/**/*.test.ts\"",
333
333
  "test:ci": "c8 env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude \"test/functional/e2e/**\" --reporter json --reporter-option output=test-results.json \"test/**/*.test.ts\"",
334
+ "test:ci:win": "c8 --check-coverage=false env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude \"test/functional/e2e/**\" --reporter json --reporter-option output=test-results.json \"test/**/*.test.ts\"",
334
335
  "test:unit": "env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude \"test/functional/e2e/**\" \"test/**/*.test.ts\"",
335
336
  "test:agent": "env OCLIF_TEST_ROOT=. mocha --forbid-only --reporter min --exclude \"test/functional/e2e/**\" \"test/**/*.test.ts\"",
336
337
  "test:e2e": "env TEST_USE_SHARED_SANDBOX=true OCLIF_TEST_ROOT=. mocha --forbid-only --require test/functional/e2e/hooks.ts --node-option import=tsx --timeout 30000 --retries 2 --reporter spec \"test/functional/e2e/**/*.test.ts\"",