@biorate/migrations 1.101.0 → 1.102.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/{8648c4ca-b160-4cd2-89fd-23f013a627c4.json → 4ee80c21-d537-4c02-ace7-22a029984c25.json} +1 -1
- package/.nyc_output/d9feaa95-3d67-4c09-8a17-5181663a6941.json +1 -0
- package/.nyc_output/processinfo/4ee80c21-d537-4c02-ace7-22a029984c25.json +1 -0
- package/.nyc_output/processinfo/d9feaa95-3d67-4c09-8a17-5181663a6941.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +10 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/default.config.ts.html +10 -10
- 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 +10 -10
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts.html +10 -10
- 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 +10 -10
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/clickhouse.ts.html +10 -10
- 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 +10 -10
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/kafka.ts.html +10 -10
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts.html +10 -10
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/minio.ts.html +10 -10
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/mongodb.ts.html +10 -10
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts.html +10 -10
- package/coverage/lcov.info +5 -5
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +20 -20
- package/.nyc_output/processinfo/8648c4ca-b160-4cd2-89fd-23f013a627c4.json +0 -1
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@biorate/migrations",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.102.1",
|
4
4
|
"description": "Migrations tools",
|
5
5
|
"main": "dist",
|
6
6
|
"scripts": {
|
7
7
|
"build": "npx tsc -p ./tsconfig.build.json --outDir ./dist",
|
8
8
|
"test": "npx nyc --reporter=lcov --reporter=text-summary -- npx mocha --exit -r ts-node/register tests/**/*.spec.ts",
|
9
|
-
"prepublishOnly": "
|
9
|
+
"prepublishOnly": "pnpm run build"
|
10
10
|
},
|
11
11
|
"repository": {
|
12
12
|
"type": "git",
|
@@ -23,23 +23,23 @@
|
|
23
23
|
"author": "llevkin",
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
|
-
"@biorate/amqp": "1.
|
27
|
-
"@biorate/clickhouse": "1.
|
28
|
-
"@biorate/config": "1.
|
29
|
-
"@biorate/config-loader": "1.
|
30
|
-
"@biorate/config-loader-env": "1.
|
31
|
-
"@biorate/config-loader-fs": "1.
|
32
|
-
"@biorate/config-loader-vault": "1.
|
33
|
-
"@biorate/connector": "1.
|
34
|
-
"@biorate/errors": "1.
|
35
|
-
"@biorate/inversion": "1.
|
36
|
-
"@biorate/kafkajs": "1.
|
37
|
-
"@biorate/minio": "1.
|
38
|
-
"@biorate/mongodb": "1.
|
39
|
-
"@biorate/proxy": "1.
|
40
|
-
"@biorate/sequelize": "1.
|
41
|
-
"@biorate/tools": "1.
|
42
|
-
"@biorate/vault": "1.
|
26
|
+
"@biorate/amqp": "1.102.1",
|
27
|
+
"@biorate/clickhouse": "1.102.1",
|
28
|
+
"@biorate/config": "1.102.1",
|
29
|
+
"@biorate/config-loader": "1.102.1",
|
30
|
+
"@biorate/config-loader-env": "1.102.1",
|
31
|
+
"@biorate/config-loader-fs": "1.102.1",
|
32
|
+
"@biorate/config-loader-vault": "1.102.1",
|
33
|
+
"@biorate/connector": "1.102.1",
|
34
|
+
"@biorate/errors": "1.102.0",
|
35
|
+
"@biorate/inversion": "1.102.1",
|
36
|
+
"@biorate/kafkajs": "1.102.1",
|
37
|
+
"@biorate/minio": "1.102.1",
|
38
|
+
"@biorate/mongodb": "1.102.1",
|
39
|
+
"@biorate/proxy": "1.102.1",
|
40
|
+
"@biorate/sequelize": "1.102.1",
|
41
|
+
"@biorate/tools": "1.102.1",
|
42
|
+
"@biorate/vault": "1.102.1"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "10e1e368a38b74496f8f868018322d915b95653b"
|
45
45
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":131279,"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":1740733013974,"ppid":131252,"coverageFilename":"/www/biorate/core/packages/@biorate/migrations/.nyc_output/8648c4ca-b160-4cd2-89fd-23f013a627c4.json","externalId":"","uuid":"8648c4ca-b160-4cd2-89fd-23f013a627c4","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"]}
|