@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 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.8
344863
+ * @version 1.2.9
344864
344864
  * @license ISC
344865
344865
  * @baseUrl /
344866
344866
  * @contact
@@ -1044,7 +1044,7 @@
1044
1044
  },
1045
1045
  "info": {
1046
1046
  "title": "@squiz/render-runtime-lib",
1047
- "version": "1.2.8",
1047
+ "version": "1.2.9",
1048
1048
  "description": "Package of rendering utilities for components",
1049
1049
  "license": {
1050
1050
  "name": "ISC"
@@ -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.8
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.9",
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": "^1.2.9",
13
- "@squiz/component-web-api-lib": "^1.2.9",
14
- "@squiz/dx-common-lib": "^1.2.9",
15
- "@squiz/dx-logger-lib": "^1.2.9",
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": "b918fb8c0d1e19d9e0e9a6dd77c13e68599a3e2a"
65
+ "gitHead": "a245165ef36e9b72faece39b0ad8f2182fa310b3"
66
66
  }