@biorate/migrations 1.165.4 → 1.165.6
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/CHANGELOG.md +8 -0
- package/coverage/clover.xml +2 -2
- package/coverage/index.html +1 -1
- package/coverage/src/errors.ts.html +1 -1
- package/coverage/src/index.html +1 -1
- package/coverage/src/root.ts.html +1 -1
- package/coverage/src/types/amqp.ts.html +1 -1
- package/coverage/src/types/clickhouse.ts.html +1 -1
- package/coverage/src/types/index.html +1 -1
- package/coverage/src/types/index.ts.html +1 -1
- package/coverage/src/types/kafka.ts.html +1 -1
- package/coverage/src/types/migration.ts.html +1 -1
- package/coverage/src/types/minio.ts.html +1 -1
- package/coverage/src/types/mongodb.ts.html +1 -1
- package/coverage/src/types/schema-registry.ts.html +1 -1
- package/coverage/src/types/sequelize.ts.html +1 -1
- package/coverage/tests/__mocks__/index.html +1 -1
- package/coverage/tests/__mocks__/index.ts.html +1 -1
- package/coverage/tests/migrations/amqp/test/00001_create-test.js.html +1 -1
- package/coverage/tests/migrations/amqp/test/00002_delete-test.js.html +1 -1
- package/coverage/tests/migrations/amqp/test/index.html +1 -1
- package/coverage/tests/migrations/kafka/admin/00001_create-test.js.html +1 -1
- package/coverage/tests/migrations/kafka/admin/00002_delete-test.js.html +1 -1
- package/coverage/tests/migrations/kafka/admin/index.html +1 -1
- package/coverage/tests/migrations/minio/minio/00001_create-test.js.html +1 -1
- package/coverage/tests/migrations/minio/minio/00002_delete-test.js.html +1 -1
- package/coverage/tests/migrations/minio/minio/index.html +1 -1
- package/coverage/tests/migrations/mongodb/mongodb/00001_create-index-test.js.html +1 -1
- package/coverage/tests/migrations/mongodb/mongodb/index.html +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biorate/migrations",
|
|
3
|
-
"version": "1.165.
|
|
3
|
+
"version": "1.165.6",
|
|
4
4
|
"description": "Migrations tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,24 +23,24 @@
|
|
|
23
23
|
"author": "llevkin",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@biorate/amqp": "1.158.
|
|
27
|
-
"@biorate/clickhouse": "1.158.
|
|
26
|
+
"@biorate/amqp": "1.158.1",
|
|
27
|
+
"@biorate/clickhouse": "1.158.1",
|
|
28
28
|
"@biorate/config": "2.1.0",
|
|
29
29
|
"@biorate/config-loader": "1.158.0",
|
|
30
30
|
"@biorate/config-loader-env": "1.160.0",
|
|
31
31
|
"@biorate/config-loader-fs": "1.158.0",
|
|
32
|
-
"@biorate/config-loader-vault": "1.158.
|
|
33
|
-
"@biorate/connector": "2.1.
|
|
32
|
+
"@biorate/config-loader-vault": "1.158.1",
|
|
33
|
+
"@biorate/connector": "2.1.1",
|
|
34
34
|
"@biorate/errors": "2.1.0",
|
|
35
35
|
"@biorate/inversion": "2.1.0",
|
|
36
|
-
"@biorate/kafkajs": "1.158.
|
|
37
|
-
"@biorate/minio": "1.158.
|
|
38
|
-
"@biorate/mongodb": "1.158.
|
|
39
|
-
"@biorate/proxy": "1.160.
|
|
40
|
-
"@biorate/schema-registry": "2.1.
|
|
41
|
-
"@biorate/sequelize": "1.158.
|
|
36
|
+
"@biorate/kafkajs": "1.158.1",
|
|
37
|
+
"@biorate/minio": "1.158.1",
|
|
38
|
+
"@biorate/mongodb": "1.158.1",
|
|
39
|
+
"@biorate/proxy": "1.160.1",
|
|
40
|
+
"@biorate/schema-registry": "2.1.3",
|
|
41
|
+
"@biorate/sequelize": "1.158.1",
|
|
42
42
|
"@biorate/tools": "2.1.0",
|
|
43
|
-
"@biorate/vault": "1.158.
|
|
43
|
+
"@biorate/vault": "1.158.1"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "6cd01213cc3558acd7e1f65858b0486b179641b8"
|
|
46
46
|
}
|