@cedarjs/core 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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,8 +1,3 @@
1
1
  # Core
2
2
 
3
- This package contains configuration and common dependencies required by a RedwoodJS project.
4
-
5
- ## Package Leads
6
-
7
- - @peterp
8
- - @thedavidprice
3
+ This package contains configuration and common dependencies required by a CedarJS project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/core",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-rc.29",
4
4
  "description": "Foundational packages and config required to build CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,21 +44,21 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@babel/cli": "7.28.6",
47
- "@cedarjs/api-server": "2.5.0",
48
- "@cedarjs/cli": "2.5.0",
49
- "@cedarjs/eslint-config": "2.5.0",
50
- "@cedarjs/internal": "2.5.0",
51
- "@cedarjs/project-config": "2.5.0",
52
- "@cedarjs/testing": "2.5.0",
53
- "@cedarjs/web-server": "2.5.0",
47
+ "@cedarjs/api-server": "2.5.1-rc.29",
48
+ "@cedarjs/cli": "2.5.1-rc.29",
49
+ "@cedarjs/eslint-config": "2.5.1-rc.29",
50
+ "@cedarjs/internal": "2.5.1-rc.29",
51
+ "@cedarjs/project-config": "2.5.1-rc.29",
52
+ "@cedarjs/testing": "2.5.1-rc.29",
53
+ "@cedarjs/web-server": "2.5.1-rc.29",
54
54
  "graphql-tag": "2.12.6",
55
- "lodash": "4.17.21",
55
+ "lodash": "4.17.23",
56
56
  "nodemon": "3.1.11",
57
57
  "rimraf": "6.1.2",
58
58
  "typescript": "5.9.3"
59
59
  },
60
60
  "devDependencies": {
61
- "@cedarjs/framework-tools": "0.0.0",
61
+ "@cedarjs/framework-tools": "2.5.1-rc.29",
62
62
  "@types/lodash": "4.17.23",
63
63
  "publint": "0.3.17",
64
64
  "tsx": "4.21.0"
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
69
+ "gitHead": "6df495874d3c8388e6340a1ce7cd5fe53a46a1db"
70
70
  }