@artisan-commerce/analytics-web 0.2.0-canary.104 → 0.2.0-canary.106
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/dist/{bundle.cjs.js → bundle.cjs} +12 -12
- package/dist/bundle.cjs.map +1 -0
- package/dist/bundle.d.ts +90 -90
- package/dist/{bundle.esm.js → bundle.mjs} +12 -10
- package/dist/bundle.mjs.map +1 -0
- package/dist/bundle.umd.js +11 -11
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +11 -10
- package/dist/bundle.cjs.js.map +0 -1
- package/dist/bundle.esm.js.map +0 -1
package/dist/bundle.umd.js
CHANGED
|
@@ -52,9 +52,10 @@
|
|
|
52
52
|
|
|
53
53
|
var name = "@artisan-commerce/analytics-web";
|
|
54
54
|
var description = "Artisn commerce analytics web library";
|
|
55
|
-
var version = "0.2.0-canary.
|
|
56
|
-
var
|
|
57
|
-
var
|
|
55
|
+
var version = "0.2.0-canary.105";
|
|
56
|
+
var type = "module";
|
|
57
|
+
var main = "./dist/bundle.cjs";
|
|
58
|
+
var module = "./dist/bundle.mjs";
|
|
58
59
|
var types = "./dist/bundle.d.ts";
|
|
59
60
|
var files = [
|
|
60
61
|
"dist"
|
|
@@ -69,9 +70,9 @@
|
|
|
69
70
|
test: "jest --watchAll --runInBand",
|
|
70
71
|
"test:all": "yarn test --watchAll=false --coverage",
|
|
71
72
|
"test:ci": "cross-env CI=true jest --runInBand",
|
|
72
|
-
"test:staged": "yarn test:ci
|
|
73
|
+
"test:staged": "yarn test:ci",
|
|
73
74
|
"check-types": "tsc --noEmit",
|
|
74
|
-
lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.
|
|
75
|
+
lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
|
|
75
76
|
"lint:staged": "yarn lint --max-warnings=0",
|
|
76
77
|
prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
77
78
|
format: "yarn prettier --write",
|
|
@@ -85,10 +86,10 @@
|
|
|
85
86
|
"snake-case": "^3.0.4"
|
|
86
87
|
};
|
|
87
88
|
var devDependencies = {
|
|
88
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
89
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
90
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
91
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
89
|
+
"@artisan-commerce/products": "0.9.0-canary.66",
|
|
90
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.99",
|
|
91
|
+
"@artisan-commerce/state": "0.3.0-canary.15",
|
|
92
|
+
"@artisan-commerce/types": "0.14.0-canary.43"
|
|
92
93
|
};
|
|
93
94
|
var peerDependencies = {
|
|
94
95
|
"@artisan-commerce/products": "*",
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
name: name,
|
|
119
120
|
description: description,
|
|
120
121
|
version: version,
|
|
122
|
+
type: type,
|
|
121
123
|
main: main,
|
|
122
124
|
module: module,
|
|
123
125
|
types: types,
|
|
@@ -13994,7 +13996,5 @@ ${key}: ${value}`;
|
|
|
13994
13996
|
exports.initAnalytics = initAnalytics;
|
|
13995
13997
|
exports.updateActiveVendor = updateActiveVendor;
|
|
13996
13998
|
|
|
13997
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
13998
|
-
|
|
13999
13999
|
}));
|
|
14000
14000
|
//# sourceMappingURL=bundle.umd.js.map
|