@mongosh/js-multiline-to-singleline 2.3.7 → 2.4.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/AUTHORS +1 -0
- package/package.json +4 -4
package/AUTHORS
CHANGED
|
@@ -5,3 +5,4 @@ dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
5
5
|
Martin Rodriguez Reboredo <yakoyoku@gmail.com>
|
|
6
6
|
Le Roux Bodenstein <lerouxb@gmail.com>
|
|
7
7
|
Gagik Amaryan <me@gagik.co>
|
|
8
|
+
mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongosh/js-multiline-to-singleline",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Make multiline JS into a single line",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@babel/types": "^7.21.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@mongodb-js/eslint-config-mongosh": "
|
|
42
|
+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
|
|
43
43
|
"@mongodb-js/prettier-config-devtools": "^1.0.1",
|
|
44
|
-
"@mongodb-js/tsconfig-mongosh": "
|
|
44
|
+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
|
|
45
45
|
"@types/babel__core": "^7.1.18",
|
|
46
46
|
"depcheck": "^1.4.7",
|
|
47
47
|
"eslint": "^7.25.0",
|
|
48
48
|
"prettier": "^2.8.8"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "7f9449ed055957abf60071734853553c460f82a2"
|
|
51
51
|
}
|