@operato/scene-mqtt 9.0.0-beta.1 → 9.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { default as Mqtt } from './mqtt';
1
+ export { default as Mqtt } from './mqtt.js';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
2
  * Copyright © HatioLab Inc. All rights reserved.
3
3
  */
4
- export { default as Mqtt } from './mqtt';
4
+ export { default as Mqtt } from './mqtt.js';
5
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAA","sourcesContent":["/*\n * Copyright © HatioLab Inc. All rights reserved.\n */\nexport { default as Mqtt } from './mqtt'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAA","sourcesContent":["/*\n * Copyright © HatioLab Inc. All rights reserved.\n */\nexport { default as Mqtt } from './mqtt.js'\n"]}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-mqtt",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.2",
4
+ "type": "module",
4
5
  "description": "MQTT integration component for things-scene",
5
6
  "license": "MIT",
6
7
  "things-scene": true,
@@ -58,5 +59,5 @@
58
59
  "prettier --write"
59
60
  ]
60
61
  },
61
- "gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
62
+ "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
62
63
  }