Skip to content

Commit 1d628ac

Browse files
committed
Release v1.9.0
New features since 1.8.0: - Support for mu auth scopes - Built-in sudo interface - Faster reloads and faster compilation - Code editor hints in dev mode through auto-population of local node_modules - Experimental support for debugger in some editors - Use of package-lock.json for your own sources (auto-generated during dev) - Much faster stopping and reloading - Support for cleaning up when your service stops - The mu package can now be imported without spinning up a server - Packages in package.json are auto-installed without requiring manual restart - Removal of non-standard PREFIXES from standard queries - ES6 Module support
1 parent 8c06032 commit 1d628ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mu-javascript-template",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Template for mu services written in JavaScript",
55
"type": "module",
66
"repository": {

scripts/dev-script/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
service=`basename "$SERVICE_HOST_DIR"`
44

55
echo " $service:"
6-
echo " # image: semtech/mu-javascript-template:1.8.0"
6+
echo " # image: semtech/mu-javascript-template:1.9.0"
77
echo " ports:"
88
echo ' - "8888:80"'
99
echo ' - "9229:9229"'

0 commit comments

Comments
 (0)