@blotoutio/edgetag-sdk-js 0.26.4 → 0.26.6

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.
@@ -334,7 +334,7 @@ const getStandardPayload = (payload) => {
334
334
  referrer: getReferrer(),
335
335
  search: getSearch(),
336
336
  locale: getLocale(),
337
- sdkVersion: "0.26.4" ,
337
+ sdkVersion: "0.26.6" ,
338
338
  ...(payload || {}),
339
339
  };
340
340
  let storage = {};
@@ -332,7 +332,7 @@ const getStandardPayload = (payload) => {
332
332
  referrer: getReferrer(),
333
333
  search: getSearch(),
334
334
  locale: getLocale(),
335
- sdkVersion: "0.26.4" ,
335
+ sdkVersion: "0.26.6" ,
336
336
  ...(payload || {}),
337
337
  };
338
338
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "0.26.4",
3
+ "version": "0.26.6",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",
@@ -8,15 +8,16 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "main": "./index.cjs",
11
+ "main": "./index.cjs.js",
12
+ "module": "./index.mjs",
12
13
  "repository": {
13
14
  "type": "git",
14
15
  "url": "git+https://github.com/blotoutio/edgetag-sdk.git"
15
16
  },
16
17
  "files": [
17
- "index.cjs",
18
+ "index.cjs.js",
18
19
  "index.d.ts",
19
- "index.esm.js",
20
+ "index.mjs",
20
21
  "internal.d.ts",
21
22
  "package.json",
22
23
  "README.md"