@rushstack/rush-redis-cobuild-plugin
Advanced tools
Comparing version 5.101.0-pr3949.3 to 5.102.0-pr3949.4
@@ -25,3 +25,3 @@ /// <reference types="node" /> | ||
*/ | ||
declare type IRushRedisCobuildPluginOptions = IRedisCobuildLockProviderOptions; | ||
export declare type IRushRedisCobuildPluginOptions = IRedisCobuildLockProviderOptions; | ||
@@ -28,0 +28,0 @@ /** |
@@ -1,5 +0,6 @@ | ||
import { RushRedisCobuildPlugin } from './RushRedisCobuildPlugin'; | ||
import { RushRedisCobuildPlugin, IRushRedisCobuildPluginOptions } from './RushRedisCobuildPlugin'; | ||
export default RushRedisCobuildPlugin; | ||
export { RedisCobuildLockProvider } from './RedisCobuildLockProvider'; | ||
export { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider'; | ||
export { IRushRedisCobuildPluginOptions }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@rushstack/rush-redis-cobuild-plugin", | ||
"version": "5.101.0-pr3949.3", | ||
"version": "5.102.0-pr3949.4", | ||
"description": "Rush plugin for Redis cobuild lock", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"@rushstack/node-core-library": "3.59.7", | ||
"@rushstack/rush-sdk": "5.101.0-pr3949.3" | ||
"@rushstack/rush-sdk": "5.102.0-pr3949.4" | ||
}, | ||
@@ -23,6 +23,6 @@ "devDependencies": { | ||
"@types/node": "14.18.36", | ||
"@microsoft/rush-lib": "5.101.0-pr3949.3", | ||
"@rushstack/eslint-config": "3.3.3", | ||
"@microsoft/rush-lib": "5.102.0-pr3949.4", | ||
"@rushstack/heft": "0.58.2", | ||
"@rushstack/heft-node-rig": "2.2.22" | ||
"@rushstack/heft-node-rig": "2.2.22", | ||
"@rushstack/eslint-config": "3.3.3" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38810
415
+ Added@rushstack/rush-sdk@5.102.0-pr3949.4(transitive)
- Removed@rushstack/rush-sdk@5.101.0-pr3949.3(transitive)