@financial-times/dotcom-build-js 10.2.0 → 10.3.0

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.
@@ -736,6 +736,11 @@
736
736
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
737
737
  "affectsGlobalScope": false
738
738
  },
739
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
740
+ "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
741
+ "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
742
+ "affectsGlobalScope": false
743
+ },
739
744
  "../../../node_modules/@types/mdast/index.d.ts": {
740
745
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
741
746
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1154,6 +1159,9 @@
1154
1159
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1155
1160
  "../../../node_modules/pretty-format/build/index.d.ts"
1156
1161
  ],
1162
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1163
+ "../../../node_modules/@types/lodash/index.d.ts"
1164
+ ],
1157
1165
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1158
1166
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1159
1167
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -1911,6 +1919,9 @@
1911
1919
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1912
1920
  "../../../node_modules/pretty-format/build/index.d.ts"
1913
1921
  ],
1922
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1923
+ "../../../node_modules/@types/lodash/index.d.ts"
1924
+ ],
1914
1925
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1915
1926
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1916
1927
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2627,6 +2638,7 @@
2627
2638
  "../../../node_modules/@types/jest/index.d.ts",
2628
2639
  "../../../node_modules/@types/json-schema/index.d.ts",
2629
2640
  "../../../node_modules/@types/json5/index.d.ts",
2641
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2630
2642
  "../../../node_modules/@types/lodash/common/array.d.ts",
2631
2643
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2632
2644
  "../../../node_modules/@types/lodash/common/common.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-build-js",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "dist/node/index.d.ts",