@financial-times/dotcom-server-navigation 9.0.2 → 9.0.3
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/dist/tsconfig.tsbuildinfo +0 -12
- package/package.json +2 -2
|
@@ -676,11 +676,6 @@
|
|
|
676
676
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
677
677
|
"affectsGlobalScope": false
|
|
678
678
|
},
|
|
679
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
680
|
-
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
681
|
-
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
682
|
-
"affectsGlobalScope": false
|
|
683
|
-
},
|
|
684
679
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
685
680
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
686
681
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1179,9 +1174,6 @@
|
|
|
1179
1174
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1180
1175
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1181
1176
|
],
|
|
1182
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1183
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1184
|
-
],
|
|
1185
1177
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1186
1178
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1187
1179
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1958,9 +1950,6 @@
|
|
|
1958
1950
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1959
1951
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1960
1952
|
],
|
|
1961
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1962
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1963
|
-
],
|
|
1964
1953
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1965
1954
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1966
1955
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2687,7 +2676,6 @@
|
|
|
2687
2676
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2688
2677
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2689
2678
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2690
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2691
2679
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2692
2680
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2693
2681
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/dotcom-server-navigation",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"types": "dist/node/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@financial-times/dotcom-types-navigation": "^9.0.
|
|
21
|
+
"@financial-times/dotcom-types-navigation": "^9.0.3",
|
|
22
22
|
"@types/deep-freeze": "^0.1.1",
|
|
23
23
|
"deep-freeze": "0.0.1",
|
|
24
24
|
"ft-poller": "^9.0.0",
|