@mattisvensson/strapi-plugin-webatlas 0.2.0 → 0.2.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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "0.2.1",
3
3
  "keywords": [],
4
4
  "type": "commonjs",
5
5
  "exports": {
@@ -1,33 +0,0 @@
1
- var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
2
- function getDefaultExportFromCjs(x) {
3
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
4
- }
5
- function getAugmentedNamespace(n) {
6
- if (n.__esModule) return n;
7
- var f = n.default;
8
- if (typeof f == "function") {
9
- var a = function a2() {
10
- if (this instanceof a2) {
11
- return Reflect.construct(f, arguments, this.constructor);
12
- }
13
- return f.apply(this, arguments);
14
- };
15
- a.prototype = f.prototype;
16
- } else a = {};
17
- Object.defineProperty(a, "__esModule", { value: true });
18
- Object.keys(n).forEach(function(k) {
19
- var d = Object.getOwnPropertyDescriptor(n, k);
20
- Object.defineProperty(a, k, d.get ? d : {
21
- enumerable: true,
22
- get: function() {
23
- return n[k];
24
- }
25
- });
26
- });
27
- return a;
28
- }
29
- export {
30
- getDefaultExportFromCjs as a,
31
- commonjsGlobal as c,
32
- getAugmentedNamespace as g
33
- };
@@ -1,32 +0,0 @@
1
- "use strict";
2
- var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
3
- function getDefaultExportFromCjs(x) {
4
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
5
- }
6
- function getAugmentedNamespace(n) {
7
- if (n.__esModule) return n;
8
- var f = n.default;
9
- if (typeof f == "function") {
10
- var a = function a2() {
11
- if (this instanceof a2) {
12
- return Reflect.construct(f, arguments, this.constructor);
13
- }
14
- return f.apply(this, arguments);
15
- };
16
- a.prototype = f.prototype;
17
- } else a = {};
18
- Object.defineProperty(a, "__esModule", { value: true });
19
- Object.keys(n).forEach(function(k) {
20
- var d = Object.getOwnPropertyDescriptor(n, k);
21
- Object.defineProperty(a, k, d.get ? d : {
22
- enumerable: true,
23
- get: function() {
24
- return n[k];
25
- }
26
- });
27
- });
28
- return a;
29
- }
30
- exports.commonjsGlobal = commonjsGlobal;
31
- exports.getAugmentedNamespace = getAugmentedNamespace;
32
- exports.getDefaultExportFromCjs = getDefaultExportFromCjs;