@artisan-commerce/analytics-capacitor 0.1.0-canary.40 → 0.1.0-canary.43
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
|
@@ -55,7 +55,7 @@ State$1._instance = null;
|
|
|
55
55
|
|
|
56
56
|
var name = "@artisan-commerce/analytics-capacitor";
|
|
57
57
|
var description = "Artisn commerce analytics capacitor library";
|
|
58
|
-
var version = "0.1.0-canary.
|
|
58
|
+
var version = "0.1.0-canary.42";
|
|
59
59
|
var type = "module";
|
|
60
60
|
var main = "./dist/bundle.cjs";
|
|
61
61
|
var module$1 = "./dist/bundle.mjs";
|
|
@@ -89,10 +89,10 @@ var dependencies = {
|
|
|
89
89
|
"snake-case": "^3.0.4"
|
|
90
90
|
};
|
|
91
91
|
var devDependencies = {
|
|
92
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
93
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
94
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
95
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
92
|
+
"@artisan-commerce/products": "0.9.0-canary.69",
|
|
93
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
94
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
95
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
96
96
|
"@capacitor-firebase/analytics": "^1.3.0",
|
|
97
97
|
"@capacitor/core": "^4.0.0",
|
|
98
98
|
"facebook-analytics-capacitor": "^1.0.0"
|
|
@@ -109,17 +109,17 @@ var nx = {
|
|
|
109
109
|
targets: {
|
|
110
110
|
build: {
|
|
111
111
|
outputs: [
|
|
112
|
-
"
|
|
112
|
+
"{projectRoot}/dist"
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
115
|
compile: {
|
|
116
116
|
outputs: [
|
|
117
|
-
"
|
|
117
|
+
"{projectRoot}/dist"
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
120
|
"test:all": {
|
|
121
121
|
outputs: [
|
|
122
|
-
"
|
|
122
|
+
"{projectRoot}/coverage"
|
|
123
123
|
]
|
|
124
124
|
}
|
|
125
125
|
}
|
package/dist/bundle.mjs
CHANGED
|
@@ -53,7 +53,7 @@ State$1._instance = null;
|
|
|
53
53
|
|
|
54
54
|
var name = "@artisan-commerce/analytics-capacitor";
|
|
55
55
|
var description = "Artisn commerce analytics capacitor library";
|
|
56
|
-
var version = "0.1.0-canary.
|
|
56
|
+
var version = "0.1.0-canary.42";
|
|
57
57
|
var type = "module";
|
|
58
58
|
var main = "./dist/bundle.cjs";
|
|
59
59
|
var module = "./dist/bundle.mjs";
|
|
@@ -87,10 +87,10 @@ var dependencies = {
|
|
|
87
87
|
"snake-case": "^3.0.4"
|
|
88
88
|
};
|
|
89
89
|
var devDependencies = {
|
|
90
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
91
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
92
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
93
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
90
|
+
"@artisan-commerce/products": "0.9.0-canary.69",
|
|
91
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
92
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
93
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
94
94
|
"@capacitor-firebase/analytics": "^1.3.0",
|
|
95
95
|
"@capacitor/core": "^4.0.0",
|
|
96
96
|
"facebook-analytics-capacitor": "^1.0.0"
|
|
@@ -107,17 +107,17 @@ var nx = {
|
|
|
107
107
|
targets: {
|
|
108
108
|
build: {
|
|
109
109
|
outputs: [
|
|
110
|
-
"
|
|
110
|
+
"{projectRoot}/dist"
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
113
|
compile: {
|
|
114
114
|
outputs: [
|
|
115
|
-
"
|
|
115
|
+
"{projectRoot}/dist"
|
|
116
116
|
]
|
|
117
117
|
},
|
|
118
118
|
"test:all": {
|
|
119
119
|
outputs: [
|
|
120
|
-
"
|
|
120
|
+
"{projectRoot}/coverage"
|
|
121
121
|
]
|
|
122
122
|
}
|
|
123
123
|
}
|
package/dist/bundle.umd.js
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
var name = "@artisan-commerce/analytics-capacitor";
|
|
54
54
|
var description = "Artisn commerce analytics capacitor library";
|
|
55
|
-
var version = "0.1.0-canary.
|
|
55
|
+
var version = "0.1.0-canary.42";
|
|
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.69",
|
|
90
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
91
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
92
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
93
93
|
"@capacitor-firebase/analytics": "^1.3.0",
|
|
94
94
|
"@capacitor/core": "^4.0.0",
|
|
95
95
|
"facebook-analytics-capacitor": "^1.0.0"
|
|
@@ -106,17 +106,17 @@
|
|
|
106
106
|
targets: {
|
|
107
107
|
build: {
|
|
108
108
|
outputs: [
|
|
109
|
-
"
|
|
109
|
+
"{projectRoot}/dist"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
compile: {
|
|
113
113
|
outputs: [
|
|
114
|
-
"
|
|
114
|
+
"{projectRoot}/dist"
|
|
115
115
|
]
|
|
116
116
|
},
|
|
117
117
|
"test:all": {
|
|
118
118
|
outputs: [
|
|
119
|
-
"
|
|
119
|
+
"{projectRoot}/coverage"
|
|
120
120
|
]
|
|
121
121
|
}
|
|
122
122
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-capacitor",
|
|
3
3
|
"description": "Artisn commerce analytics capacitor library",
|
|
4
|
-
"version": "0.1.0-canary.
|
|
4
|
+
"version": "0.1.0-canary.43",
|
|
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.103",
|
|
40
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
41
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
42
42
|
"@capacitor-firebase/analytics": "^1.3.0",
|
|
43
43
|
"@capacitor/core": "^4.0.0",
|
|
44
44
|
"facebook-analytics-capacitor": "^1.0.0"
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"targets": {
|
|
56
56
|
"build": {
|
|
57
57
|
"outputs": [
|
|
58
|
-
"
|
|
58
|
+
"{projectRoot}/dist"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"compile": {
|
|
62
62
|
"outputs": [
|
|
63
|
-
"
|
|
63
|
+
"{projectRoot}/dist"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"test:all": {
|
|
67
67
|
"outputs": [
|
|
68
|
-
"
|
|
68
|
+
"{projectRoot}/coverage"
|
|
69
69
|
]
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "5db13051960cf3ee2962db7939185dae659ff151"
|
|
74
74
|
}
|