@liascript/devserver 1.1.2--0.12.1 → 1.1.2--0.12.2

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.
package/README.md CHANGED
@@ -79,7 +79,7 @@ for LiaScript.
79
79
 
80
80
  ```text
81
81
  DevServer: 1.1.2
82
- LiaScript: 0.12.1
82
+ LiaScript: 0.12.2
83
83
  ```
84
84
 
85
85
  ### `--input`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liascript/devserver",
3
- "version": "1.1.2--0.12.1",
3
+ "version": "1.1.2--0.12.2",
4
4
  "description": "Run a development server for LiaScript locally",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "author": "André Dietrich",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@liascript/editor": "^1.1.0--0.12.1",
35
+ "@liascript/editor": "^1.1.0--0.12.2",
36
36
  "body-parser": "^1.20.0",
37
37
  "cors": "^2.8.5",
38
38
  "dotenv": "^5.0.1",
package/views/main.hbs CHANGED
@@ -7,7 +7,7 @@
7
7
  | |___| | (_| |___) | (__| | | | |_) | |_
8
8
  |_____|_|\__,_|____/ \___|_| |_| .__/ \__|
9
9
  |_|
10
- [ DevServer: 1.1.2--0.12.1 ]
10
+ [ DevServer: 1.1.2--0.12.2 ]
11
11
  </pre>
12
12
  </code>
13
13
  </h4>