@webiny/data-migration 5.37.4-beta.1 → 5.37.5-beta.0
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/MigrationRunner.js +3 -1
- package/cli/CliMigrationRunReporter.js +3 -1
- package/cli/InteractiveCliStatusReporter.js +3 -1
- package/cli/LogReporter.js +3 -1
- package/cli/LogStream.js +3 -1
- package/cli/MigrationRunReporter.js +3 -1
- package/cli/MigrationRunner.js +3 -1
- package/cli/MigrationStatusReporter.js +3 -1
- package/cli/NonInteractiveCliStatusReporter.js +3 -1
- package/cli/VoidStatusReporter.js +3 -1
- package/cli/getDuration.js +3 -1
- package/cli/index.js +3 -1
- package/createPinoLogger.js +3 -1
- package/createTable.js +3 -1
- package/handlers/createDdbEsProjectMigration.js +3 -1
- package/handlers/createDdbProjectMigration.js +3 -1
- package/handlers/createPatternMatcher.js +3 -1
- package/handlers/devVersionErrorResponse.js +3 -1
- package/index.js +3 -1
- package/package.json +9 -9
- package/repository/createStandardEntity.js +3 -1
- package/repository/migrations.repository.js +3 -1
- package/symbols.js +3 -1
- package/types.js +3 -1
package/MigrationRunner.js
CHANGED
|
@@ -71,4 +71,6 @@ class InteractiveCliStatusReporter {
|
|
|
71
71
|
return minutes ? `${minutes}m ${seconds}s` : `${seconds}s`;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
exports.InteractiveCliStatusReporter = InteractiveCliStatusReporter;
|
|
74
|
+
exports.InteractiveCliStatusReporter = InteractiveCliStatusReporter;
|
|
75
|
+
|
|
76
|
+
//# sourceMappingURL=InteractiveCliStatusReporter.js.map
|
package/cli/LogReporter.js
CHANGED
package/cli/LogStream.js
CHANGED
package/cli/MigrationRunner.js
CHANGED
|
@@ -40,4 +40,6 @@ class NonInteractiveCliStatusReporter {
|
|
|
40
40
|
this.firstCall = false;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
exports.NonInteractiveCliStatusReporter = NonInteractiveCliStatusReporter;
|
|
43
|
+
exports.NonInteractiveCliStatusReporter = NonInteractiveCliStatusReporter;
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=NonInteractiveCliStatusReporter.js.map
|
package/cli/getDuration.js
CHANGED
package/cli/index.js
CHANGED
package/createPinoLogger.js
CHANGED
|
@@ -21,4 +21,6 @@ const getChildLogger = (logger, migration) => {
|
|
|
21
21
|
msgPrefix: _chalk.default.blueBright(`[${migration.getId()}]`) + " "
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
|
-
exports.getChildLogger = getChildLogger;
|
|
24
|
+
exports.getChildLogger = getChildLogger;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=createPinoLogger.js.map
|
package/createTable.js
CHANGED
|
@@ -82,4 +82,6 @@ const createDdbEsProjectMigration = _ref => {
|
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
84
|
};
|
|
85
|
-
exports.createDdbEsProjectMigration = createDdbEsProjectMigration;
|
|
85
|
+
exports.createDdbEsProjectMigration = createDdbEsProjectMigration;
|
|
86
|
+
|
|
87
|
+
//# sourceMappingURL=createDdbEsProjectMigration.js.map
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/data-migration",
|
|
3
|
-
"version": "5.37.
|
|
3
|
+
"version": "5.37.5-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "types.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"@babel/runtime": "7.22.6",
|
|
15
15
|
"@elastic/elasticsearch": "7.12.0",
|
|
16
16
|
"@types/pino": "7.0.5",
|
|
17
|
-
"@webiny/db-dynamodb": "5.37.
|
|
18
|
-
"@webiny/handler-aws": "5.37.
|
|
19
|
-
"@webiny/ioc": "5.37.
|
|
20
|
-
"@webiny/logger": "5.37.
|
|
21
|
-
"@webiny/utils": "5.37.
|
|
17
|
+
"@webiny/db-dynamodb": "5.37.5-beta.0",
|
|
18
|
+
"@webiny/handler-aws": "5.37.5-beta.0",
|
|
19
|
+
"@webiny/ioc": "5.37.5-beta.0",
|
|
20
|
+
"@webiny/logger": "5.37.5-beta.0",
|
|
21
|
+
"@webiny/utils": "5.37.5-beta.0",
|
|
22
22
|
"center-align": "1.0.1",
|
|
23
23
|
"chalk": "4.1.2",
|
|
24
24
|
"dynamodb-toolbox": "0.3.5",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@babel/preset-env": "7.22.7",
|
|
33
33
|
"@types/center-align": "1.0.0",
|
|
34
34
|
"@types/semver": "7.3.13",
|
|
35
|
-
"@webiny/cli": "5.37.
|
|
36
|
-
"@webiny/project-utils": "5.37.
|
|
35
|
+
"@webiny/cli": "5.37.5-beta.0",
|
|
36
|
+
"@webiny/project-utils": "5.37.5-beta.0",
|
|
37
37
|
"jest": "29.5.0",
|
|
38
38
|
"jest-dynalite": "3.6.1",
|
|
39
39
|
"jest-mock-console": "1.3.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "8743fd6e95c61ab2c3f65a5d856865676566ae9c"
|
|
59
59
|
}
|
|
@@ -105,4 +105,6 @@ class MigrationRepositoryImpl {
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
exports.MigrationRepositoryImpl = MigrationRepositoryImpl;
|
|
108
|
-
(0, _ioc.makeInjectable)(MigrationRepositoryImpl, [(0, _ioc.inject)(_symbols.PrimaryDynamoTableSymbol)]);
|
|
108
|
+
(0, _ioc.makeInjectable)(MigrationRepositoryImpl, [(0, _ioc.inject)(_symbols.PrimaryDynamoTableSymbol)]);
|
|
109
|
+
|
|
110
|
+
//# sourceMappingURL=migrations.repository.js.map
|
package/symbols.js
CHANGED
|
@@ -17,4 +17,6 @@ exports.PrimaryDynamoTableSymbol = PrimaryDynamoTableSymbol;
|
|
|
17
17
|
const ElasticsearchDynamoTableSymbol = Symbol.for("ElasticsearchDynamoTable");
|
|
18
18
|
exports.ElasticsearchDynamoTableSymbol = ElasticsearchDynamoTableSymbol;
|
|
19
19
|
const ExecutionTimeLimiterSymbol = Symbol.for("ExecutionTimeLimiter");
|
|
20
|
-
exports.ExecutionTimeLimiterSymbol = ExecutionTimeLimiterSymbol;
|
|
20
|
+
exports.ExecutionTimeLimiterSymbol = ExecutionTimeLimiterSymbol;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=symbols.js.map
|