@cedarjs/cli-data-migrate 4.0.0-canary.13751 → 4.0.0-canary.13754
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,"file":"upHandlerEsm.d.ts","sourceRoot":"","sources":["../../src/commands/upHandlerEsm.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"upHandlerEsm.d.ts","sourceRoot":"","sources":["../../src/commands/upHandlerEsm.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,oBAAoB,EAAiB,MAAM,UAAU,CAAA;AAoBnE,wBAAsB,OAAO,CAAC,EAC5B,sBAAsB,EACtB,QAAQ,GACT,EAAE,oBAAoB,iBAuHtB;AAiFD,eAAO,MAAM,6BAA6B,wDACa,CAAA"}
|
package/dist/lib/colors.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
error: import("ansis").Ansis;
|
|
3
|
-
warning: import("ansis").Ansis;
|
|
4
|
-
highlight: import("ansis").Ansis;
|
|
5
|
-
success: import("ansis").Ansis;
|
|
6
|
-
info: import("ansis").Ansis;
|
|
7
|
-
bold: import("ansis").Ansis;
|
|
8
|
-
underline: import("ansis").Ansis;
|
|
9
|
-
note: import("ansis").Ansis;
|
|
10
|
-
tip: import("ansis").Ansis;
|
|
11
|
-
important: import("ansis").Ansis;
|
|
12
|
-
caution: import("ansis").Ansis;
|
|
13
|
-
link: import("ansis").Ansis;
|
|
2
|
+
error: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
3
|
+
warning: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
4
|
+
highlight: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
5
|
+
success: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
6
|
+
info: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
7
|
+
bold: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
8
|
+
underline: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
9
|
+
note: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
10
|
+
tip: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
11
|
+
important: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
12
|
+
caution: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
13
|
+
link: import("ansis", { with: { "resolution-mode": "import" } }).Ansis;
|
|
14
14
|
};
|
|
15
15
|
export default _default;
|
|
16
16
|
//# sourceMappingURL=colors.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli-data-migrate",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13754+cb1b67d15",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
7
7
|
"directory": "packages/cli-packages/dataMigrate"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
|
+
"type": "commonjs",
|
|
10
11
|
"exports": "./dist/index.js",
|
|
11
12
|
"types": "./dist/index.d.ts",
|
|
12
13
|
"bin": {
|
|
@@ -25,8 +26,8 @@
|
|
|
25
26
|
"test:unit": "vitest run src"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
|
-
"@cedarjs/babel-config": "4.0.0-canary.
|
|
29
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
29
|
+
"@cedarjs/babel-config": "4.0.0-canary.13754",
|
|
30
|
+
"@cedarjs/project-config": "4.0.0-canary.13754",
|
|
30
31
|
"ansis": "4.2.0",
|
|
31
32
|
"bundle-require": "^5.1.0",
|
|
32
33
|
"dotenv-defaults": "5.0.2",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"yargs": "17.7.2"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
40
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13754",
|
|
40
41
|
"@prisma/client": "7.6.0",
|
|
41
42
|
"@types/yargs": "17.0.35",
|
|
42
43
|
"memfs": "4.57.1",
|
|
@@ -50,5 +51,5 @@
|
|
|
50
51
|
"publishConfig": {
|
|
51
52
|
"access": "public"
|
|
52
53
|
},
|
|
53
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "cb1b67d1502911b3b770e61e0a8ae9c9d8142cc0"
|
|
54
55
|
}
|