@squiz/render-runtime-lib 1.2.9 → 1.2.10
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/lib/index.js +1 -1
- package/lib/public/docs.json +1 -1
- package/lib/worker/worker-root.js +1 -1
- package/package.json +6 -6
package/lib/index.js
CHANGED
|
@@ -344860,7 +344860,7 @@ and limitations under the License.
|
|
|
344860
344860
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
344861
344861
|
/**
|
|
344862
344862
|
* @title @squiz/content-api
|
|
344863
|
-
* @version 1.2.
|
|
344863
|
+
* @version 1.2.9
|
|
344864
344864
|
* @license ISC
|
|
344865
344865
|
* @baseUrl /
|
|
344866
344866
|
* @contact
|
package/lib/public/docs.json
CHANGED
|
@@ -86581,7 +86581,7 @@ async function executeComponent({ path: entry, id, input, info }) {
|
|
|
86581
86581
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
86582
86582
|
/**
|
|
86583
86583
|
* @title @squiz/content-api
|
|
86584
|
-
* @version 1.2.
|
|
86584
|
+
* @version 1.2.9
|
|
86585
86585
|
* @license ISC
|
|
86586
86586
|
* @baseUrl /
|
|
86587
86587
|
* @contact
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squiz/render-runtime-lib",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "Package of rendering utilities for components",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"lib": "lib"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@squiz/component-lib": "
|
|
13
|
-
"@squiz/component-web-api-lib": "
|
|
14
|
-
"@squiz/dx-common-lib": "
|
|
15
|
-
"@squiz/dx-logger-lib": "
|
|
12
|
+
"@squiz/component-lib": "1.2.10",
|
|
13
|
+
"@squiz/component-web-api-lib": "1.2.10",
|
|
14
|
+
"@squiz/dx-common-lib": "1.2.10",
|
|
15
|
+
"@squiz/dx-logger-lib": "1.2.10",
|
|
16
16
|
"compression": "1.7.4",
|
|
17
17
|
"dotenv": "16.0.2",
|
|
18
18
|
"express": "4.18.1",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"compile": "node ./build.js && tsc",
|
|
63
63
|
"generate-routes": "tsoa routes && tsoa spec"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "a245165ef36e9b72faece39b0ad8f2182fa310b3"
|
|
66
66
|
}
|