zmp-cli 3.8.0 → 3.8.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.
package/assets/index.js CHANGED
File without changes
package/build/index.js CHANGED
File without changes
package/config/index.js CHANGED
File without changes
package/create/index.js CHANGED
File without changes
package/deploy/index.js CHANGED
File without changes
package/login/index.js CHANGED
File without changes
package/migrate/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmp-cli",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "ZMP command line utility (CLI)",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -103,4 +103,4 @@
103
103
  "eslint-plugin-promise": "^4.2.1",
104
104
  "eslint-plugin-standard": "^5.0.0"
105
105
  }
106
- }
106
+ }
@@ -277,6 +277,7 @@
277
277
  iframe.src = `${window.location.protocol}//${window.location.hostname}:${
278
278
  window.location.port - 1
279
279
  }`;
280
+ iframe.allow = 'geolocation; microphone; camera; midi; encrypted-media;';
280
281
  document.body.firstElementChild.appendChild(iframe);
281
282
  </script>
282
283
  </html>
package/start/index.js CHANGED
File without changes