@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 +2 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
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
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
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
|
-
|
|
7
|
-
exports
|
|
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,
|
|
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"]}
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-redis-cobuild-plugin",
|
|
3
|
-
"version": "5.
|
|
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.
|
|
17
|
-
"@rushstack/rush-sdk": "5.
|
|
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.
|
|
21
|
-
"@rushstack/
|
|
22
|
-
"
|
|
23
|
-
"
|
|
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",
|