@plurid/plurid-react-server 0.0.0-10 → 0.0.0-11
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/distribution/index.es.js
CHANGED
|
@@ -734,7 +734,7 @@ class PluridServer {
|
|
|
734
734
|
return __awaiter(this, void 0, void 0, (function*() {
|
|
735
735
|
const globals = preserveResult === null || preserveResult === void 0 ? void 0 : preserveResult.globals;
|
|
736
736
|
const mergedHtmlLanguage = ((_a = preserveResult === null || preserveResult === void 0 ? void 0 : preserveResult.template) === null || _a === void 0 ? void 0 : _a.htmlLanguage) || ((_b = this.template) === null || _b === void 0 ? void 0 : _b.htmlLanguage);
|
|
737
|
-
const pluridMetastate = serverComputeMetastate(isoMatch, this.routes, globals);
|
|
737
|
+
const pluridMetastate = yield serverComputeMetastate(isoMatch, this.routes, globals);
|
|
738
738
|
const {content: content, styles: styles} = yield this.getContentAndStyles(isoMatch, pluridMetastate, preserveResult, matchedPlane);
|
|
739
739
|
const stringedStyles = this.styles.reduce(((accumulator, style) => accumulator + style), "");
|
|
740
740
|
const preserveStyles = ((_d = (_c = preserveResult === null || preserveResult === void 0 ? void 0 : preserveResult.template) === null || _c === void 0 ? void 0 : _c.styles) === null || _d === void 0 ? void 0 : _d.join(" ")) || "";
|
package/distribution/index.js
CHANGED
|
@@ -786,7 +786,7 @@ class PluridServer {
|
|
|
786
786
|
return __awaiter(this, void 0, void 0, (function*() {
|
|
787
787
|
const globals = preserveResult === null || preserveResult === void 0 ? void 0 : preserveResult.globals;
|
|
788
788
|
const mergedHtmlLanguage = ((_a = preserveResult === null || preserveResult === void 0 ? void 0 : preserveResult.template) === null || _a === void 0 ? void 0 : _a.htmlLanguage) || ((_b = this.template) === null || _b === void 0 ? void 0 : _b.htmlLanguage);
|
|
789
|
-
const pluridMetastate = pluridReact.serverComputeMetastate(isoMatch, this.routes, globals);
|
|
789
|
+
const pluridMetastate = yield pluridReact.serverComputeMetastate(isoMatch, this.routes, globals);
|
|
790
790
|
const {content: content, styles: styles} = yield this.getContentAndStyles(isoMatch, pluridMetastate, preserveResult, matchedPlane);
|
|
791
791
|
const stringedStyles = this.styles.reduce(((accumulator, style) => accumulator + style), "");
|
|
792
792
|
const preserveStyles = ((_d = (_c = preserveResult === null || preserveResult === void 0 ? void 0 : preserveResult.template) === null || _c === void 0 ? void 0 : _c.styles) === null || _d === void 0 ? void 0 : _d.join(" ")) || "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurid/plurid-react-server",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-11",
|
|
4
4
|
"description": "React implementation of Plurid to view and explore the web in three dimensions with server-side rendering",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurid",
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
"@plurid/elementql": "^0.0.0-1",
|
|
82
82
|
"@plurid/elementql-client-react": "^0.0.0-1",
|
|
83
83
|
"@plurid/plurid-data": "0.0.0-14",
|
|
84
|
-
"@plurid/plurid-engine": "0.0.0-
|
|
84
|
+
"@plurid/plurid-engine": "0.0.0-13",
|
|
85
85
|
"@plurid/plurid-functions": "0.0.0-25",
|
|
86
86
|
"@plurid/plurid-functions-react": "0.0.0-5",
|
|
87
87
|
"@plurid/plurid-icons-react": "0.0.0-4",
|
|
88
88
|
"@plurid/plurid-pubsub": "0.0.0-6",
|
|
89
|
-
"@plurid/plurid-react": "0.0.0-
|
|
89
|
+
"@plurid/plurid-react": "0.0.0-23",
|
|
90
90
|
"@plurid/plurid-themes": "0.0.0-2",
|
|
91
91
|
"@plurid/plurid-ui-components-react": "0.0.0-13",
|
|
92
92
|
"@plurid/plurid-ui-state-react": "0.0.0-3",
|