@squiz/render-runtime-lib 1.2.6 → 1.2.8

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
@@ -345019,21 +345019,21 @@ and limitations under the License.
345019
345019
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
345020
345020
  /**
345021
345021
  * @title @squiz/content-api
345022
- * @version 1.2.4
345022
+ * @version 1.2.6
345023
345023
  * @license ISC
345024
345024
  * @baseUrl /
345025
345025
  * @contact
345026
345026
  */
345027
345027
  /**
345028
345028
  * @title @squiz/management-api
345029
- * @version 1.2.4
345029
+ * @version 1.2.6
345030
345030
  * @license ISC
345031
345031
  * @baseUrl /v1
345032
345032
  * @contact
345033
345033
  */
345034
345034
  /**
345035
345035
  * @title @squiz/render-runtime-lib
345036
- * @version 1.2.4
345036
+ * @version 1.2.6
345037
345037
  * @license ISC
345038
345038
  * @baseUrl /
345039
345039
  * @contact
@@ -1033,7 +1033,7 @@
1033
1033
  },
1034
1034
  "info": {
1035
1035
  "title": "@squiz/render-runtime-lib",
1036
- "version": "1.2.5",
1036
+ "version": "1.2.7",
1037
1037
  "description": "Package of rendering utilities for components",
1038
1038
  "license": {
1039
1039
  "name": "ISC"
@@ -86906,21 +86906,21 @@ async function executeComponent({ path: entry, id, input, info }) {
86906
86906
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
86907
86907
  /**
86908
86908
  * @title @squiz/content-api
86909
- * @version 1.2.4
86909
+ * @version 1.2.6
86910
86910
  * @license ISC
86911
86911
  * @baseUrl /
86912
86912
  * @contact
86913
86913
  */
86914
86914
  /**
86915
86915
  * @title @squiz/management-api
86916
- * @version 1.2.4
86916
+ * @version 1.2.6
86917
86917
  * @license ISC
86918
86918
  * @baseUrl /v1
86919
86919
  * @contact
86920
86920
  */
86921
86921
  /**
86922
86922
  * @title @squiz/render-runtime-lib
86923
- * @version 1.2.4
86923
+ * @version 1.2.6
86924
86924
  * @license ISC
86925
86925
  * @baseUrl /
86926
86926
  * @contact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/render-runtime-lib",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "Package of rendering utilities for components",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -9,9 +9,9 @@
9
9
  "lib": "lib"
10
10
  },
11
11
  "dependencies": {
12
- "@squiz/component-lib": "^1.2.6",
13
- "@squiz/component-web-api-lib": "^1.2.6",
14
- "@squiz/dx-common-lib": "^1.2.6",
12
+ "@squiz/component-lib": "^1.2.8",
13
+ "@squiz/component-web-api-lib": "^1.2.8",
14
+ "@squiz/dx-common-lib": "^1.2.8",
15
15
  "@squiz/dx-logger-lib": "^1.2.2",
16
16
  "compression": "1.7.4",
17
17
  "dotenv": "16.0.2",
@@ -62,5 +62,5 @@
62
62
  "compile": "node ./build.js && tsc",
63
63
  "generate-routes": "tsoa routes && tsoa spec"
64
64
  },
65
- "gitHead": "c883e98023177723e3c86e31d5c37c3bf9274710"
65
+ "gitHead": "a068be64837a0d9608d3530dd82f05d8af1c3952"
66
66
  }