@cedarjs/cli-data-migrate 2.5.0 → 2.5.1-next.27

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # CLI Packages - Data Migrate
2
2
 
3
- Redwood's data migrations as a standalone CLI command.
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 @redwoodjs/cli-data-migrate --help
7
+ npx @cedarjs/cli-data-migrate --help
8
8
  ```
9
9
 
10
10
  Run data migrations:
11
11
 
12
12
  ```
13
- npx @redwoodjs/cli-data-migrate
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.0",
3
+ "version": "2.5.1-next.27+4a00a5632",
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.0",
29
- "@cedarjs/project-config": "2.5.0",
28
+ "@cedarjs/babel-config": "2.5.1-next.27+4a00a5632",
29
+ "@cedarjs/project-config": "2.5.1-next.27+4a00a5632",
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": "0.0.0",
39
+ "@cedarjs/framework-tools": "2.5.1-next.27",
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": "42e3c32b60325fcab386d1816401a8451f910121"
50
+ "gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
51
51
  }