@squiz/render-runtime-lib 1.2.6 → 1.2.7
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 +3 -3
- package/lib/public/docs.json +1 -1
- package/lib/worker/worker-root.js +3 -3
- package/package.json +5 -5
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.
|
|
345022
|
+
* @version 1.2.5
|
|
345023
345023
|
* @license ISC
|
|
345024
345024
|
* @baseUrl /
|
|
345025
345025
|
* @contact
|
|
345026
345026
|
*/
|
|
345027
345027
|
/**
|
|
345028
345028
|
* @title @squiz/management-api
|
|
345029
|
-
* @version 1.2.
|
|
345029
|
+
* @version 1.2.5
|
|
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.
|
|
345036
|
+
* @version 1.2.5
|
|
345037
345037
|
* @license ISC
|
|
345038
345038
|
* @baseUrl /
|
|
345039
345039
|
* @contact
|
package/lib/public/docs.json
CHANGED
|
@@ -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.
|
|
86909
|
+
* @version 1.2.5
|
|
86910
86910
|
* @license ISC
|
|
86911
86911
|
* @baseUrl /
|
|
86912
86912
|
* @contact
|
|
86913
86913
|
*/
|
|
86914
86914
|
/**
|
|
86915
86915
|
* @title @squiz/management-api
|
|
86916
|
-
* @version 1.2.
|
|
86916
|
+
* @version 1.2.5
|
|
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.
|
|
86923
|
+
* @version 1.2.5
|
|
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.
|
|
3
|
+
"version": "1.2.7",
|
|
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.
|
|
13
|
-
"@squiz/component-web-api-lib": "^1.2.
|
|
14
|
-
"@squiz/dx-common-lib": "^1.2.
|
|
12
|
+
"@squiz/component-lib": "^1.2.7",
|
|
13
|
+
"@squiz/component-web-api-lib": "^1.2.7",
|
|
14
|
+
"@squiz/dx-common-lib": "^1.2.7",
|
|
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": "
|
|
65
|
+
"gitHead": "22247c3d1dc3e3347679667e937e76f3b6f44dc0"
|
|
66
66
|
}
|