@biorate/migrations 1.105.0 → 1.105.2
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/processinfo/{4140a03c-b5db-4a30-82b3-ffcf324ca573.json → 070d2d87-4f04-4092-92c8-08e39688c69b.json} +1 -1
- package/.nyc_output/processinfo/2b6601a4-0be5-45f5-81ef-63e829066a16.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +8 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/default.config.ts.html +1 -1
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/errors.ts.html +1 -1
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.html +1 -1
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts.html +1 -1
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts.html +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/amqp.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/clickhouse.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/kafka.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/minio.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/mongodb.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/schema-registry.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts.html +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/.nyc_output/processinfo/fa0d2142-a700-4a9d-976f-ed981d166a22.json +0 -1
- /package/.nyc_output/{4140a03c-b5db-4a30-82b3-ffcf324ca573.json → 070d2d87-4f04-4092-92c8-08e39688c69b.json} +0 -0
- /package/.nyc_output/{fa0d2142-a700-4a9d-976f-ed981d166a22.json → 2b6601a4-0be5-45f5-81ef-63e829066a16.json} +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/migrations",
|
3
|
-
"version": "1.105.
|
3
|
+
"version": "1.105.2",
|
4
4
|
"description": "Migrations tools",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
@@ -37,10 +37,10 @@
|
|
37
37
|
"@biorate/minio": "1.104.0",
|
38
38
|
"@biorate/mongodb": "1.104.0",
|
39
39
|
"@biorate/proxy": "1.104.0",
|
40
|
-
"@biorate/schema-registry": "1.105.
|
41
|
-
"@biorate/sequelize": "1.
|
40
|
+
"@biorate/schema-registry": "1.105.1",
|
41
|
+
"@biorate/sequelize": "1.105.2",
|
42
42
|
"@biorate/tools": "1.102.1",
|
43
43
|
"@biorate/vault": "1.104.0"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "ba0cfe370a41cc068770c8e012544cd292cb8788"
|
46
46
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":62521,"argv":["/home/llevkin/.nvm/versions/node/v20.17.0/bin/node","/www/biorate/core/node_modules/npx/index.js","mocha","--exit","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/migrations","time":1741074828791,"ppid":62505,"coverageFilename":"/www/biorate/core/packages/@biorate/migrations/.nyc_output/fa0d2142-a700-4a9d-976f-ed981d166a22.json","externalId":"","uuid":"fa0d2142-a700-4a9d-976f-ed981d166a22","files":[]}
|
File without changes
|
File without changes
|