@financial-times/dotcom-middleware-app-context 9.0.2 → 9.1.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.
- package/dist/tsconfig.tsbuildinfo +0 -12
- package/package.json +2 -2
@@ -645,11 +645,6 @@
|
|
645
645
|
"signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
|
646
646
|
"affectsGlobalScope": false
|
647
647
|
},
|
648
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
|
649
|
-
"version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
650
|
-
"signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
|
651
|
-
"affectsGlobalScope": false
|
652
|
-
},
|
653
648
|
"../../../node_modules/@types/mdast/index.d.ts": {
|
654
649
|
"version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
655
650
|
"signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
|
@@ -1163,9 +1158,6 @@
|
|
1163
1158
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
1164
1159
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
1165
1160
|
],
|
1166
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
1167
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
1168
|
-
],
|
1169
1161
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
1170
1162
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
1171
1163
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
@@ -1923,9 +1915,6 @@
|
|
1923
1915
|
"../../../node_modules/jest-matcher-utils/build/index.d.ts",
|
1924
1916
|
"../../../node_modules/pretty-format/build/index.d.ts"
|
1925
1917
|
],
|
1926
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
|
1927
|
-
"../../../node_modules/@types/lodash/index.d.ts"
|
1928
|
-
],
|
1929
1918
|
"../../../node_modules/@types/lodash/common/array.d.ts": [
|
1930
1919
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
1931
1920
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
@@ -2642,7 +2631,6 @@
|
|
2642
2631
|
"../../../node_modules/@types/jest/index.d.ts",
|
2643
2632
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
2644
2633
|
"../../../node_modules/@types/json5/index.d.ts",
|
2645
|
-
"../../../node_modules/@types/lodash.uniqueid/index.d.ts",
|
2646
2634
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
2647
2635
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
2648
2636
|
"../../../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-app-context",
|
3
|
-
"version": "9.0
|
3
|
+
"version": "9.1.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/node/index.js",
|
6
6
|
"types": "dist/node/index.d.ts",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"node-mocks-http": "^1.7.5"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@financial-times/dotcom-server-app-context": "^9.0
|
27
|
+
"@financial-times/dotcom-server-app-context": "^9.1.0"
|
28
28
|
},
|
29
29
|
"engines": {
|
30
30
|
"node": "16.x || 18.x",
|