mongodash 1.3.0 → 1.3.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.3.1](https://github.com/VaclavObornik/mongodash/compare/v1.3.0...v1.3.1) (2022-01-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump debug from 4.3.2 to 4.3.3 ([beef1c2](https://github.com/VaclavObornik/mongodash/commit/beef1c201de003f8e2a399ba98a82fa40cfa6c3b))
7
+
1
8
  # [1.3.0](https://github.com/VaclavObornik/mongodash/compare/v1.2.0...v1.3.0) (2021-12-15)
2
9
 
3
10
 
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  "use strict";
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  "use strict";
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  "use strict";
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  "use strict";
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  'use strict';
package/dist/lib/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  "use strict";
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  "use strict";
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**!
2
- * mongodash v1.3.0
2
+ * mongodash v1.3.1
3
3
  * https://github.com/VaclavObornik/mongodash.git
4
4
  *
5
- * Copyright (c) 2021 Václav Oborník
5
+ * Copyright (c) 2022 Václav Oborník
6
6
  * Released under the MIT license
7
7
  */
8
8
  'use strict';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodash",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "An utility library delivering super-useful and super-simple tools using MongoDB",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -64,14 +64,14 @@
64
64
  "jest": "^27.1.0",
65
65
  "jest-config": "^27.1.0",
66
66
  "jest-transform-stub": "^2.0.0",
67
- "lint-staged": "^11.1.2",
67
+ "lint-staged": "^12.1.7",
68
68
  "lodash": "^4.17.21",
69
69
  "mongodb": "^4.2.2",
70
70
  "npm-run-all": "^4.1.5",
71
71
  "organize-imports-cli": "^0.9.0",
72
72
  "prettier": "^2.3.2",
73
73
  "rimraf": "^3.0.2",
74
- "semantic-release": "^17.4.7",
74
+ "semantic-release": "^18.0.1",
75
75
  "sinon": "^11.1.2",
76
76
  "ts-jest": "^27.0.5",
77
77
  "ts-node": "^10.2.1",