@squiz/render-runtime-lib 1.2.1 → 1.2.2

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.
@@ -915,7 +915,7 @@
915
915
  },
916
916
  "info": {
917
917
  "title": "@squiz/render-runtime-lib",
918
- "version": "1.2.1-alpha.107",
918
+ "version": "1.2.1",
919
919
  "description": "Package of rendering utilities for components",
920
920
  "license": {
921
921
  "name": "ISC"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/render-runtime-lib",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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.1",
13
- "@squiz/dx-common-lib": "^1.2.1",
14
- "@squiz/dx-logger-lib": "^1.2.1",
12
+ "@squiz/component-lib": "^1.2.2",
13
+ "@squiz/dx-common-lib": "^1.2.2",
14
+ "@squiz/dx-logger-lib": "^1.2.2",
15
15
  "compression": "1.7.4",
16
16
  "dotenv": "16.0.2",
17
17
  "express": "4.18.1",
@@ -61,5 +61,5 @@
61
61
  "compile": "node ./build.js && tsc",
62
62
  "generate-routes": "tsoa routes && tsoa spec"
63
63
  },
64
- "gitHead": "362dbbb8f3e4cd5e4aa255596fd61d84a579bc73"
64
+ "gitHead": "dd14d0141b4fa425007c95181013c965898b75ec"
65
65
  }