@mongosh/cli-repl 2.2.6 → 2.2.9
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/AUTHORS +1 -0
- package/lib/build-info.json +1 -1
- package/package.json +22 -22
package/AUTHORS
CHANGED
package/lib/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"segmentApiKey":"w4oPlEOrASGSSb7oSF6EAVhdTF3JeGP9","version":"2.2.
|
|
1
|
+
{"segmentApiKey":"w4oPlEOrASGSSb7oSF6EAVhdTF3JeGP9","version":"2.2.9","distributionKind":"packaged","buildArch":"x64","buildPlatform":"linux","buildTarget":"unknown","buildTime":"2024-06-14T13:41:15.411Z","gitVersion":"6c513596f63d4bbbcc503cedf698743178475349"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongosh/cli-repl",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.9",
|
|
4
4
|
"description": "MongoDB Shell CLI REPL Package",
|
|
5
5
|
"homepage": "https://github.com/mongodb-js/mongosh",
|
|
6
6
|
"author": "Compass Team <compass@mongodb.com>",
|
|
@@ -61,21 +61,21 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@mongosh/arg-parser": "2.2.
|
|
65
|
-
"@mongosh/autocomplete": "2.2.
|
|
66
|
-
"@mongosh/editor": "2.2.
|
|
67
|
-
"@mongosh/errors": "2.2.
|
|
68
|
-
"@mongosh/history": "2.2.
|
|
69
|
-
"@mongosh/i18n": "2.2.
|
|
70
|
-
"@mongosh/import-node-fetch": "2.2.
|
|
71
|
-
"@mongosh/js-multiline-to-singleline": "2.2.
|
|
72
|
-
"@mongosh/logging": "2.2.
|
|
73
|
-
"@mongosh/service-provider-core": "2.2.
|
|
74
|
-
"@mongosh/service-provider-server": "2.2.
|
|
75
|
-
"@mongosh/shell-api": "2.2.
|
|
76
|
-
"@mongosh/shell-evaluator": "2.2.
|
|
77
|
-
"@mongosh/snippet-manager": "2.2.
|
|
78
|
-
"@mongosh/types": "2.2.
|
|
64
|
+
"@mongosh/arg-parser": "2.2.9",
|
|
65
|
+
"@mongosh/autocomplete": "2.2.9",
|
|
66
|
+
"@mongosh/editor": "2.2.9",
|
|
67
|
+
"@mongosh/errors": "2.2.9",
|
|
68
|
+
"@mongosh/history": "2.2.9",
|
|
69
|
+
"@mongosh/i18n": "2.2.9",
|
|
70
|
+
"@mongosh/import-node-fetch": "2.2.9",
|
|
71
|
+
"@mongosh/js-multiline-to-singleline": "2.2.9",
|
|
72
|
+
"@mongosh/logging": "2.2.9",
|
|
73
|
+
"@mongosh/service-provider-core": "2.2.9",
|
|
74
|
+
"@mongosh/service-provider-server": "2.2.9",
|
|
75
|
+
"@mongosh/shell-api": "2.2.9",
|
|
76
|
+
"@mongosh/shell-evaluator": "2.2.9",
|
|
77
|
+
"@mongosh/snippet-manager": "2.2.9",
|
|
78
|
+
"@mongosh/types": "2.2.9",
|
|
79
79
|
"@segment/analytics-node": "^1.3.0",
|
|
80
80
|
"ansi-escape-sequences": "^5.1.2",
|
|
81
81
|
"askcharacter": "^2.0.4",
|
|
@@ -95,10 +95,10 @@
|
|
|
95
95
|
"yargs-parser": "^20.2.4"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@mongodb-js/eslint-config-mongosh": "2.2.
|
|
98
|
+
"@mongodb-js/eslint-config-mongosh": "2.2.9",
|
|
99
99
|
"@mongodb-js/prettier-config-devtools": "^1.0.1",
|
|
100
|
-
"@mongodb-js/sbom-tools": "^0.
|
|
101
|
-
"@mongodb-js/tsconfig-mongosh": "2.2.
|
|
100
|
+
"@mongodb-js/sbom-tools": "^0.7.0",
|
|
101
|
+
"@mongodb-js/tsconfig-mongosh": "2.2.9",
|
|
102
102
|
"@types/ansi-escape-sequences": "^4.0.0",
|
|
103
103
|
"@types/chai-as-promised": "^7.1.3",
|
|
104
104
|
"@types/js-yaml": "^4.0.5",
|
|
@@ -109,17 +109,17 @@
|
|
|
109
109
|
"chai-as-promised": "^7.1.1",
|
|
110
110
|
"depcheck": "^1.4.3",
|
|
111
111
|
"eslint": "^7.25.0",
|
|
112
|
-
"mongodb": "^6.
|
|
112
|
+
"mongodb": "^6.7.0",
|
|
113
113
|
"mongodb-crypt-library-dummy": "^1.0.2",
|
|
114
114
|
"prettier": "^2.8.8",
|
|
115
115
|
"webpack-merge": "^5.8.0"
|
|
116
116
|
},
|
|
117
117
|
"optionalDependencies": {
|
|
118
|
-
"get-console-process-list": "^1.0.
|
|
118
|
+
"get-console-process-list": "^1.0.5",
|
|
119
119
|
"glibc-version": "^1.0.0",
|
|
120
120
|
"macos-export-certificate-and-key": "^1.1.2",
|
|
121
121
|
"mongodb-crypt-library-version": "^1.0.5",
|
|
122
122
|
"win-export-certificate-and-key": "^1.1.2"
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "6c513596f63d4bbbcc503cedf698743178475349"
|
|
125
125
|
}
|