@pnp/cli-microsoft365 5.2.0-beta.0f1c454 → 5.2.0-beta.a814a27

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": "@pnp/cli-microsoft365",
3
- "version": "5.2.0-beta.0f1c454",
3
+ "version": "5.2.0-beta.a814a27",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -25,7 +25,7 @@
25
25
  "test": "npm run test:version && npm run lint && npm run test:cov",
26
26
  "test:version": "node scripts/check-version.js",
27
27
  "test:cov": "c8 npm run test:test",
28
- "test:test": "mocha \"dist/**/*.spec.js\" --timeout 10000",
28
+ "test:test": "mocha",
29
29
  "lint": "eslint --ext .ts src"
30
30
  },
31
31
  "keywords": [
@@ -193,7 +193,6 @@
193
193
  "inquirer": "^8.2.0",
194
194
  "jmespath": "^0.16.0",
195
195
  "json-to-ast": "^2.1.0",
196
- "markshell": "^1.3.8",
197
196
  "minimist": "^1.2.5",
198
197
  "node-forge": "^1.2.1",
199
198
  "omelette": "^0.4.17",