@rushstack/rush-http-build-cache-plugin 5.106.0 → 5.107.1
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/.rush/temp/operation/_phase_build/all.log +2 -3
- package/.rush/temp/operation/_phase_build/state.json +1 -1
- package/.rush/temp/operation/_phase_test/all.log +3 -12
- package/.rush/temp/operation/_phase_test/state.json +1 -1
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_build-f264dc7e342ed1fcc1cfaf466e64552db59a94bb.log → rushstack+rush-http-build-cache-plugin-_phase_build-80b284e341e2ccefeaa4fdb7b46fd2a78cb27a76.tar.log} +2 -2
- package/.rush/temp/rushstack+rush-http-build-cache-plugin-_phase_build-80b284e341e2ccefeaa4fdb7b46fd2a78cb27a76.untar.log +10 -0
- package/.rush/temp/rushstack+rush-http-build-cache-plugin-_phase_test-1fe1c5543d37cbc17d345e8ab6394a2f42ea520e.tar.log +24 -0
- package/.rush/temp/rushstack+rush-http-build-cache-plugin-_phase_test-1fe1c5543d37cbc17d345e8ab6394a2f42ea520e.untar.log +10 -0
- package/.rush/temp/shrinkwrap-deps.json +17 -67
- package/config/jest.config.json +1 -1
- package/config/rig.json +1 -1
- package/{temp/coverage/lcov-report → coverage}/HttpBuildCacheProvider.ts.html +1 -1
- package/{temp/coverage/lcov-report → coverage}/RushHttpBuildCachePlugin.ts.html +1 -1
- package/coverage/cobertura-coverage.xml +615 -0
- package/{temp/coverage/lcov-report → coverage}/index.html +1 -1
- package/{temp/coverage/lcov-report → coverage}/index.ts.html +1 -1
- package/coverage/junit.xml +9 -0
- package/package.json +7 -9
- package/rush-logs/rush-http-build-cache-plugin._phase_build.cache.log +10 -3
- package/rush-logs/rush-http-build-cache-plugin._phase_build.log +2 -3
- package/rush-logs/rush-http-build-cache-plugin._phase_test.cache.log +19 -1
- package/rush-logs/rush-http-build-cache-plugin._phase_test.log +3 -12
- package/temp/build.typescript/ts_l9Fw4VUO.json +1 -1
- package/tsconfig.json +1 -4
- package/.rush/temp/package-deps__phase_build.json +0 -17
- package/.rush/temp/package-deps__phase_test.json +0 -17
- package/.rush/temp/rushstack+rush-http-build-cache-plugin-_phase_build-b204fd1436868e04b37013d45c4ea07e5d93c2cd.tar.log +0 -49
- package/temp/coverage/clover.xml +0 -524
- package/temp/coverage/coverage-final.json +0 -4
- package/temp/coverage/lcov.info +0 -626
- package/temp/test.jest/haste-map-bae913f9b9aa720eb4deeae0a60a4b27-22ae7f4ce9de4306889d8c05e5cc39b9-1028402de70f7f23751971bc19191def +0 -0
- package/temp/test.jest/jest-transform-cache-bae913f9b9aa720eb4deeae0a60a4b27-0bc2a534d3e30a2b12c9a7d83be63585/1f/core_1fd772d60086eee1b65959af4b2df498 +0 -159
- package/temp/test.jest/jest-transform-cache-bae913f9b9aa720eb4deeae0a60a4b27-0bc2a534d3e30a2b12c9a7d83be63585/9e/core_9ee01abb65993dce1aaada04a7cab7ca +0 -159
- package/temp/test.jest/jest-transform-cache-bae913f9b9aa720eb4deeae0a60a4b27-0bc2a534d3e30a2b12c9a7d83be63585/aa/mappingTable_aa1c5457fe878a73e92e96548b32d248 +0 -2
- package/temp/test.jest/jest-transform-cache-bae913f9b9aa720eb4deeae0a60a4b27-0bc2a534d3e30a2b12c9a7d83be63585/fe/package_fe7eaed8b639d335adc60ec20f9e1f5b +0 -37
- package/temp/test.jest/perf-cache-bae913f9b9aa720eb4deeae0a60a4b27-da39a3ee5e6b4b0d3255bfef95601890 +0 -1
- /package/{temp/coverage/lcov-report → coverage}/base.css +0 -0
- /package/{temp/coverage/lcov-report → coverage}/block-navigation.js +0 -0
- /package/{temp/coverage/lcov-report → coverage}/favicon.png +0 -0
- /package/{temp/coverage/lcov-report → coverage}/prettify.css +0 -0
- /package/{temp/coverage/lcov-report → coverage}/prettify.js +0 -0
- /package/{temp/coverage/lcov-report → coverage}/sort-arrow-sprite.png +0 -0
- /package/{temp/coverage/lcov-report → coverage}/sorter.js +0 -0
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
1e75bf2607831cd0bfec5b3592a1debd
|
|
2
|
-
{
|
|
3
|
-
"name": "@rushstack/rush-http-build-cache-plugin",
|
|
4
|
-
"version": "5.105.0",
|
|
5
|
-
"description": "Rush plugin for generic HTTP cloud build cache",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/microsoft/rushstack",
|
|
9
|
-
"directory": "rush-plugins/rush-http-build-cache-plugin"
|
|
10
|
-
},
|
|
11
|
-
"homepage": "https://rushjs.io",
|
|
12
|
-
"main": "lib/index.js",
|
|
13
|
-
"types": "lib/index.d.ts",
|
|
14
|
-
"license": "MIT",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "heft build --clean",
|
|
17
|
-
"start": "heft test-watch",
|
|
18
|
-
"test": "heft test",
|
|
19
|
-
"_phase:build": "heft run --only build -- --clean",
|
|
20
|
-
"_phase:test": "heft run --only test -- --clean"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@rushstack/node-core-library": "workspace:*",
|
|
24
|
-
"@rushstack/rush-sdk": "workspace:*",
|
|
25
|
-
"https-proxy-agent": "~5.0.0",
|
|
26
|
-
"node-fetch": "2.6.7"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@microsoft/rush-lib": "workspace:*",
|
|
30
|
-
"@rushstack/eslint-config": "workspace:*",
|
|
31
|
-
"@rushstack/heft": "workspace:*",
|
|
32
|
-
"@rushstack/heft-node-rig": "workspace:*",
|
|
33
|
-
"@types/heft-jest": "1.0.1",
|
|
34
|
-
"@types/node": "14.18.36",
|
|
35
|
-
"@types/node-fetch": "2.6.2"
|
|
36
|
-
}
|
|
37
|
-
}
|
package/temp/test.jest/perf-cache-bae913f9b9aa720eb4deeae0a60a4b27-da39a3ee5e6b4b0d3255bfef95601890
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"/home/vsts/work/1/s/rush-plugins/rush-http-build-cache-plugin/lib/test/HttpBuildCacheProvider.test.js":[1,998]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|