Skip to content

Commit 330b6eb

Browse files
committed
Adding playground
1 parent 13e9a26 commit 330b6eb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

entrypoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function projectUpdate(projectOriginInfo, projectInfo) {
163163
Project: {},
164164
Environment: {
165165
Active: projectInfo.ENV_Name,
166-
Config: projectOriginInfo.Environment.Config || {}
166+
Config: (projectOriginInfo.Environment || { Config: {}}).Config || {}
167167
}
168168
}
169169
projectResult.Environment.Config[projectInfo.ENV_Name] = {}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplify-graphql",
3-
"version": "0.1.27",
3+
"version": "0.1.28",
44
"description": "Simplify graphql-serverless architecture model (GSAM)",
55
"main": "entrypoint.js",
66
"bin": {
@@ -34,7 +34,8 @@
3434
"hogan.js": "^3.0.2",
3535
"mkdirp": "^1.0.4",
3636
"readline-sync": "^1.4.10",
37-
"simplify-templates": ">=0.1.32",
38-
"uuid": "^8.1.0"
37+
"simplify-templates": "^0.1.33",
38+
"uuid": "^8.1.0",
39+
"dotenv": "8.2.0"
3940
}
4041
}

0 commit comments

Comments
 (0)