@cedarjs/context 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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## About
4
4
 
5
5
  This package contains code for the global context used on the API side of a
6
- Redwood application. It's automatically available in services, auth functions
6
+ Cedar application. It's automatically available in services, auth functions
7
7
  and custom functions.
8
8
 
9
9
  ## Serveful environments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/context",
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",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@arethetypeswrong/cli": "0.18.2",
61
- "@cedarjs/framework-tools": "0.0.0",
61
+ "@cedarjs/framework-tools": "2.5.1-next.27",
62
62
  "concurrently": "9.2.1",
63
63
  "publint": "0.3.17",
64
64
  "tsx": "4.21.0",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
70
+ "gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
71
71
  }