@artisan-commerce/analytics-rn 0.3.0-canary.110 → 0.3.0-canary.113
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 +11 -11
- package/dist/bundle.mjs +11 -11
- package/package.json +11 -11
package/dist/bundle.cjs
CHANGED
|
@@ -55,7 +55,7 @@ State$1._instance = null;
|
|
|
55
55
|
|
|
56
56
|
var name = "@artisan-commerce/analytics-rn";
|
|
57
57
|
var description = "Artisn commerce analytics react native library";
|
|
58
|
-
var version = "0.3.0-canary.
|
|
58
|
+
var version = "0.3.0-canary.113";
|
|
59
59
|
var type = "module";
|
|
60
60
|
var main = "./dist/bundle.cjs";
|
|
61
61
|
var module$1 = "./dist/bundle.mjs";
|
|
@@ -78,8 +78,8 @@ var scripts = {
|
|
|
78
78
|
lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
|
|
79
79
|
"lint:staged": "yarn lint --max-warnings=0",
|
|
80
80
|
prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
81
|
-
format: "yarn prettier --
|
|
82
|
-
"check-format": "yarn prettier --
|
|
81
|
+
format: "yarn prettier --write",
|
|
82
|
+
"check-format": "yarn prettier --list-different",
|
|
83
83
|
validate: "cross-env CI=true npm-run-all --parallel test:ci check-types check-format lint build",
|
|
84
84
|
"validate:ci": "npm-run-all --parallel check-types check-format lint",
|
|
85
85
|
prepare: "yarn build"
|
|
@@ -90,10 +90,10 @@ var dependencies = {
|
|
|
90
90
|
"snake-case": "^3.0.4"
|
|
91
91
|
};
|
|
92
92
|
var devDependencies = {
|
|
93
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
94
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
95
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
96
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
93
|
+
"@artisan-commerce/products": "0.9.0-canary.69",
|
|
94
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
95
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
96
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
97
97
|
"@babel/core": "^7.13.15",
|
|
98
98
|
"@babel/preset-env": "^7.10.4",
|
|
99
99
|
"@babel/preset-react": "^7.10.4",
|
|
@@ -123,22 +123,22 @@ var nx = {
|
|
|
123
123
|
targets: {
|
|
124
124
|
build: {
|
|
125
125
|
outputs: [
|
|
126
|
-
"
|
|
126
|
+
"{projectRoot}/dist"
|
|
127
127
|
]
|
|
128
128
|
},
|
|
129
129
|
compile: {
|
|
130
130
|
outputs: [
|
|
131
|
-
"
|
|
131
|
+
"{projectRoot}/dist"
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
134
|
"test:all": {
|
|
135
135
|
outputs: [
|
|
136
|
-
"
|
|
136
|
+
"{projectRoot}/coverage"
|
|
137
137
|
]
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
|
-
var gitHead = "
|
|
141
|
+
var gitHead = "64b4dc8288caebd32a40cf59d1a31e190f0cdc5b";
|
|
142
142
|
var packageJSON = {
|
|
143
143
|
name: name,
|
|
144
144
|
description: description,
|
package/dist/bundle.mjs
CHANGED
|
@@ -53,7 +53,7 @@ State$1._instance = null;
|
|
|
53
53
|
|
|
54
54
|
var name = "@artisan-commerce/analytics-rn";
|
|
55
55
|
var description = "Artisn commerce analytics react native library";
|
|
56
|
-
var version = "0.3.0-canary.
|
|
56
|
+
var version = "0.3.0-canary.113";
|
|
57
57
|
var type = "module";
|
|
58
58
|
var main = "./dist/bundle.cjs";
|
|
59
59
|
var module = "./dist/bundle.mjs";
|
|
@@ -76,8 +76,8 @@ var scripts = {
|
|
|
76
76
|
lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
|
|
77
77
|
"lint:staged": "yarn lint --max-warnings=0",
|
|
78
78
|
prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
79
|
-
format: "yarn prettier --
|
|
80
|
-
"check-format": "yarn prettier --
|
|
79
|
+
format: "yarn prettier --write",
|
|
80
|
+
"check-format": "yarn prettier --list-different",
|
|
81
81
|
validate: "cross-env CI=true npm-run-all --parallel test:ci check-types check-format lint build",
|
|
82
82
|
"validate:ci": "npm-run-all --parallel check-types check-format lint",
|
|
83
83
|
prepare: "yarn build"
|
|
@@ -88,10 +88,10 @@ var dependencies = {
|
|
|
88
88
|
"snake-case": "^3.0.4"
|
|
89
89
|
};
|
|
90
90
|
var devDependencies = {
|
|
91
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
92
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
93
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
94
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
91
|
+
"@artisan-commerce/products": "0.9.0-canary.69",
|
|
92
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
93
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
94
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
95
95
|
"@babel/core": "^7.13.15",
|
|
96
96
|
"@babel/preset-env": "^7.10.4",
|
|
97
97
|
"@babel/preset-react": "^7.10.4",
|
|
@@ -121,22 +121,22 @@ var nx = {
|
|
|
121
121
|
targets: {
|
|
122
122
|
build: {
|
|
123
123
|
outputs: [
|
|
124
|
-
"
|
|
124
|
+
"{projectRoot}/dist"
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
compile: {
|
|
128
128
|
outputs: [
|
|
129
|
-
"
|
|
129
|
+
"{projectRoot}/dist"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
132
|
"test:all": {
|
|
133
133
|
outputs: [
|
|
134
|
-
"
|
|
134
|
+
"{projectRoot}/coverage"
|
|
135
135
|
]
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
};
|
|
139
|
-
var gitHead = "
|
|
139
|
+
var gitHead = "64b4dc8288caebd32a40cf59d1a31e190f0cdc5b";
|
|
140
140
|
var packageJSON = {
|
|
141
141
|
name: name,
|
|
142
142
|
description: description,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-rn",
|
|
3
3
|
"description": "Artisn commerce analytics react native library",
|
|
4
|
-
"version": "0.3.0-canary.
|
|
4
|
+
"version": "0.3.0-canary.113",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/bundle.cjs",
|
|
7
7
|
"module": "./dist/bundle.mjs",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"lint": "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
|
|
25
25
|
"lint:staged": "yarn lint --max-warnings=0",
|
|
26
26
|
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
27
|
-
"format": "yarn prettier --
|
|
28
|
-
"check-format": "yarn prettier --
|
|
27
|
+
"format": "yarn prettier --write",
|
|
28
|
+
"check-format": "yarn prettier --list-different",
|
|
29
29
|
"validate": "cross-env CI=true npm-run-all --parallel test:ci check-types check-format lint build",
|
|
30
30
|
"validate:ci": "npm-run-all --parallel check-types check-format lint",
|
|
31
31
|
"prepare": "yarn build"
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"snake-case": "^3.0.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
40
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
41
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
42
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
39
|
+
"@artisan-commerce/products": "0.9.0-canary.69",
|
|
40
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.102",
|
|
41
|
+
"@artisan-commerce/state": "0.3.0-canary.18",
|
|
42
|
+
"@artisan-commerce/types": "0.14.0-canary.46",
|
|
43
43
|
"@babel/core": "^7.13.15",
|
|
44
44
|
"@babel/preset-env": "^7.10.4",
|
|
45
45
|
"@babel/preset-react": "^7.10.4",
|
|
@@ -69,20 +69,20 @@
|
|
|
69
69
|
"targets": {
|
|
70
70
|
"build": {
|
|
71
71
|
"outputs": [
|
|
72
|
-
"
|
|
72
|
+
"{projectRoot}/dist"
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
75
|
"compile": {
|
|
76
76
|
"outputs": [
|
|
77
|
-
"
|
|
77
|
+
"{projectRoot}/dist"
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
80
|
"test:all": {
|
|
81
81
|
"outputs": [
|
|
82
|
-
"
|
|
82
|
+
"{projectRoot}/coverage"
|
|
83
83
|
]
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "64b4dc8288caebd32a40cf59d1a31e190f0cdc5b"
|
|
88
88
|
}
|