gamelet-cli 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "browser-sync": "^3.0.2",
19
19
  "concurrently": "^8.2.2",
20
- "prettier": "^2.6.2",
20
+ "prettier": "^2.8.8",
21
21
  "typescript": "^5.4.5"
22
22
  }
23
23
  }
@@ -18,7 +18,7 @@
18
18
  "jsxFactory": "React.createElement",
19
19
  "outFile": "./output/build.js",
20
20
  "lib": [
21
- "es2016",
21
+ "es2017",
22
22
  "dom"
23
23
  ],
24
24
  "baseUrl": ".",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gamelet-cli",
3
3
  "description": "Download project from code.gamelet.com, edit/test in vscode and sync back to server.",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "url": "https://github.com/haskasu/gamelet-cli"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gamelet-cli",
3
3
  "description": "Download project from code.gamelet.com, edit/test in vscode and sync back to server.",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "url": "https://github.com/haskasu/gamelet-cli"