File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import logging
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
44
55logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change 1717
1818EXECUTABLE = "cfn"
1919SUPPORT_LIB_NAME = "cfn-rpdk"
20+ SUPPORT_LIB_VERSION = "0.1.1"
2021MAIN_HANDLER_FUNCTION = "TypeFunction"
2122REPO_URL = "https://github.com/eduardomourar/cloudformation-cli-typescript-plugin"
2223
@@ -32,7 +33,7 @@ class TypescriptLanguagePlugin(LanguagePlugin):
3233 ENTRY_POINT = "dist/handlers.entrypoint"
3334 TEST_ENTRY_POINT = "dist/handlers.testEntrypoint"
3435 CODE_URI = "./"
35- SUPPORT_LIB_URI = f"{ REPO_URL } /releases/download/v0.1.0 /cfn-rpdk-0.1.0 .tgz"
36+ SUPPORT_LIB_URI = f"{ REPO_URL } /releases/download/v { SUPPORT_LIB_VERSION } /cfn-rpdk-{ SUPPORT_LIB_VERSION } .tgz"
3637
3738 def __init__ (self ):
3839 self .env = self ._setup_jinja_env (
You can’t perform that action at this time.
0 commit comments