@rushstack/rush-redis-cobuild-plugin 5.125.1 → 5.127.0

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/lib/index.d.ts CHANGED
@@ -1,6 +1,4 @@
1
- import { RushRedisCobuildPlugin, IRushRedisCobuildPluginOptions } from './RushRedisCobuildPlugin';
2
- export default RushRedisCobuildPlugin;
1
+ export { RushRedisCobuildPlugin as default, type IRushRedisCobuildPluginOptions } from './RushRedisCobuildPlugin';
3
2
  export { RedisCobuildLockProvider } from './RedisCobuildLockProvider';
4
- export { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider';
5
- export { IRushRedisCobuildPluginOptions };
3
+ export type { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider';
6
4
  //# 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,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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,sBAAsB,IAAI,OAAO,EACjC,KAAK,8BAA8B,EACpC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,gCAAgC,EAAE,MAAM,4BAA4B,CAAC"}
package/lib/index.js CHANGED
@@ -2,9 +2,9 @@
2
2
  // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3
3
  // See LICENSE in the project root for license information.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.RedisCobuildLockProvider = void 0;
6
- const RushRedisCobuildPlugin_1 = require("./RushRedisCobuildPlugin");
7
- exports.default = RushRedisCobuildPlugin_1.RushRedisCobuildPlugin;
5
+ exports.RedisCobuildLockProvider = exports.default = void 0;
6
+ var RushRedisCobuildPlugin_1 = require("./RushRedisCobuildPlugin");
7
+ Object.defineProperty(exports, "default", { enumerable: true, get: function () { return RushRedisCobuildPlugin_1.RushRedisCobuildPlugin; } });
8
8
  var RedisCobuildLockProvider_1 = require("./RedisCobuildLockProvider");
9
9
  Object.defineProperty(exports, "RedisCobuildLockProvider", { enumerable: true, get: function () { return RedisCobuildLockProvider_1.RedisCobuildLockProvider; } });
10
10
  //# sourceMappingURL=index.js.map
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,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"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,mEAGkC;AAFhC,iHAAA,sBAAsB,OAAW;AAGnC,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\nexport {\n RushRedisCobuildPlugin as default,\n type IRushRedisCobuildPluginOptions\n} from './RushRedisCobuildPlugin';\nexport { RedisCobuildLockProvider } from './RedisCobuildLockProvider';\nexport type { IRedisCobuildLockProviderOptions } from './RedisCobuildLockProvider';\n"]}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.46.1"
8
+ "packageVersion": "7.47.0"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-redis-cobuild-plugin",
3
- "version": "5.125.1",
3
+ "version": "5.127.0",
4
4
  "description": "Rush plugin for Redis cobuild lock",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,14 +13,14 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@redis/client": "~1.5.5",
16
- "@rushstack/node-core-library": "5.4.0",
17
- "@rushstack/rush-sdk": "5.125.1"
16
+ "@rushstack/node-core-library": "5.4.1",
17
+ "@rushstack/rush-sdk": "5.127.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/rush-lib": "5.125.1",
21
- "@rushstack/heft": "0.66.16",
22
- "@rushstack/terminal": "0.12.3",
23
- "local-node-rig": "1.0.0"
20
+ "@microsoft/rush-lib": "5.127.0",
21
+ "@rushstack/terminal": "0.13.0",
22
+ "local-node-rig": "1.0.0",
23
+ "@rushstack/heft": "0.66.18"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "heft build --clean",