@biorate/migrations 1.28.1 → 1.29.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/.nyc_output/{f6384d5a-4206-4479-b0ae-4f04550ac465.json → 58193eee-4c7b-4834-b28a-148baeb4e007.json} +1 -1
- package/.nyc_output/processinfo/58193eee-4c7b-4834-b28a-148baeb4e007.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +10 -0
- package/coverage/lcov-report/index.html +11 -11
- package/coverage/lcov-report/src/default.config.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +1 -1
- package/coverage/lcov-report/src/root.ts.html +1 -1
- package/coverage/lcov-report/src/types/index.html +11 -11
- package/coverage/lcov-report/src/types/index.ts.html +1 -1
- package/coverage/lcov-report/src/types/kafka.ts.html +7 -7
- package/coverage/lcov-report/src/types/migration.ts.html +3 -3
- package/coverage/lcov-report/src/types/minio.ts.html +1 -1
- package/coverage/lcov-report/src/types/mongodb.ts.html +1 -1
- package/coverage/lcov-report/src/types/sequelize.ts.html +1 -1
- package/coverage/lcov.info +6 -6
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +14 -14
- package/.nyc_output/processinfo/f6384d5a-4206-4479-b0ae-4f04550ac465.json +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/migrations",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.29.0",
|
4
4
|
"description": "Migrations tools",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
@@ -23,20 +23,20 @@
|
|
23
23
|
"author": "llevkin",
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
|
-
"@biorate/config": "1.
|
27
|
-
"@biorate/config-loader": "1.
|
28
|
-
"@biorate/config-loader-env": "1.
|
29
|
-
"@biorate/config-loader-fs": "1.
|
30
|
-
"@biorate/config-loader-vault": "1.
|
31
|
-
"@biorate/connector": "1.
|
26
|
+
"@biorate/config": "1.29.0",
|
27
|
+
"@biorate/config-loader": "1.29.0",
|
28
|
+
"@biorate/config-loader-env": "1.29.0",
|
29
|
+
"@biorate/config-loader-fs": "1.29.0",
|
30
|
+
"@biorate/config-loader-vault": "1.29.0",
|
31
|
+
"@biorate/connector": "1.29.0",
|
32
32
|
"@biorate/errors": "1.28.0",
|
33
|
-
"@biorate/inversion": "1.
|
34
|
-
"@biorate/kafkajs": "1.
|
35
|
-
"@biorate/minio": "1.
|
36
|
-
"@biorate/mongodb": "1.
|
37
|
-
"@biorate/sequelize": "1.
|
33
|
+
"@biorate/inversion": "1.29.0",
|
34
|
+
"@biorate/kafkajs": "1.29.0",
|
35
|
+
"@biorate/minio": "1.29.0",
|
36
|
+
"@biorate/mongodb": "1.29.0",
|
37
|
+
"@biorate/sequelize": "1.29.0",
|
38
38
|
"@biorate/tools": "1.28.0",
|
39
|
-
"@biorate/vault": "1.
|
39
|
+
"@biorate/vault": "1.29.0"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "3fa3cc52a787d19feb98e4eb63bdcae785f4e757"
|
42
42
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":166528,"argv":["/home/llevkin/.nvm/versions/node/v16.14.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":1683214142903,"ppid":166517,"coverageFilename":"/www/biorate/core/packages/@biorate/migrations/.nyc_output/f6384d5a-4206-4479-b0ae-4f04550ac465.json","externalId":"","uuid":"f6384d5a-4206-4479-b0ae-4f04550ac465","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","/www/biorate/core/packages/@biorate/migrations/src/types/kafka.ts"]}
|