@ninetailed/experience.js-plugin-google-tagmanager 2.0.0-beta.39 → 2.0.0-beta.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-plugin-google-tagmanager",
3
- "version": "2.0.0-beta.39",
3
+ "version": "2.0.0-beta.40",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts"
package/src/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { NinetailedGoogleTagmanagerPlugin } from './plugin';
2
+ export { NinetailedGoogleTagmanagerPlugin as default } from './plugin';
package/src/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NinetailedGoogleTagmanagerPlugin = void 0;
3
+ exports.default = exports.NinetailedGoogleTagmanagerPlugin = void 0;
4
4
  var plugin_1 = require("./plugin");
5
5
  Object.defineProperty(exports, "NinetailedGoogleTagmanagerPlugin", { enumerable: true, get: function () { return plugin_1.NinetailedGoogleTagmanagerPlugin; } });
6
+ var plugin_2 = require("./plugin");
7
+ Object.defineProperty(exports, "default", { enumerable: true, get: function () { return plugin_2.NinetailedGoogleTagmanagerPlugin; } });
6
8
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/google-tagmanager/src/index.ts"],"names":[],"mappings":";;;AAAA,mCAA4D;AAAnD,0HAAA,gCAAgC,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/google-tagmanager/src/index.ts"],"names":[],"mappings":";;;AAAA,mCAA4D;AAAnD,0HAAA,gCAAgC,OAAA;AACzC,mCAAuE;AAA9D,iGAAA,gCAAgC,OAAW"}