@cobaltio/cobalt-js 8.0.1 → 8.0.2

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