@pulumi/artifactory 6.1.0 → 6.1.1
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/package.json +1 -1
- package/proxy.d.ts +1 -1
package/package.json
CHANGED
package/proxy.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare class Proxy extends pulumi.CustomResource {
|
|
|
77
77
|
/**
|
|
78
78
|
* When set, this proxy will be the default proxy for new remote repositories and for internal HTTP requests issued by Artifactory. Will also be used as proxy for all other services in the platform (for example: Xray, Distribution, etc).
|
|
79
79
|
*/
|
|
80
|
-
readonly platformDefault: pulumi.Output<boolean
|
|
80
|
+
readonly platformDefault: pulumi.Output<boolean>;
|
|
81
81
|
/**
|
|
82
82
|
* The proxy port number.
|
|
83
83
|
*/
|