@biorate/migrations 1.70.0 → 1.74.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/{c1395052-1ebb-4e90-a4d2-883468466ded.json → 98a9a32c-fd80-47fa-a614-668a4d14faa2.json} +1 -1
- package/.nyc_output/processinfo/98a9a32c-fd80-47fa-a614-668a4d14faa2.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +8 -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/amqp.ts.html +1 -1
- package/coverage/lcov-report/src/types/clickhouse.ts.html +1 -1
- package/coverage/lcov-report/src/types/index.html +18 -18
- package/coverage/lcov-report/src/types/index.ts.html +1 -1
- package/coverage/lcov-report/src/types/kafka.ts.html +2 -2
- package/coverage/lcov-report/src/types/migration.ts.html +3 -3
- package/coverage/lcov-report/src/types/minio.ts.html +12 -12
- package/coverage/lcov-report/src/types/mongodb.ts.html +9 -9
- package/coverage/lcov-report/src/types/sequelize.ts.html +1 -1
- package/coverage/lcov.info +12 -12
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/.nyc_output/processinfo/c1395052-1ebb-4e90-a4d2-883468466ded.json +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/migrations",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.74.1",
|
4
4
|
"description": "Migrations tools",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"author": "llevkin",
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
|
-
"@biorate/amqp": "1.
|
26
|
+
"@biorate/amqp": "1.72.0",
|
27
27
|
"@biorate/clickhouse": "1.70.0",
|
28
28
|
"@biorate/config": "1.65.4",
|
29
29
|
"@biorate/config-loader": "1.65.4",
|
@@ -37,9 +37,9 @@
|
|
37
37
|
"@biorate/minio": "1.65.4",
|
38
38
|
"@biorate/mongodb": "1.65.4",
|
39
39
|
"@biorate/proxy": "1.65.9",
|
40
|
-
"@biorate/sequelize": "1.
|
40
|
+
"@biorate/sequelize": "1.74.1",
|
41
41
|
"@biorate/tools": "1.28.0",
|
42
42
|
"@biorate/vault": "1.65.4"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "d9877c652b17c2d90aa138546e636d20385357ea"
|
45
45
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":78932,"argv":["/home/llevkin/.nvm/versions/node/v16.20.2/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":1716213477900,"ppid":78919,"coverageFilename":"/www/biorate/core/packages/@biorate/migrations/.nyc_output/c1395052-1ebb-4e90-a4d2-883468466ded.json","externalId":"","uuid":"c1395052-1ebb-4e90-a4d2-883468466ded","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"]}
|