@artisan-commerce/analytics-rn 0.3.0-canary.37 → 0.3.0-canary.38
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 +8 -0
- package/dist/bundle.cjs.js +7 -19
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +7 -19
- package/dist/bundle.esm.js.map +1 -1
- package/package.json +7 -19
package/dist/bundle.esm.js
CHANGED
|
@@ -40,7 +40,7 @@ const getState$1 = () => {
|
|
|
40
40
|
|
|
41
41
|
var name = "@artisan-commerce/analytics-rn";
|
|
42
42
|
var description = "Artisn commerce analytics react native library";
|
|
43
|
-
var version = "0.3.0-canary.
|
|
43
|
+
var version = "0.3.0-canary.38";
|
|
44
44
|
var main = "./dist/bundle.esm.js";
|
|
45
45
|
var module = "./dist/bundle.esm.js";
|
|
46
46
|
var types = "./dist/bundle.d.ts";
|
|
@@ -78,13 +78,13 @@ var scripts = {
|
|
|
78
78
|
var author = "Luis Eduardo Andrade";
|
|
79
79
|
var license = "MIT";
|
|
80
80
|
var dependencies = {
|
|
81
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
81
|
+
"@artisan-commerce/state": "0.3.0-canary.4",
|
|
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.26",
|
|
86
|
+
"@artisan-commerce/shopping-cart": "0.12.0-canary.35",
|
|
87
|
+
"@artisan-commerce/types": "0.14.0-canary.21",
|
|
88
88
|
"@babel/core": "^7.13.15",
|
|
89
89
|
"@babel/preset-env": "^7.10.4",
|
|
90
90
|
"@babel/preset-react": "^7.10.4",
|
|
@@ -92,16 +92,10 @@ var devDependencies = {
|
|
|
92
92
|
"@react-native-firebase/app": "^12.8.0",
|
|
93
93
|
"@segment/analytics-react-native": "^1.4.4",
|
|
94
94
|
"@types/faker": "^4.1.12",
|
|
95
|
-
"@types/jest": "^26.0.5",
|
|
96
|
-
"@types/jest-in-case": "^1.0.2",
|
|
97
|
-
"@types/node": "^14.0.24",
|
|
98
95
|
"@types/react-native": "0.63.2",
|
|
99
96
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
|
100
97
|
"@typescript-eslint/parser": "^4.15.2",
|
|
101
|
-
avn: "^0.2.4",
|
|
102
|
-
"avn-nvm": "^0.2.2",
|
|
103
98
|
"babel-preset-expo": "^8.3.0",
|
|
104
|
-
"env-cmd": "^10.1.0",
|
|
105
99
|
eslint: "^7.5.0",
|
|
106
100
|
"eslint-config-prettier": "^6.11.0",
|
|
107
101
|
"eslint-config-react-app": "^5.2.1",
|
|
@@ -113,20 +107,14 @@ var devDependencies = {
|
|
|
113
107
|
"eslint-plugin-react": "^7.20.3",
|
|
114
108
|
"eslint-plugin-react-hooks": "^4.0.8",
|
|
115
109
|
"is-ci-cli": "^2.1.2",
|
|
116
|
-
"jest-axe": "^3.5.0",
|
|
117
110
|
"jest-expo": "^40.0.2",
|
|
118
|
-
"jest-in-case": "^1.0.2",
|
|
119
|
-
"jest-styled-components": "^7.0.2",
|
|
120
|
-
nodemon: "^2.0.4",
|
|
121
111
|
"npm-run-all": "^4.1.5",
|
|
122
112
|
prettier: "^2.0.5",
|
|
123
113
|
react: "16.13.1",
|
|
124
114
|
"react-native": "0.63.2",
|
|
125
115
|
"react-native-fbsdk-next": "^4.3.0",
|
|
126
116
|
"start-server-and-test": "^1.11.2",
|
|
127
|
-
"test-data-bot": "^0.8.0"
|
|
128
|
-
"ts-jest": "^26.1.4",
|
|
129
|
-
"ts-loader": "^8.0.2"
|
|
117
|
+
"test-data-bot": "^0.8.0"
|
|
130
118
|
};
|
|
131
119
|
var peerDependencies = {
|
|
132
120
|
"@react-native-firebase/analytics": "*",
|
|
@@ -135,7 +123,7 @@ var peerDependencies = {
|
|
|
135
123
|
react: ">= 16.8.6",
|
|
136
124
|
"react-native-fbsdk-next": "*"
|
|
137
125
|
};
|
|
138
|
-
var gitHead = "
|
|
126
|
+
var gitHead = "f59a7400808aed99f5f80a9bdaa71289ef3a3e34";
|
|
139
127
|
var packageJSON = {
|
|
140
128
|
name: name,
|
|
141
129
|
description: description,
|