@webiny/data-migration 5.37.4 → 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.
@@ -287,4 +287,6 @@ exports.MigrationRunner = MigrationRunner;
287
287
  optional: true
288
288
  }), (0, _ioc.inject)(_symbols.LoggerSymbol, {
289
289
  optional: true
290
- })]);
290
+ })]);
291
+
292
+ //# sourceMappingURL=MigrationRunner.js.map
@@ -55,4 +55,6 @@ class CliMigrationRunReporter {
55
55
  return str;
56
56
  }
57
57
  }
58
- exports.CliMigrationRunReporter = CliMigrationRunReporter;
58
+ exports.CliMigrationRunReporter = CliMigrationRunReporter;
59
+
60
+ //# sourceMappingURL=CliMigrationRunReporter.js.map
@@ -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
@@ -42,4 +42,6 @@ class LogReporter {
42
42
  return logStream;
43
43
  }
44
44
  }
45
- exports.LogReporter = LogReporter;
45
+ exports.LogReporter = LogReporter;
46
+
47
+ //# sourceMappingURL=LogReporter.js.map
package/cli/LogStream.js CHANGED
@@ -59,4 +59,6 @@ class LogStream {
59
59
  return logStream;
60
60
  }
61
61
  }
62
- exports.LogStream = LogStream;
62
+ exports.LogStream = LogStream;
63
+
64
+ //# sourceMappingURL=LogStream.js.map
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=MigrationRunReporter.js.map
@@ -130,4 +130,6 @@ class MigrationRunner {
130
130
  return 2000;
131
131
  }
132
132
  }
133
- exports.MigrationRunner = MigrationRunner;
133
+ exports.MigrationRunner = MigrationRunner;
134
+
135
+ //# sourceMappingURL=MigrationRunner.js.map
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=MigrationStatusReporter.js.map
@@ -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
@@ -9,4 +9,6 @@ class VoidStatusReporter {
9
9
  // This is a void reporter.
10
10
  }
11
11
  }
12
- exports.VoidStatusReporter = VoidStatusReporter;
12
+ exports.VoidStatusReporter = VoidStatusReporter;
13
+
14
+ //# sourceMappingURL=VoidStatusReporter.js.map
@@ -18,4 +18,6 @@ const getDuration = since => {
18
18
  }
19
19
  return minutes ? `${minutes}m ${seconds}s` : `${seconds}s`;
20
20
  };
21
- exports.getDuration = getDuration;
21
+ exports.getDuration = getDuration;
22
+
23
+ //# sourceMappingURL=getDuration.js.map
package/cli/index.js CHANGED
@@ -101,4 +101,6 @@ Object.keys(_LogReporter).forEach(function (key) {
101
101
  return _LogReporter[key];
102
102
  }
103
103
  });
104
- });
104
+ });
105
+
106
+ //# sourceMappingURL=index.js.map
@@ -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
@@ -26,4 +26,6 @@ const createTable = ({
26
26
  }
27
27
  });
28
28
  };
29
- exports.createTable = createTable;
29
+ exports.createTable = createTable;
30
+
31
+ //# sourceMappingURL=createTable.js.map
@@ -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
@@ -78,4 +78,6 @@ const createDdbProjectMigration = _ref => {
78
78
  }
79
79
  });
80
80
  };
81
- exports.createDdbProjectMigration = createDdbProjectMigration;
81
+ exports.createDdbProjectMigration = createDdbProjectMigration;
82
+
83
+ //# sourceMappingURL=createDdbProjectMigration.js.map
@@ -14,4 +14,6 @@ const createPatternMatcher = pattern => {
14
14
  return migration.getId() === pattern;
15
15
  };
16
16
  };
17
- exports.createPatternMatcher = createPatternMatcher;
17
+ exports.createPatternMatcher = createPatternMatcher;
18
+
19
+ //# sourceMappingURL=createPatternMatcher.js.map
@@ -11,4 +11,6 @@ const devVersionErrorResponse = () => {
11
11
  }
12
12
  };
13
13
  };
14
- exports.devVersionErrorResponse = devVersionErrorResponse;
14
+ exports.devVersionErrorResponse = devVersionErrorResponse;
15
+
16
+ //# sourceMappingURL=devVersionErrorResponse.js.map
package/index.js CHANGED
@@ -68,4 +68,6 @@ Object.keys(_createPinoLogger).forEach(function (key) {
68
68
  return _createPinoLogger[key];
69
69
  }
70
70
  });
71
- });
71
+ });
72
+
73
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/data-migration",
3
- "version": "5.37.4",
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.4",
18
- "@webiny/handler-aws": "5.37.4",
19
- "@webiny/ioc": "5.37.4",
20
- "@webiny/logger": "5.37.4",
21
- "@webiny/utils": "5.37.4",
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.4",
36
- "@webiny/project-utils": "5.37.4",
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": "be5b7d29a08583657ab5abfc89bdc9512c975116"
58
+ "gitHead": "8743fd6e95c61ab2c3f65a5d856865676566ae9c"
59
59
  }
@@ -34,4 +34,6 @@ const createStandardEntity = ({
34
34
  }
35
35
  });
36
36
  };
37
- exports.createStandardEntity = createStandardEntity;
37
+ exports.createStandardEntity = createStandardEntity;
38
+
39
+ //# sourceMappingURL=createStandardEntity.js.map
@@ -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
package/types.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=types.js.map