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 1
1
import logging
2
2
3
- __version__ = "0.1.0 "
3
+ __version__ = "0.1.1 "
4
4
5
5
logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change 17
17
18
18
EXECUTABLE = "cfn"
19
19
SUPPORT_LIB_NAME = "cfn-rpdk"
20
+ SUPPORT_LIB_VERSION = "0.1.1"
20
21
MAIN_HANDLER_FUNCTION = "TypeFunction"
21
22
REPO_URL = "https://github.com/eduardomourar/cloudformation-cli-typescript-plugin"
22
23
@@ -32,7 +33,7 @@ class TypescriptLanguagePlugin(LanguagePlugin):
32
33
ENTRY_POINT = "dist/handlers.entrypoint"
33
34
TEST_ENTRY_POINT = "dist/handlers.testEntrypoint"
34
35
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"
36
37
37
38
def __init__ (self ):
38
39
self .env = self ._setup_jinja_env (
You can’t perform that action at this time.
0 commit comments