@cobaltio/cobalt-js 8.0.0 → 8.0.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/cobalt.js CHANGED
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  /**
3
2
  * Cobalt Frontend SDK
4
3
  */
@@ -11,8 +10,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
10
  step((generator = generator.apply(thisArg, _arguments || [])).next());
12
11
  });
13
12
  };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.Cobalt = void 0;
16
13
  class Cobalt {
17
14
  /**
18
15
  * Cobalt Frontend SDK
@@ -271,4 +268,4 @@ class Cobalt {
271
268
  });
272
269
  }
273
270
  }
274
- exports.Cobalt = Cobalt;
271
+ export { Cobalt };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobaltio/cobalt-js",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Cobalt frontend SDK",
5
5
  "main": "./cobalt.js",
6
6
  "typings": "./cobalt.d.ts",
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compilerOptions": {
3
3
  "target": "ES6",
4
- "module": "commonjs",
4
+ "module": "ES6",
5
5
  "declaration": true,
6
6
  "newLine": "lf",
7
7
  "esModuleInterop": true,