@cedarjs/web 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.
- package/README.md +2 -31
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,33 +1,4 @@
|
|
|
1
1
|
# Web
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
- [Purpose and Vision](#Purpose-and-Vision)
|
|
6
|
-
- [Package Lead](#Package-Lead)
|
|
7
|
-
- [Roadmap](#Roadmap)
|
|
8
|
-
- [Contributing](#Contributing)
|
|
9
|
-
- [FAQ](#FAQ)
|
|
10
|
-
|
|
11
|
-
## Purpose and Vision
|
|
12
|
-
|
|
13
|
-
Summarize the project's values, purpose, and aspirational vision.
|
|
14
|
-
|
|
15
|
-
## Package Lead
|
|
16
|
-
|
|
17
|
-
Identify the decision maker and/or go-to for questions.
|
|
18
|
-
|
|
19
|
-
## Roadmap
|
|
20
|
-
|
|
21
|
-
Similar to Purpose and Vision, but more concrete, comprising near-term priorities and long-term goals.
|
|
22
|
-
|
|
23
|
-
## Contributing
|
|
24
|
-
|
|
25
|
-
Explains how to contribute by addressing the following three points:
|
|
26
|
-
|
|
27
|
-
1. Core technologies a contributor should be a familiar with.
|
|
28
|
-
2. How this package fits into the Redwood Framework, if it depends on other Redwood packages, etc.
|
|
29
|
-
3. The structure of the package and/or an explanation of its contents.
|
|
30
|
-
|
|
31
|
-
## FAQ
|
|
32
|
-
|
|
33
|
-
Answers to frequently asked questions.
|
|
3
|
+
A package containing the code needed to build React applications using the
|
|
4
|
+
CedarJS Framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "2.5.
|
|
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",
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@apollo/client": "3.13.9",
|
|
147
|
-
"@babel/runtime-corejs3": "7.
|
|
148
|
-
"@cedarjs/auth": "2.5.
|
|
149
|
-
"@cedarjs/server-store": "2.5.
|
|
147
|
+
"@babel/runtime-corejs3": "7.29.0",
|
|
148
|
+
"@cedarjs/auth": "2.5.1-next.27+4a00a5632",
|
|
149
|
+
"@cedarjs/server-store": "2.5.1-next.27+4a00a5632",
|
|
150
150
|
"@dr.pogodin/react-helmet": "2.0.4",
|
|
151
151
|
"@whatwg-node/fetch": "0.10.13",
|
|
152
152
|
"apollo-upload-client": "18.0.1",
|
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
"@arethetypeswrong/cli": "0.18.2",
|
|
165
165
|
"@babel/cli": "7.28.6",
|
|
166
166
|
"@babel/core": "^7.26.10",
|
|
167
|
-
"@babel/plugin-transform-runtime": "7.
|
|
167
|
+
"@babel/plugin-transform-runtime": "7.29.0",
|
|
168
168
|
"@babel/runtime": "7.28.6",
|
|
169
|
-
"@cedarjs/framework-tools": "
|
|
170
|
-
"@cedarjs/internal": "2.5.
|
|
169
|
+
"@cedarjs/framework-tools": "2.5.1-next.27",
|
|
170
|
+
"@cedarjs/internal": "2.5.1-next.27+4a00a5632",
|
|
171
171
|
"@rollup/plugin-babel": "6.1.0",
|
|
172
172
|
"@testing-library/jest-dom": "6.9.1",
|
|
173
173
|
"@testing-library/react": "14.3.1",
|
|
@@ -191,5 +191,5 @@
|
|
|
191
191
|
"publishConfig": {
|
|
192
192
|
"access": "public"
|
|
193
193
|
},
|
|
194
|
-
"gitHead": "
|
|
194
|
+
"gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
|
|
195
195
|
}
|