@cedarjs/context 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 +1 -1
- 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
|
-
|
|
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.
|
|
3
|
+
"version": "2.5.1-rc.29",
|
|
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": "
|
|
61
|
+
"@cedarjs/framework-tools": "2.5.1-rc.29",
|
|
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": "
|
|
70
|
+
"gitHead": "6df495874d3c8388e6340a1ce7cd5fe53a46a1db"
|
|
71
71
|
}
|