@pulumi/pulumi 3.187.0-alpha.xeb40df9 → 3.187.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/metadata.d.ts +4 -0
- package/metadata.js +8 -1
- package/metadata.js.map +1 -1
- package/package.json +1 -1
- package/version.js +1 -1
package/metadata.d.ts
CHANGED
|
@@ -10,3 +10,7 @@ export declare function getProject(): string;
|
|
|
10
10
|
* Returns the current stack name. Throws an exception if none is registered.
|
|
11
11
|
*/
|
|
12
12
|
export declare function getStack(): string;
|
|
13
|
+
/**
|
|
14
|
+
* Returns the root directory of the current Pulumi project.
|
|
15
|
+
*/
|
|
16
|
+
export declare function getRootDirectory(): string;
|
package/metadata.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright 2016-
|
|
2
|
+
// Copyright 2016-2025, Pulumi Corporation.
|
|
3
3
|
//
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// you may not use this file except in compliance with the License.
|
|
@@ -43,4 +43,11 @@ function getStack() {
|
|
|
43
43
|
return settings.getStack();
|
|
44
44
|
}
|
|
45
45
|
exports.getStack = getStack;
|
|
46
|
+
/**
|
|
47
|
+
* Returns the root directory of the current Pulumi project.
|
|
48
|
+
*/
|
|
49
|
+
function getRootDirectory() {
|
|
50
|
+
return settings.getRootDirectory();
|
|
51
|
+
}
|
|
52
|
+
exports.getRootDirectory = getRootDirectory;
|
|
46
53
|
//# sourceMappingURL=metadata.js.map
|
package/metadata.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../metadata.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;;;;;;;AAEjC,gFAAgF;AAEhF,6DAA+C;AAE/C;;GAEG;AACH,SAAgB,eAAe;IAC3B,OAAO,QAAQ,CAAC,eAAe,EAAE,CAAC;AACtC,CAAC;AAFD,0CAEC;AACD;;GAEG;AACH,SAAgB,UAAU;IACtB,OAAO,QAAQ,CAAC,UAAU,EAAE,CAAC;AACjC,CAAC;AAFD,gCAEC;AACD;;GAEG;AACH,SAAgB,QAAQ;IACpB,OAAO,QAAQ,CAAC,QAAQ,EAAE,CAAC;AAC/B,CAAC;AAFD,4BAEC"}
|
|
1
|
+
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../metadata.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;;;;;;;AAEjC,gFAAgF;AAEhF,6DAA+C;AAE/C;;GAEG;AACH,SAAgB,eAAe;IAC3B,OAAO,QAAQ,CAAC,eAAe,EAAE,CAAC;AACtC,CAAC;AAFD,0CAEC;AACD;;GAEG;AACH,SAAgB,UAAU;IACtB,OAAO,QAAQ,CAAC,UAAU,EAAE,CAAC;AACjC,CAAC;AAFD,gCAEC;AACD;;GAEG;AACH,SAAgB,QAAQ;IACpB,OAAO,QAAQ,CAAC,QAAQ,EAAE,CAAC;AAC/B,CAAC;AAFD,4BAEC;AACD;;GAEG;AACH,SAAgB,gBAAgB;IAC5B,OAAO,QAAQ,CAAC,gBAAgB,EAAE,CAAC;AACvC,CAAC;AAFD,4CAEC"}
|
package/package.json
CHANGED
package/version.js
CHANGED
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
// See the License for the specific language governing permissions and
|
|
14
14
|
// limitations under the License.
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.version = "3.187.0
|
|
16
|
+
exports.version = "3.187.0";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|