We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e370e commit 60d87a4Copy full SHA for 60d87a4
cdkmonitoringconstructs/jsii/jsii.go
@@ -17,7 +17,7 @@ import (
17
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
18
)
19
20
-//go:embed cdk-monitoring-constructs-1.19.1.tgz
+//go:embed cdk-monitoring-constructs-0.0.0.tgz
21
var tarball []byte
22
23
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -32,5 +32,5 @@ func Initialize() {
32
constructs.Initialize()
33
34
// Load this library into the kernel
35
- _jsii_.Load("cdk-monitoring-constructs", "1.19.1", tarball)
+ _jsii_.Load("cdk-monitoring-constructs", "0.0.0", tarball)
36
}
cdkmonitoringconstructs/version
@@ -1 +1 @@
1
-1.19.1
+0.0.0
0 commit comments