@cmpsr/analytics
Advanced tools
Comparing version 0.0.21 to 0.0.23
# Change Log | ||
## 0.0.23 | ||
### Patch Changes | ||
- 707e8aa: Remove lib folder | ||
## 0.0.22 | ||
### Patch Changes | ||
- f0f107a: Remove lib folder | ||
## 0.0.21 | ||
@@ -4,0 +16,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.AnalyticsProvider = exports._AnalyticsProvider = void 0; | ||
exports._AnalyticsProvider = exports.AnalyticsProvider = void 0; | ||
@@ -38,3 +38,3 @@ var _react = _interopRequireDefault(require("react")); | ||
const _AnalyticsProvider = (_ref) => { | ||
const _AnalyticsProvider = _ref => { | ||
let { | ||
@@ -41,0 +41,0 @@ children |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.21", | ||
"version": "0.0.23", | ||
"author": "Steve Cox <stevejcox@me.com>", | ||
@@ -16,2 +16,5 @@ "license": "MIT", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
"/lib" | ||
], | ||
"scripts": { | ||
@@ -31,3 +34,3 @@ "libbuild": "rimraf lib && babel src --out-dir lib --extensions '.ts,.tsx' --copy-files && find lib -type f -name '*.test.*' -exec rm {} + && tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly", | ||
}, | ||
"gitHead": "eba6a519a336577c69eef4483aa10827396f8927" | ||
"gitHead": "8329a0e421ec4b511282f4c5b27422471ea289b5" | ||
} |
29030
49
496