@artisan-commerce/analytics-web 0.2.0-canary.35 → 0.2.0-canary.37
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/CHANGELOG.md +16 -0
- package/dist/bundle.cjs.js +4 -17
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +4 -17
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js +4 -17
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +6 -19
package/dist/bundle.umd.js
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
var name = "@artisan-commerce/analytics-web";
|
|
43
43
|
var description = "Artisn commerce analytics web library";
|
|
44
|
-
var version = "0.2.0-canary.
|
|
44
|
+
var version = "0.2.0-canary.36";
|
|
45
45
|
var main = "./dist/bundle.cjs.js";
|
|
46
46
|
var module = "./dist/bundle.esm.js";
|
|
47
47
|
var types = "./dist/bundle.d.ts";
|
|
@@ -82,21 +82,14 @@
|
|
|
82
82
|
"snake-case": "^3.0.4"
|
|
83
83
|
};
|
|
84
84
|
var devDependencies = {
|
|
85
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
86
|
-
"@artisan-commerce/shopping-cart": "0.12.0-canary.
|
|
87
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
85
|
+
"@artisan-commerce/products": "0.9.0-canary.25",
|
|
86
|
+
"@artisan-commerce/shopping-cart": "0.12.0-canary.34",
|
|
87
|
+
"@artisan-commerce/types": "0.14.0-canary.20",
|
|
88
88
|
"@babel/core": "^7.10.5",
|
|
89
89
|
"@babel/preset-env": "^7.10.4",
|
|
90
90
|
"@babel/preset-react": "^7.10.4",
|
|
91
|
-
"@types/faker": "^4.1.12",
|
|
92
|
-
"@types/jest": "^26.0.5",
|
|
93
|
-
"@types/jest-in-case": "^1.0.2",
|
|
94
|
-
"@types/node": "^14.0.24",
|
|
95
91
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
|
96
92
|
"@typescript-eslint/parser": "^4.15.2",
|
|
97
|
-
avn: "^0.2.4",
|
|
98
|
-
"avn-nvm": "^0.2.2",
|
|
99
|
-
"env-cmd": "^10.1.0",
|
|
100
93
|
eslint: "^7.5.0",
|
|
101
94
|
"eslint-config-prettier": "^6.11.0",
|
|
102
95
|
"eslint-config-react-app": "^5.2.1",
|
|
@@ -108,16 +101,10 @@
|
|
|
108
101
|
"eslint-plugin-react": "^7.20.3",
|
|
109
102
|
"eslint-plugin-react-hooks": "^4.0.8",
|
|
110
103
|
"is-ci-cli": "^2.1.2",
|
|
111
|
-
"jest-axe": "^3.5.0",
|
|
112
|
-
"jest-extended": "^0.11.5",
|
|
113
|
-
"jest-in-case": "^1.0.2",
|
|
114
|
-
"jest-styled-components": "^7.0.2",
|
|
115
|
-
nodemon: "^2.0.4",
|
|
116
104
|
"npm-run-all": "^4.1.5",
|
|
117
105
|
prettier: "^2.0.5",
|
|
118
106
|
"start-server-and-test": "^1.11.2",
|
|
119
107
|
"test-data-bot": "^0.8.0",
|
|
120
|
-
"ts-jest": "^26.1.4",
|
|
121
108
|
"ts-loader": "^8.0.2"
|
|
122
109
|
};
|
|
123
110
|
var peerDependencies = {
|