@rushstack/package-deps-hash 4.1.54 → 4.1.56
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/dist/tsdoc-metadata.json
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
* @packageDocumentation
|
|
11
11
|
*/
|
|
12
12
|
export { getPackageDeps, getGitHashForFiles } from './getPackageDeps';
|
|
13
|
-
export { IFileDiffStatus, getRepoChanges, getRepoRoot, getRepoStateAsync, ensureGitMinimumVersion } from './getRepoState';
|
|
13
|
+
export { type IFileDiffStatus, getRepoChanges, getRepoRoot, getRepoStateAsync, ensureGitMinimumVersion } from './getRepoState';
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EACL,eAAe,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EACL,KAAK,eAAe,EACpB,cAAc,EACd,WAAW,EACX,iBAAiB,EACjB,uBAAuB,EACxB,MAAM,gBAAgB,CAAC"}
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D;;;;;;;;;;GAUG;AAEH,mDAAsE;AAA7D,gHAAA,cAAc,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AAC3C,+CAMwB;AAJtB,8GAAA,cAAc,OAAA;AACd,2GAAA,WAAW,OAAA;AACX,iHAAA,iBAAiB,OAAA;AACjB,uHAAA,uBAAuB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This package builds a JSON object containing the git hashes of all files used to produce a given NPM package.\n * The {@link https://rushjs.io/ | Rush} tool uses this library to implement incremental build detection.\n *\n * @remarks\n *\n * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/package-deps-hash\n * | README}.\n *\n * @packageDocumentation\n */\n\nexport { getPackageDeps, getGitHashForFiles } from './getPackageDeps';\nexport {\n IFileDiffStatus,\n getRepoChanges,\n getRepoRoot,\n getRepoStateAsync,\n ensureGitMinimumVersion\n} from './getRepoState';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D;;;;;;;;;;GAUG;AAEH,mDAAsE;AAA7D,gHAAA,cAAc,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AAC3C,+CAMwB;AAJtB,8GAAA,cAAc,OAAA;AACd,2GAAA,WAAW,OAAA;AACX,iHAAA,iBAAiB,OAAA;AACjB,uHAAA,uBAAuB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This package builds a JSON object containing the git hashes of all files used to produce a given NPM package.\n * The {@link https://rushjs.io/ | Rush} tool uses this library to implement incremental build detection.\n *\n * @remarks\n *\n * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/package-deps-hash\n * | README}.\n *\n * @packageDocumentation\n */\n\nexport { getPackageDeps, getGitHashForFiles } from './getPackageDeps';\nexport {\n type IFileDiffStatus,\n getRepoChanges,\n getRepoRoot,\n getRepoStateAsync,\n ensureGitMinimumVersion\n} from './getRepoState';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/package-deps-hash",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.56",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/package-deps-hash.d.ts",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"directory": "libraries/package-deps-hash"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@rushstack/heft": "0.66.
|
|
14
|
+
"@rushstack/heft": "0.66.17",
|
|
15
15
|
"local-node-rig": "1.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@rushstack/node-core-library": "5.
|
|
18
|
+
"@rushstack/node-core-library": "5.4.1"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "heft build --clean",
|