Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"runtimeVersion": "22.22.3-debian",
"shortDescription": "Fission NodeJS environment based on Express with some basic dependencies added",
"status": "Stable",
"version": "1.34"
"version": "1.35"
},
{
"builder": "node-builder-22",
Expand All @@ -45,7 +45,7 @@
"runtimeVersion": "22.22.3",
"shortDescription": "Fission NodeJS environment based on Express with some basic dependencies added",
"status": "Stable",
"version": "1.34"
"version": "1.35"
},
{
"builder": "node-builder",
Expand All @@ -69,7 +69,7 @@
"runtimeVersion": "22.22.3",
"shortDescription": "Fission NodeJS environment based on Express with some basic dependencies added",
"status": "Stable",
"version": "1.34"
"version": "1.35"
}
]
,
Expand Down
6 changes: 3 additions & 3 deletions nodejs/envconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"runtimeVersion": "22.22.3-debian",
"shortDescription": "Fission NodeJS environment based on Express with some basic dependencies added",
"status": "Stable",
"version": "1.34"
"version": "1.35"
},
{
"builder": "node-builder-22",
Expand All @@ -44,7 +44,7 @@
"runtimeVersion": "22.22.3",
"shortDescription": "Fission NodeJS environment based on Express with some basic dependencies added",
"status": "Stable",
"version": "1.34"
"version": "1.35"
},
{
"builder": "node-builder",
Expand All @@ -68,6 +68,6 @@
"runtimeVersion": "22.22.3",
"shortDescription": "Fission NodeJS environment based on Express with some basic dependencies added",
"status": "Stable",
"version": "1.34"
"version": "1.35"
}
]
Loading