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