@financial-times/dotcom-middleware-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 +3 -3
|
@@ -671,11 +671,6 @@
|
|
|
671
671
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
|
672
672
|
"affectsGlobalScope": false
|
|
673
673
|
},
|
|
674
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
|
675
|
-
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
676
|
-
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
|
677
|
-
"affectsGlobalScope": false
|
|
678
|
-
},
|
|
679
674
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
|
680
675
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
681
676
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
|
@@ -1189,9 +1184,6 @@
|
|
|
1189
1184
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1190
1185
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1191
1186
|
],
|
|
1192
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1193
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1194
|
-
],
|
|
1195
1187
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1196
1188
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1197
1189
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -1972,9 +1964,6 @@
|
|
|
1972
1964
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
|
1973
1965
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
|
1974
1966
|
],
|
|
1975
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
|
1976
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
|
1977
|
-
],
|
|
1978
1967
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1979
1968
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1980
1969
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
|
@@ -2708,7 +2697,6 @@
|
|
|
2708
2697
|
"../../../node_modules/@types/jest/index.d.ts",
|
|
2709
2698
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
2710
2699
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
2711
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
|
2712
2700
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2713
2701
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2714
2702
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/dotcom-middleware-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,8 +18,8 @@
|
|
|
18
18
|
"author": "",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@financial-times/dotcom-server-navigation": "^9.0.
|
|
22
|
-
"@financial-times/dotcom-types-navigation": "^9.0.
|
|
21
|
+
"@financial-times/dotcom-server-navigation": "^9.0.3",
|
|
22
|
+
"@financial-times/dotcom-types-navigation": "^9.0.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"check-engine": "^1.10.1",
|