piral-ssr-utils 0.15.3-beta.4955 → 0.15.3-beta.4975
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
@@ -38,7 +38,7 @@ async function sendIndex(_: express.Request, res: express.Response) {
|
|
38
38
|
}
|
39
39
|
```
|
40
40
|
|
41
|
-
**Remark**: Use, e.g., the incoming request for retrieving custom pilet metadata responses (e.g., using feature flags). Otherwise, fully cache the response. Pilets can
|
41
|
+
**Remark**: Use, e.g., the incoming request for retrieving custom pilet metadata responses (e.g., using feature flags). Otherwise, fully cache the response. Pilets can/should be cached in any case.
|
42
42
|
|
43
43
|
The provided snippet assumes that `readRemoteText` and `readRemoteJson` trigger an HTTP request with the method of your choice. While the former just returns the content of the response, the latter already parses the response body's JSON.
|
44
44
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "piral-ssr-utils",
|
3
|
-
"version": "0.15.3-beta.
|
3
|
+
"version": "0.15.3-beta.4975",
|
4
4
|
"description": "Utilities for server-side rendering of a Piral instance.",
|
5
5
|
"keywords": [
|
6
6
|
"piral",
|
@@ -62,10 +62,10 @@
|
|
62
62
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"piral-core": "0.15.3-beta.
|
65
|
+
"piral-core": "0.15.3-beta.4975"
|
66
66
|
},
|
67
67
|
"peerDependencies": {
|
68
68
|
"piral-core": "0.14.x || 0.15.x"
|
69
69
|
},
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "5cf09cee48aa723ebe3fa9e48a98ff118f3cb6dc"
|
71
71
|
}
|