@rushstack/rush-sdk 5.147.0 → 5.147.2
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/tsdoc-metadata.json
CHANGED
|
@@ -9,4 +9,11 @@ export declare function merge<TBase extends object, TOther>(base: TBase, other:
|
|
|
9
9
|
* determine if `obj` contains equivalent property values.
|
|
10
10
|
*/
|
|
11
11
|
export declare function isMatch<TObject>(obj: TObject, source: TObject): boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Removes `undefined` and `null` direct properties from an object.
|
|
14
|
+
*
|
|
15
|
+
* @remarks
|
|
16
|
+
* Note that this does not recurse through sub-objects.
|
|
17
|
+
*/
|
|
18
|
+
export declare function removeNullishProps<T extends object>(obj: T): Partial<T>;
|
|
12
19
|
//# sourceMappingURL=objectUtilities.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.147.
|
|
3
|
+
"version": "5.147.2",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@pnpm/lockfile.types": "~1.0.3",
|
|
37
37
|
"tapable": "2.2.1",
|
|
38
|
-
"@rushstack/lookup-by-path": "0.
|
|
39
|
-
"@rushstack/
|
|
40
|
-
"@rushstack/
|
|
41
|
-
"@rushstack/terminal": "0.14.
|
|
38
|
+
"@rushstack/lookup-by-path": "0.5.0",
|
|
39
|
+
"@rushstack/package-deps-hash": "4.3.1",
|
|
40
|
+
"@rushstack/node-core-library": "5.10.1",
|
|
41
|
+
"@rushstack/terminal": "0.14.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/semver": "7.5.0",
|
|
45
45
|
"@types/webpack-env": "1.18.0",
|
|
46
46
|
"webpack": "~5.95.0",
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
47
|
+
"@rushstack/heft": "0.68.11",
|
|
48
|
+
"@microsoft/rush-lib": "5.147.2",
|
|
49
|
+
"@rushstack/stream-collator": "4.1.79",
|
|
49
50
|
"local-node-rig": "1.0.0",
|
|
50
|
-
"@rushstack/heft-webpack5-plugin": "0.11.
|
|
51
|
-
"@rushstack/
|
|
52
|
-
"@rushstack/
|
|
53
|
-
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.77"
|
|
51
|
+
"@rushstack/heft-webpack5-plugin": "0.11.9",
|
|
52
|
+
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.78",
|
|
53
|
+
"@rushstack/ts-command-line": "4.23.2"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "heft build --clean",
|