@artisan-commerce/analytics-rn 0.1.1-canary.2 → 0.1.1-canary.3
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/build/{src/config → config}/constants.d.ts +0 -0
- package/build/{src/index.d.ts → index.d.ts} +0 -0
- package/build/{src/lib → lib}/initAnalytics/initAnalytics.d.ts +0 -0
- package/build/{src/lib → lib}/initAnalytics/initAnalytics.test.d.ts +0 -0
- package/build/{src/lib → lib}/initAnalytics/initAnalytics.types.d.ts +0 -0
- package/build/main.bundle.js +1 -1
- package/build/report.json +1 -1
- package/build/{src/setupTests.d.ts → setupTests.d.ts} +0 -0
- package/build/{src/types → types}/common.types.d.ts +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.1.1-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/analytics-rn@0.1.1-canary.2...@artisan-commerce/analytics-rn@0.1.1-canary.3) (2021-04-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @artisan-commerce/analytics-rn
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [0.1.1-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/analytics-rn@0.1.1-canary.1...@artisan-commerce/analytics-rn@0.1.1-canary.2) (2021-04-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @artisan-commerce/analytics-rn
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/main.bundle.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("@react-native-firebase/analytics")):"function"==typeof define&&define.amd?define("analytics-rn",["@react-native-firebase/analytics"],t):"object"==typeof exports?exports["analytics-rn"]=t(require("@react-native-firebase/analytics")):e["analytics-rn"]=t(e["@react-native-firebase/analytics"])}(this,(function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.initAnalytics=void 0;var o=n(1);Object.defineProperty(t,"initAnalytics",{enumerable:!0,get:function(){return o.initAnalytics}}),i(n(3),t)},function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.initAnalytics=void 0;var i=r(n(2));t.initAnalytics=function(){console.log("init analytics"),i.default().logEvent("basket",{id:3745092,item:"mens grey t-shirt",description:["round neck","long sleeved"],size:"L"})}},function(t,n){t.exports=e},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})}])}));
|
package/build/report.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"label":"main.bundle.js","isAsset":true,"statSize":
|
|
1
|
+
[{"label":"main.bundle.js","isAsset":true,"statSize":2019,"parsedSize":2363,"gzipSize":868,"groups":[{"label":"src","path":"./src","statSize":1977,"groups":[{"id":0,"label":"index.ts","path":"./src/index.ts","statSize":920,"parsedSize":547,"gzipSize":300},{"label":"lib/initAnalytics","path":"./src/lib/initAnalytics","statSize":1057,"groups":[{"id":1,"label":"initAnalytics.ts","path":"./src/lib/initAnalytics/initAnalytics.ts","statSize":978,"parsedSize":377,"gzipSize":280},{"id":3,"label":"initAnalytics.types.ts","path":"./src/lib/initAnalytics/initAnalytics.types.ts","statSize":79,"parsedSize":78,"gzipSize":97}],"parsedSize":455,"gzipSize":291}],"parsedSize":1002,"gzipSize":450},{"id":2,"label":"analytics\"","path":"./analytics\"","statSize":42,"parsedSize":26,"gzipSize":46}]}]
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-rn",
|
|
3
3
|
"description": "Artisan commerce analytics react native library",
|
|
4
|
-
"version": "0.1.1-canary.
|
|
4
|
+
"version": "0.1.1-canary.3",
|
|
5
5
|
"main": "./build/main.bundle.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"react": ">= 16.8.6",
|
|
89
89
|
"react-native-fbsdk-next": "*"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "586900d13a08b0786fafe626015fad9b3a3c8a44"
|
|
92
92
|
}
|