@rushstack/rush-redis-cobuild-plugin 5.101.0-pr3949.3 → 5.102.0-pr3949.4

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.
@@ -22,7 +22,7 @@ export declare interface IRedisCobuildLockProviderOptions extends RedisClientOpt
22
22
  /**
23
23
  * @public
24
24
  */
25
- declare type IRushRedisCobuildPluginOptions = IRedisCobuildLockProviderOptions;
25
+ export declare type IRushRedisCobuildPluginOptions = IRedisCobuildLockProviderOptions;
26
26
 
27
27
  /**
28
28
  * @beta
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- import { RushRedisCobuildPlugin } from './RushRedisCobuildPlugin';
1
+ import { RushRedisCobuildPlugin, IRushRedisCobuildPluginOptions } from './RushRedisCobuildPlugin';
2
2
  export default RushRedisCobuildPlugin;
3
3
  export { RedisCobuildLockProvider } from './RedisCobuildLockProvider';
4
4
  export { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider';
5
+ export { IRushRedisCobuildPluginOptions };
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,eAAe,sBAAsB,CAAC;AACtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,gCAAgC,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAElG,eAAe,sBAAsB,CAAC;AACtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,gCAAgC,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,8BAA8B,EAAE,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,qEAAkE;AAElE,kBAAe,+CAAsB,CAAC;AACtC,uEAAsE;AAA7D,oIAAA,wBAAwB,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\nimport { RushRedisCobuildPlugin } from './RushRedisCobuildPlugin';\n\nexport default RushRedisCobuildPlugin;\nexport { RedisCobuildLockProvider } from './RedisCobuildLockProvider';\nexport { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,qEAAkG;AAElG,kBAAe,+CAAsB,CAAC;AACtC,uEAAsE;AAA7D,oIAAA,wBAAwB,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\nimport { RushRedisCobuildPlugin, IRushRedisCobuildPluginOptions } from './RushRedisCobuildPlugin';\n\nexport default RushRedisCobuildPlugin;\nexport { RedisCobuildLockProvider } from './RedisCobuildLockProvider';\nexport { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider';\nexport { IRushRedisCobuildPluginOptions };\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-redis-cobuild-plugin",
3
- "version": "5.101.0-pr3949.3",
3
+ "version": "5.102.0-pr3949.4",
4
4
  "description": "Rush plugin for Redis cobuild lock",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,15 +14,15 @@
14
14
  "dependencies": {
15
15
  "@redis/client": "~1.5.5",
16
16
  "@rushstack/node-core-library": "3.59.7",
17
- "@rushstack/rush-sdk": "5.101.0-pr3949.3"
17
+ "@rushstack/rush-sdk": "5.102.0-pr3949.4"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/heft-jest": "1.0.1",
21
21
  "@types/node": "14.18.36",
22
- "@microsoft/rush-lib": "5.101.0-pr3949.3",
23
- "@rushstack/eslint-config": "3.3.3",
22
+ "@microsoft/rush-lib": "5.102.0-pr3949.4",
24
23
  "@rushstack/heft": "0.58.2",
25
- "@rushstack/heft-node-rig": "2.2.22"
24
+ "@rushstack/heft-node-rig": "2.2.22",
25
+ "@rushstack/eslint-config": "3.3.3"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "heft build --clean",