@webiny/data-migration 0.0.0-unstable.df7a8bb475 → 0.0.0-unstable.e2758ee1cf
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["minimatch","createPatternMatcher","pattern","migration","includes","getId"],"sources":["createPatternMatcher.ts"],"sourcesContent":["import minimatch from \"minimatch\";\nimport type { IsMigrationApplicable } from \"~/MigrationRunner.js\";\n\nexport const createPatternMatcher = (pattern: string): IsMigrationApplicable => {\n return migration => {\n if (pattern.includes(\"*\")) {\n return minimatch(migration.getId(), pattern);\n }\n return migration.getId() === pattern;\n };\n};\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"names":["minimatch","createPatternMatcher","pattern","migration","includes","getId"],"sources":["createPatternMatcher.ts"],"sourcesContent":["import { minimatch } from \"minimatch\";\nimport type { IsMigrationApplicable } from \"~/MigrationRunner.js\";\n\nexport const createPatternMatcher = (pattern: string): IsMigrationApplicable => {\n return migration => {\n if (pattern.includes(\"*\")) {\n return minimatch(migration.getId(), pattern);\n }\n return migration.getId() === pattern;\n };\n};\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,WAAW;AAGrC,OAAO,MAAMC,oBAAoB,GAAIC,OAAe,IAA4B;EAC5E,OAAOC,SAAS,IAAI;IAChB,IAAID,OAAO,CAACE,QAAQ,CAAC,GAAG,CAAC,EAAE;MACvB,OAAOJ,SAAS,CAACG,SAAS,CAACE,KAAK,CAAC,CAAC,EAAEH,OAAO,CAAC;IAChD;IACA,OAAOC,SAAS,CAACE,KAAK,CAAC,CAAC,KAAKH,OAAO;EACxC,CAAC;AACL,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/data-migration",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.e2758ee1cf",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,32 +12,32 @@
|
|
|
12
12
|
"author": "Webiny Ltd.",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@elastic/elasticsearch": "7.12.0",
|
|
15
|
-
"@webiny/aws-sdk": "0.0.0-unstable.
|
|
16
|
-
"@webiny/db-dynamodb": "0.0.0-unstable.
|
|
17
|
-
"@webiny/handler-aws": "0.0.0-unstable.
|
|
18
|
-
"@webiny/ioc": "0.0.0-unstable.
|
|
19
|
-
"@webiny/logger": "0.0.0-unstable.
|
|
20
|
-
"@webiny/project": "0.0.0-unstable.
|
|
21
|
-
"@webiny/utils": "0.0.0-unstable.
|
|
15
|
+
"@webiny/aws-sdk": "0.0.0-unstable.e2758ee1cf",
|
|
16
|
+
"@webiny/db-dynamodb": "0.0.0-unstable.e2758ee1cf",
|
|
17
|
+
"@webiny/handler-aws": "0.0.0-unstable.e2758ee1cf",
|
|
18
|
+
"@webiny/ioc": "0.0.0-unstable.e2758ee1cf",
|
|
19
|
+
"@webiny/logger": "0.0.0-unstable.e2758ee1cf",
|
|
20
|
+
"@webiny/project": "0.0.0-unstable.e2758ee1cf",
|
|
21
|
+
"@webiny/utils": "0.0.0-unstable.e2758ee1cf",
|
|
22
22
|
"center-align": "1.0.1",
|
|
23
23
|
"chalk": "4.1.2",
|
|
24
|
-
"minimatch": "
|
|
24
|
+
"minimatch": "10.2.4",
|
|
25
25
|
"pino-pretty": "9.4.1",
|
|
26
26
|
"semver": "7.7.4"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/center-align": "1.0.2",
|
|
30
30
|
"@types/semver": "7.7.1",
|
|
31
|
-
"@webiny/build-tools": "0.0.0-unstable.
|
|
32
|
-
"@webiny/project-utils": "0.0.0-unstable.
|
|
31
|
+
"@webiny/build-tools": "0.0.0-unstable.e2758ee1cf",
|
|
32
|
+
"@webiny/project-utils": "0.0.0-unstable.e2758ee1cf",
|
|
33
33
|
"jest-dynalite": "3.6.1",
|
|
34
34
|
"rimraf": "6.1.3",
|
|
35
35
|
"typescript": "5.9.3",
|
|
36
|
-
"vitest": "
|
|
36
|
+
"vitest": "4.0.18"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public",
|
|
40
40
|
"directory": "dist"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e2758ee1cfa3b9a7152e9bb995a90ccabd33266f"
|
|
43
43
|
}
|