@biorate/migrations 1.7.1 → 1.20.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/.nyc_output/{de0ba704-4071-46f4-9ce0-26ccaa2eb065.json → ab2e17e4-0ddc-4168-bc94-1c54a576b3e4.json} +1 -1
- package/.nyc_output/processinfo/ab2e17e4-0ddc-4168-bc94-1c54a576b3e4.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +38 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +23 -23
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/src/default.config.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +15 -15
- package/coverage/lcov-report/src/index.ts.html +1 -1
- package/coverage/lcov-report/src/root.ts.html +10 -10
- package/coverage/lcov-report/src/types/index.html +23 -23
- package/coverage/lcov-report/src/types/index.ts.html +1 -1
- package/coverage/lcov-report/src/types/migration.ts.html +15 -15
- package/coverage/lcov-report/src/types/minio.ts.html +8 -8
- package/coverage/lcov-report/src/types/mongodb.ts.html +22 -22
- package/coverage/lcov-report/src/types/sequelize.ts.html +1 -1
- package/coverage/lcov.info +42 -42
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +10 -10
- package/.nyc_output/processinfo/de0ba704-4071-46f4-9ce0-26ccaa2eb065.json +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/migrations",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.20.1",
|
4
4
|
"description": "Migrations tools",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
@@ -23,15 +23,15 @@
|
|
23
23
|
"author": "llevkin",
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
|
-
"@biorate/config": "1.
|
27
|
-
"@biorate/connector": "1.
|
26
|
+
"@biorate/config": "1.11.2",
|
27
|
+
"@biorate/connector": "1.20.1",
|
28
28
|
"@biorate/errors": "1.2.2",
|
29
|
-
"@biorate/file-config": "1.
|
30
|
-
"@biorate/inversion": "1.
|
31
|
-
"@biorate/minio": "1.
|
32
|
-
"@biorate/mongodb": "1.
|
33
|
-
"@biorate/sequelize": "1.
|
34
|
-
"@biorate/tools": "1.
|
29
|
+
"@biorate/file-config": "1.11.2",
|
30
|
+
"@biorate/inversion": "1.11.2",
|
31
|
+
"@biorate/minio": "1.20.1",
|
32
|
+
"@biorate/mongodb": "1.20.1",
|
33
|
+
"@biorate/sequelize": "1.20.1",
|
34
|
+
"@biorate/tools": "1.11.2"
|
35
35
|
},
|
36
|
-
"gitHead": "
|
36
|
+
"gitHead": "9f84b2655c5014e4889e8a8eda2f057fadd653bd"
|
37
37
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":64443,"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/migrations","time":1662627336973,"ppid":64432,"coverageFilename":"/www/biorate/core/packages/@biorate/migrations/.nyc_output/de0ba704-4071-46f4-9ce0-26ccaa2eb065.json","externalId":"","uuid":"de0ba704-4071-46f4-9ce0-26ccaa2eb065","files":["/www/biorate/core/packages/@biorate/migrations/src/default.config.ts","/www/biorate/core/packages/@biorate/migrations/src/index.ts","/www/biorate/core/packages/@biorate/migrations/src/root.ts","/www/biorate/core/packages/@biorate/migrations/src/types/index.ts","/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts","/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts","/www/biorate/core/packages/@biorate/migrations/src/types/minio.ts","/www/biorate/core/packages/@biorate/migrations/src/types/mongodb.ts"]}
|