@artisan-commerce/analytics-rn 0.3.0-canary.40 → 0.3.0-canary.42
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 +7 -26
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +7 -26
- package/dist/bundle.esm.js.map +1 -1
- package/package.json +7 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.3.0-canary.42](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/analytics-rn@0.3.0-canary.41...@artisan-commerce/analytics-rn@0.3.0-canary.42) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @artisan-commerce/analytics-rn
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.3.0-canary.41](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/analytics-rn@0.3.0-canary.40...@artisan-commerce/analytics-rn@0.3.0-canary.41) (2021-10-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @artisan-commerce/analytics-rn
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.3.0-canary.40](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/analytics-rn@0.3.0-canary.39...@artisan-commerce/analytics-rn@0.3.0-canary.40) (2021-10-21)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @artisan-commerce/analytics-rn
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -49,7 +49,7 @@ const getState$1 = () => {
|
|
|
49
49
|
|
|
50
50
|
var name = "@artisan-commerce/analytics-rn";
|
|
51
51
|
var description = "Artisn commerce analytics react native library";
|
|
52
|
-
var version = "0.3.0-canary.
|
|
52
|
+
var version = "0.3.0-canary.42";
|
|
53
53
|
var main = "./dist/bundle.esm.js";
|
|
54
54
|
var module$1 = "./dist/bundle.esm.js";
|
|
55
55
|
var types = "./dist/bundle.d.ts";
|
|
@@ -87,42 +87,23 @@ var scripts = {
|
|
|
87
87
|
var author = "Luis Eduardo Andrade";
|
|
88
88
|
var license = "MIT";
|
|
89
89
|
var dependencies = {
|
|
90
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
90
|
+
"@artisan-commerce/state": "0.3.0-canary.5",
|
|
91
91
|
"snake-case": "^3.0.4"
|
|
92
92
|
};
|
|
93
93
|
var devDependencies = {
|
|
94
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
95
|
-
"@artisan-commerce/shopping-cart": "0.12.0-canary.
|
|
96
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
94
|
+
"@artisan-commerce/products": "0.9.0-canary.29",
|
|
95
|
+
"@artisan-commerce/shopping-cart": "0.12.0-canary.38",
|
|
96
|
+
"@artisan-commerce/types": "0.14.0-canary.24",
|
|
97
97
|
"@babel/core": "^7.13.15",
|
|
98
98
|
"@babel/preset-env": "^7.10.4",
|
|
99
99
|
"@babel/preset-react": "^7.10.4",
|
|
100
100
|
"@react-native-firebase/analytics": "^12.8.0",
|
|
101
101
|
"@react-native-firebase/app": "^12.8.0",
|
|
102
102
|
"@segment/analytics-react-native": "^1.4.4",
|
|
103
|
-
"@types/faker": "^4.1.12",
|
|
104
|
-
"@types/react-native": "0.63.2",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
|
106
|
-
"@typescript-eslint/parser": "^4.15.2",
|
|
107
103
|
"babel-preset-expo": "^8.3.0",
|
|
108
|
-
eslint: "^7.5.0",
|
|
109
|
-
"eslint-config-prettier": "^6.11.0",
|
|
110
|
-
"eslint-config-react-app": "^5.2.1",
|
|
111
|
-
"eslint-config-universe": "^4.0.0",
|
|
112
|
-
"eslint-plugin-cypress": "^2.11.1",
|
|
113
|
-
"eslint-plugin-flowtype": "^5.2.0",
|
|
114
|
-
"eslint-plugin-import": "^2.22.0",
|
|
115
|
-
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
116
|
-
"eslint-plugin-react": "^7.20.3",
|
|
117
|
-
"eslint-plugin-react-hooks": "^4.0.8",
|
|
118
|
-
"is-ci-cli": "^2.1.2",
|
|
119
104
|
"jest-expo": "^40.0.2",
|
|
120
|
-
"npm-run-all": "^4.1.5",
|
|
121
|
-
prettier: "^2.0.5",
|
|
122
105
|
"react-native": "0.63.2",
|
|
123
|
-
"react-native-fbsdk-next": "^4.3.0"
|
|
124
|
-
"start-server-and-test": "^1.11.2",
|
|
125
|
-
"test-data-bot": "^0.8.0"
|
|
106
|
+
"react-native-fbsdk-next": "^4.3.0"
|
|
126
107
|
};
|
|
127
108
|
var peerDependencies = {
|
|
128
109
|
"@react-native-firebase/analytics": "*",
|
|
@@ -131,7 +112,7 @@ var peerDependencies = {
|
|
|
131
112
|
react: ">=16.8.6",
|
|
132
113
|
"react-native-fbsdk-next": "*"
|
|
133
114
|
};
|
|
134
|
-
var gitHead = "
|
|
115
|
+
var gitHead = "496782c54ad0d996b4b29371c06419dcd967df5e";
|
|
135
116
|
var packageJSON = {
|
|
136
117
|
name: name,
|
|
137
118
|
description: description,
|