@remix_labs/machine-starter 2.1982.0-dev → 2.1983.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix_labs/machine-starter",
3
- "version": "2.1982.0-dev",
3
+ "version": "2.1983.0",
4
4
  "description": "start the groove",
5
5
  "main": "node.js",
6
6
  "browser": "index.js",
@@ -11,8 +11,8 @@
11
11
  "author": "Remixlabs staff",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@remix_labs/hub-client": "2.1982.0-dev",
15
- "nanoid": "^5.0.2",
14
+ "@remix_labs/hub-client": "2.1983.0",
15
+ "nanoid": "^3.1.12",
16
16
  "web-worker": "^1.2.0"
17
17
  },
18
18
  "repository": "https://github.com/remixlabs/groovebox.git"
package/package_pub.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
14
  "@remix_labs/hub-client": "_FULLVERSION_",
15
- "nanoid": "^5.0.2",
15
+ "nanoid": "^3.1.12",
16
16
  "web-worker": "^1.2.0"
17
17
  },
18
18
  "repository": "https://github.com/remixlabs/groovebox.git"
package/start.js CHANGED
@@ -45,8 +45,7 @@ w.configure({wsURL: mqttURL, user:mqttUser, token:mqttToken}).then(resp => {
45
45
  user: mqttUser,
46
46
  token: mqttToken,
47
47
  noOutputViaMQTT: noOutputViaMQTT,
48
- machType: variant,
49
- localFFIs: {},
48
+ machType: variant
50
49
  });
51
50
  break
52
51
  default: