@pulumiverse/time
Advanced tools
Comparing version
@@ -10,4 +10,7 @@ export { OffsetArgs, OffsetState } from "./offset"; | ||
export declare const Rotating: typeof import("./rotating").Rotating; | ||
export { SleepArgs, SleepState } from "./sleep"; | ||
export type Sleep = import("./sleep").Sleep; | ||
export declare const Sleep: typeof import("./sleep").Sleep; | ||
export { StaticArgs, StaticState } from "./static"; | ||
export type Static = import("./static").Static; | ||
export declare const Static: typeof import("./static").Static; |
@@ -5,3 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Static = exports.Rotating = exports.Provider = exports.Offset = void 0; | ||
exports.Static = exports.Sleep = exports.Rotating = exports.Provider = exports.Offset = void 0; | ||
const pulumi = require("@pulumi/pulumi"); | ||
@@ -15,2 +15,4 @@ const utilities = require("./utilities"); | ||
utilities.lazyLoad(exports, ["Rotating"], () => require("./rotating")); | ||
exports.Sleep = null; | ||
utilities.lazyLoad(exports, ["Sleep"], () => require("./sleep")); | ||
exports.Static = null; | ||
@@ -26,2 +28,4 @@ utilities.lazyLoad(exports, ["Static"], () => require("./static")); | ||
return new exports.Rotating(name, undefined, { urn }); | ||
case "time:index/sleep:Sleep": | ||
return new exports.Sleep(name, undefined, { urn }); | ||
case "time:index/static:Static": | ||
@@ -36,2 +40,3 @@ return new exports.Static(name, undefined, { urn }); | ||
pulumi.runtime.registerResourceModule("time", "index/rotating", _module); | ||
pulumi.runtime.registerResourceModule("time", "index/sleep", _module); | ||
pulumi.runtime.registerResourceModule("time", "index/static", _module); | ||
@@ -38,0 +43,0 @@ pulumi.runtime.registerResourcePackage("time", { |
{ | ||
"name": "@pulumiverse/time", | ||
"version": "v0.0.15", | ||
"version": "v0.0.16", | ||
"description": "A Pulumi package for creating and managing Time resources", | ||
@@ -14,4 +14,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc", | ||
"install": "node scripts/install-pulumi-plugin.js resource time v0.0.15" | ||
"build": "tsc" | ||
}, | ||
@@ -18,0 +17,0 @@ "dependencies": { |
@@ -23,3 +23,3 @@ "use strict"; | ||
} | ||
return obj['__pulumiType'] === Provider.__pulumiType; | ||
return obj['__pulumiType'] === "pulumi:providers:" + Provider.__pulumiType; | ||
} | ||
@@ -26,0 +26,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
91227
17.17%25
8.7%1449
23.21%0
-100%1
-50%