|
42 | 42 | "compile": "npm-run-all compile:*",
|
43 | 43 | "compile:views": "webpack --mode development",
|
44 | 44 | "compile:extension": "npm run update-grammar && npm run update-snippets && tsc -p ./",
|
| 45 | + "compile:keyfile": "ts-node ./scripts/generate-keyfile.ts", |
45 | 46 | "watch": "npm-run-all -p watch:*",
|
46 | 47 | "watch:views": "webpack --watch --mode development",
|
47 | 48 | "watch:extension": "npm run compile:extension -- -watch",
|
48 | 49 | "pretest": "npm run compile && cross-env MONGODB_VERSION=4.2.3 mongodb-runner start --port=27018",
|
49 |
| - "test": "xvfb-maybe node ./out/test/runTest.js", |
| 50 | + "test": "cross-env NODE_OPTIONS=--no-force-async-hooks-checks xvfb-maybe node ./out/test/runTest.js", |
50 | 51 | "posttest": "mongodb-runner stop --port=27018",
|
51 | 52 | "vscode:prepublish": "npm run compile",
|
52 | 53 | "check": "mongodb-js-precommit './src/**/*{.ts}'",
|
|
420 | 421 | "default": true,
|
421 | 422 | "description": "Show a confirmation message before running commands in a playground."
|
422 | 423 | },
|
| 424 | + "mdb.sendTelemetry": { |
| 425 | + "type": "boolean", |
| 426 | + "default": true, |
| 427 | + "description": "Allow the sending of diagnostic and usage telemetry data to help improve user experience." |
| 428 | + }, |
423 | 429 | "mdb.connectionSaving.hideOptionToChooseWhereToSaveNewConnections": {
|
424 | 430 | "type": "boolean",
|
425 | 431 | "default": false,
|
|
451 | 457 | "dependencies": {
|
452 | 458 | "@mongosh/browser-runtime-electron": "0.0.1-alpha.10",
|
453 | 459 | "@mongosh/service-provider-server": "0.0.1-alpha.10",
|
| 460 | + "analytics-node": "^3.4.0-beta.1", |
454 | 461 | "bson": "^4.0.3",
|
455 | 462 | "debug": "^4.1.1",
|
456 | 463 | "mongodb-connection-model": "^14.6.2",
|
|
483 | 490 | "chai-json-schema": "^1.5.1",
|
484 | 491 | "cross-env": "^7.0.2",
|
485 | 492 | "css-loader": "^3.4.2",
|
| 493 | + "dotenv": "^8.2.0", |
486 | 494 | "eslint": "^6.8.0",
|
487 | 495 | "eslint-config-mongodb-js": "^5.0.3",
|
488 | 496 | "eslint-plugin-react": "^7.19.0",
|
|
0 commit comments