@biorate/migrations 1.96.2 → 1.98.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/{6e6e90fb-2eb6-48be-a7aa-03bcf3299699.json → acffbcc3-a796-4cc4-8b27-0fdcc706feea.json} +1 -1
- package/.nyc_output/c4899173-bb9a-43d6-8ca0-986c49f278ae.json +1 -0
- package/.nyc_output/processinfo/acffbcc3-a796-4cc4-8b27-0fdcc706feea.json +1 -0
- package/.nyc_output/processinfo/c4899173-bb9a-43d6-8ca0-986c49f278ae.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +8 -0
- package/coverage/lcov-report/index.html +1 -1
- 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/amqp.ts.html +1 -1
- package/coverage/lcov-report/src/types/clickhouse.ts.html +1 -1
- package/coverage/lcov-report/src/types/index.html +1 -1
- package/coverage/lcov-report/src/types/index.ts.html +1 -1
- package/coverage/lcov-report/src/types/kafka.ts.html +1 -1
- package/coverage/lcov-report/src/types/migration.ts.html +1 -1
- 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/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/.nyc_output/processinfo/6e6e90fb-2eb6-48be-a7aa-03bcf3299699.json +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/migrations",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.98.1",
|
4
4
|
"description": "Migrations tools",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"@biorate/config-loader": "1.96.0",
|
30
30
|
"@biorate/config-loader-env": "1.96.0",
|
31
31
|
"@biorate/config-loader-fs": "1.96.0",
|
32
|
-
"@biorate/config-loader-vault": "1.
|
32
|
+
"@biorate/config-loader-vault": "1.98.1",
|
33
33
|
"@biorate/connector": "1.96.0",
|
34
34
|
"@biorate/errors": "1.28.0",
|
35
35
|
"@biorate/inversion": "1.96.0",
|
@@ -41,5 +41,5 @@
|
|
41
41
|
"@biorate/tools": "1.28.0",
|
42
42
|
"@biorate/vault": "1.96.0"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "f1e737307593c012a7a9ae3f44fc8dbf4a76c54e"
|
45
45
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":82830,"argv":["/home/llevkin/.nvm/versions/node/v20.17.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":1737037797285,"ppid":82819,"coverageFilename":"/www/biorate/core/packages/@biorate/migrations/.nyc_output/6e6e90fb-2eb6-48be-a7aa-03bcf3299699.json","externalId":"","uuid":"6e6e90fb-2eb6-48be-a7aa-03bcf3299699","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","/www/biorate/core/packages/@biorate/migrations/src/types/clickhouse.ts","/www/biorate/core/packages/@biorate/migrations/src/types/amqp.ts"]}
|