Skip to content

Commit 69ead19

Browse files
FredLL-AvaigaFred Lefévère-Laoide
andauthored
#40 with datanodes (#45)
Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
1 parent e31d383 commit 69ead19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Taipy Studio Configuration Builder",
44
"description": "Visual Studio Code extension for Taipy: Configuration Builder",
55
"publisher": "Taipy",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"homepage": "https://github.com/Avaiga/taipy-studio-config.git",
88
"repository": {
99
"type": "git",
@@ -141,7 +141,7 @@
141141
{
142142
"id": "taipy-config-datanodes",
143143
"name": "%taipy.config.views.taipy-config-panel.taipy-config-datanodes%",
144-
"when": "taipy.config.numberOfConfigFiles>0"
144+
"when": "taipy.config.numberOfConfigFiles > 0"
145145
},
146146
{
147147
"id": "taipy-config-tasks",

webviews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "taipy-studio-webviews",
33
"description": "Components for Visual Studio Code extension for Taipy",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"scripts": {
66
"build": "webpack --mode development",
77
"prod": "webpack --mode production",

0 commit comments

Comments
 (0)