@cedarjs/cli-data-migrate 2.5.0 → 2.5.1-rc.29
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/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# CLI Packages - Data Migrate
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Cedar's data migrations as a standalone CLI command.
|
|
4
4
|
The utility here is mainly for Docker.
|
|
5
5
|
|
|
6
6
|
```
|
|
7
|
-
npx @
|
|
7
|
+
npx @cedarjs/cli-data-migrate --help
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
Run data migrations:
|
|
11
11
|
|
|
12
12
|
```
|
|
13
|
-
npx @
|
|
13
|
+
npx @cedarjs/cli-data-migrate
|
|
14
14
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli-data-migrate",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1-rc.29",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"test:unit": "vitest run src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@cedarjs/babel-config": "2.5.
|
|
29
|
-
"@cedarjs/project-config": "2.5.
|
|
28
|
+
"@cedarjs/babel-config": "2.5.1-rc.29",
|
|
29
|
+
"@cedarjs/project-config": "2.5.1-rc.29",
|
|
30
30
|
"ansis": "4.2.0",
|
|
31
31
|
"bundle-require": "^5.1.0",
|
|
32
32
|
"dotenv-defaults": "5.0.2",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"yargs": "17.7.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@cedarjs/framework-tools": "
|
|
39
|
+
"@cedarjs/framework-tools": "2.5.1-rc.29",
|
|
40
40
|
"@prisma/client": "6.19.2",
|
|
41
41
|
"@types/yargs": "17.0.35",
|
|
42
42
|
"memfs": "4.56.10",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "6df495874d3c8388e6340a1ce7cd5fe53a46a1db"
|
|
51
51
|
}
|