@artisan-commerce/analytics-web 0.2.0-canary.106 → 0.2.0-canary.108
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 +8 -8
- package/dist/bundle.mjs +8 -8
- package/dist/bundle.umd.js +8 -8
- package/package.json +9 -9
package/dist/bundle.cjs
CHANGED
|
@@ -52,7 +52,7 @@ State$1._instance = null;
|
|
|
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.
|
|
55
|
+
var version = "0.2.0-canary.107";
|
|
56
56
|
var type = "module";
|
|
57
57
|
var main = "./dist/bundle.cjs";
|
|
58
58
|
var module$1 = "./dist/bundle.mjs";
|
|
@@ -86,10 +86,10 @@ var dependencies = {
|
|
|
86
86
|
"snake-case": "^3.0.4"
|
|
87
87
|
};
|
|
88
88
|
var devDependencies = {
|
|
89
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
90
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
91
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
92
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
89
|
+
"@artisan-commerce/products": "0.9.0-canary.68",
|
|
90
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.101",
|
|
91
|
+
"@artisan-commerce/state": "0.3.0-canary.17",
|
|
92
|
+
"@artisan-commerce/types": "0.14.0-canary.45"
|
|
93
93
|
};
|
|
94
94
|
var peerDependencies = {
|
|
95
95
|
"@artisan-commerce/products": "*",
|
|
@@ -100,17 +100,17 @@ var nx = {
|
|
|
100
100
|
targets: {
|
|
101
101
|
build: {
|
|
102
102
|
outputs: [
|
|
103
|
-
"
|
|
103
|
+
"{projectRoot}/dist"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
compile: {
|
|
107
107
|
outputs: [
|
|
108
|
-
"
|
|
108
|
+
"{projectRoot}/dist"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"test:all": {
|
|
112
112
|
outputs: [
|
|
113
|
-
"
|
|
113
|
+
"{projectRoot}/coverage"
|
|
114
114
|
]
|
|
115
115
|
}
|
|
116
116
|
}
|
package/dist/bundle.mjs
CHANGED
|
@@ -50,7 +50,7 @@ State$1._instance = null;
|
|
|
50
50
|
|
|
51
51
|
var name = "@artisan-commerce/analytics-web";
|
|
52
52
|
var description = "Artisn commerce analytics web library";
|
|
53
|
-
var version = "0.2.0-canary.
|
|
53
|
+
var version = "0.2.0-canary.107";
|
|
54
54
|
var type = "module";
|
|
55
55
|
var main = "./dist/bundle.cjs";
|
|
56
56
|
var module = "./dist/bundle.mjs";
|
|
@@ -84,10 +84,10 @@ var dependencies = {
|
|
|
84
84
|
"snake-case": "^3.0.4"
|
|
85
85
|
};
|
|
86
86
|
var devDependencies = {
|
|
87
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
88
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
89
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
90
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
87
|
+
"@artisan-commerce/products": "0.9.0-canary.68",
|
|
88
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.101",
|
|
89
|
+
"@artisan-commerce/state": "0.3.0-canary.17",
|
|
90
|
+
"@artisan-commerce/types": "0.14.0-canary.45"
|
|
91
91
|
};
|
|
92
92
|
var peerDependencies = {
|
|
93
93
|
"@artisan-commerce/products": "*",
|
|
@@ -98,17 +98,17 @@ var nx = {
|
|
|
98
98
|
targets: {
|
|
99
99
|
build: {
|
|
100
100
|
outputs: [
|
|
101
|
-
"
|
|
101
|
+
"{projectRoot}/dist"
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
compile: {
|
|
105
105
|
outputs: [
|
|
106
|
-
"
|
|
106
|
+
"{projectRoot}/dist"
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"test:all": {
|
|
110
110
|
outputs: [
|
|
111
|
-
"
|
|
111
|
+
"{projectRoot}/coverage"
|
|
112
112
|
]
|
|
113
113
|
}
|
|
114
114
|
}
|
package/dist/bundle.umd.js
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
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.
|
|
55
|
+
var version = "0.2.0-canary.107";
|
|
56
56
|
var type = "module";
|
|
57
57
|
var main = "./dist/bundle.cjs";
|
|
58
58
|
var module = "./dist/bundle.mjs";
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"snake-case": "^3.0.4"
|
|
87
87
|
};
|
|
88
88
|
var devDependencies = {
|
|
89
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
90
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
91
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
92
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
89
|
+
"@artisan-commerce/products": "0.9.0-canary.68",
|
|
90
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.101",
|
|
91
|
+
"@artisan-commerce/state": "0.3.0-canary.17",
|
|
92
|
+
"@artisan-commerce/types": "0.14.0-canary.45"
|
|
93
93
|
};
|
|
94
94
|
var peerDependencies = {
|
|
95
95
|
"@artisan-commerce/products": "*",
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
targets: {
|
|
101
101
|
build: {
|
|
102
102
|
outputs: [
|
|
103
|
-
"
|
|
103
|
+
"{projectRoot}/dist"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
compile: {
|
|
107
107
|
outputs: [
|
|
108
|
-
"
|
|
108
|
+
"{projectRoot}/dist"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"test:all": {
|
|
112
112
|
outputs: [
|
|
113
|
-
"
|
|
113
|
+
"{projectRoot}/coverage"
|
|
114
114
|
]
|
|
115
115
|
}
|
|
116
116
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-web",
|
|
3
3
|
"description": "Artisn commerce analytics web library",
|
|
4
|
-
"version": "0.2.0-canary.
|
|
4
|
+
"version": "0.2.0-canary.108",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/bundle.cjs",
|
|
7
7
|
"module": "./dist/bundle.mjs",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"snake-case": "^3.0.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
39
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
40
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
41
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
38
|
+
"@artisan-commerce/products": "0.9.0-canary.69",
|
|
39
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
40
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
41
|
+
"@artisan-commerce/types": "0.14.0-canary.46"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@artisan-commerce/products": "*",
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
"targets": {
|
|
50
50
|
"build": {
|
|
51
51
|
"outputs": [
|
|
52
|
-
"
|
|
52
|
+
"{projectRoot}/dist"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
55
|
"compile": {
|
|
56
56
|
"outputs": [
|
|
57
|
-
"
|
|
57
|
+
"{projectRoot}/dist"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"test:all": {
|
|
61
61
|
"outputs": [
|
|
62
|
-
"
|
|
62
|
+
"{projectRoot}/coverage"
|
|
63
63
|
]
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "64b4dc8288caebd32a40cf59d1a31e190f0cdc5b"
|
|
68
68
|
}
|