@mongodb-js/mongodb-constants 0.10.2 → 0.10.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # mongodb-constants
2
2
 
3
- Shared MongoDB constants for queries, aggregations, bson types, etc
3
+ Shared MongoDB constants for queries, aggregations, bson types, etc.
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "email": "compass@mongodb.com"
14
14
  },
15
15
  "homepage": "https://github.com/mongodb-js/devtools-shared",
16
- "version": "0.10.2",
16
+ "version": "0.10.4",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@mongodb-js/eslint-config-devtools": "0.9.10",
50
- "@mongodb-js/mocha-config-devtools": "^1.0.3",
50
+ "@mongodb-js/mocha-config-devtools": "^1.0.4",
51
51
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
52
52
  "@mongodb-js/tsconfig-devtools": "^1.0.2",
53
53
  "@types/chai": "^4.2.21",
@@ -68,5 +68,5 @@
68
68
  "dependencies": {
69
69
  "semver": "^7.5.4"
70
70
  },
71
- "gitHead": "d8e3e59edd3b7b388b4fc6c502f2c6af400fcecc"
71
+ "gitHead": "a9d22fc630a8781e9184f09c9ff818a758abbc86"
72
72
  }