@biorate/mongodb 0.30.18 → 0.30.19

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.
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":41711,"argv":["/home/llevkin/.nvm/versions/node/v16.13.0/bin/node","/www/biorate/core/node_modules/.bin/npx","mocha","--exit","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/mongodb","time":1656049255673,"ppid":41670,"coverageFilename":"/www/biorate/core/packages/@biorate/mongodb/.nyc_output/c486c33a-3171-43dd-8a1a-ad73809220db.json","externalId":"","uuid":"c486c33a-3171-43dd-8a1a-ad73809220db","files":["/www/biorate/core/packages/@biorate/mongodb/src/index.ts","/www/biorate/core/packages/@biorate/mongodb/src/errors.ts","/www/biorate/core/packages/@biorate/mongodb/src/interfaces.ts"]}
@@ -1 +1 @@
1
- {"processes":{"26f5ab4e-f2e2-43b8-9d8c-0036ed88cceb":{"parent":null,"children":[]}},"files":{"/www/biorate/core/packages/@biorate/mongodb/src/index.ts":["26f5ab4e-f2e2-43b8-9d8c-0036ed88cceb"],"/www/biorate/core/packages/@biorate/mongodb/src/errors.ts":["26f5ab4e-f2e2-43b8-9d8c-0036ed88cceb"],"/www/biorate/core/packages/@biorate/mongodb/src/interfaces.ts":["26f5ab4e-f2e2-43b8-9d8c-0036ed88cceb"]},"externalIds":{}}
1
+ {"processes":{"c486c33a-3171-43dd-8a1a-ad73809220db":{"parent":null,"children":[]}},"files":{"/www/biorate/core/packages/@biorate/mongodb/src/index.ts":["c486c33a-3171-43dd-8a1a-ad73809220db"],"/www/biorate/core/packages/@biorate/mongodb/src/errors.ts":["c486c33a-3171-43dd-8a1a-ad73809220db"],"/www/biorate/core/packages/@biorate/mongodb/src/interfaces.ts":["c486c33a-3171-43dd-8a1a-ad73809220db"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
7
+
8
+ **Note:** Version bump only for package @biorate/mongodb
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
7
15
 
8
16
  **Note:** Version bump only for package @biorate/mongodb
@@ -103,7 +103,7 @@ Error: Unable to lookup source: /www/biorate/core/packages/@biorate/mongodb/src/
103
103
  <div class='footer quiet pad2 space-top1 center small'>
104
104
  Code coverage generated by
105
105
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
106
- at Fri Jun 24 2022 08:30:33 GMT+0300 (Москва, стандартное время)
106
+ at Fri Jun 24 2022 08:41:01 GMT+0300 (Москва, стандартное время)
107
107
  </div>
108
108
  <script src="prettify.js"></script>
109
109
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at Fri Jun 24 2022 08:30:33 GMT+0300 (Москва, стандартное время)
119
+ at Fri Jun 24 2022 08:41:01 GMT+0300 (Москва, стандартное время)
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -103,7 +103,7 @@ Error: Unable to lookup source: /www/biorate/core/packages/@biorate/mongodb/src/
103
103
  <div class='footer quiet pad2 space-top1 center small'>
104
104
  Code coverage generated by
105
105
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
106
- at Fri Jun 24 2022 08:30:33 GMT+0300 (Москва, стандартное время)
106
+ at Fri Jun 24 2022 08:41:01 GMT+0300 (Москва, стандартное время)
107
107
  </div>
108
108
  <script src="prettify.js"></script>
109
109
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/mongodb",
3
- "version": "0.30.18",
3
+ "version": "0.30.19",
4
4
  "description": "Mongodb ORM connector based on mongoose and typegoose",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -24,14 +24,14 @@
24
24
  "author": "llevkin",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
- "@biorate/config": "0.30.11",
28
- "@biorate/connector": "0.30.18",
27
+ "@biorate/config": "0.30.19",
28
+ "@biorate/connector": "0.30.19",
29
29
  "@biorate/errors": "0.30.2",
30
- "@biorate/inversion": "0.30.7",
31
- "@biorate/tools": "0.30.7",
30
+ "@biorate/inversion": "0.30.19",
31
+ "@biorate/tools": "0.30.19",
32
32
  "@typegoose/typegoose": "^9.8.1",
33
33
  "mongodb": "^4.5.0",
34
34
  "mongoose": "^6.3.1"
35
35
  },
36
- "gitHead": "5bf28b7446ad284e1caf410df108fd040d47ecf1"
36
+ "gitHead": "9b3615cdc572deaa657c2db8d083fb397529f20f"
37
37
  }
@@ -1 +0,0 @@
1
- {"parent":null,"pid":38648,"argv":["/home/llevkin/.nvm/versions/node/v16.13.0/bin/node","/www/biorate/core/node_modules/.bin/npx","mocha","--exit","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/mongodb","time":1656048627467,"ppid":38615,"coverageFilename":"/www/biorate/core/packages/@biorate/mongodb/.nyc_output/26f5ab4e-f2e2-43b8-9d8c-0036ed88cceb.json","externalId":"","uuid":"26f5ab4e-f2e2-43b8-9d8c-0036ed88cceb","files":["/www/biorate/core/packages/@biorate/mongodb/src/index.ts","/www/biorate/core/packages/@biorate/mongodb/src/errors.ts","/www/biorate/core/packages/@biorate/mongodb/src/interfaces.ts"]}