@monkvision/analytics
Advanced tools
Comparing version 4.0.3 to 4.0.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=adapter.js.map |
@@ -71,2 +71,1 @@ "use strict"; | ||
exports.EmptyAnalyticsAdapter = EmptyAnalyticsAdapter; | ||
//# sourceMappingURL=emptyAdapter.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
__exportStar(require("./emptyAdapter"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
__exportStar(require("./react"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -11,2 +11,1 @@ "use strict"; | ||
exports.AnalyticsContext = (0, react_1.createContext)(new adapters_1.EmptyAnalyticsAdapter()); | ||
//# sourceMappingURL=context.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
exports.useAnalytics = useAnalytics; | ||
//# sourceMappingURL=hooks.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
__exportStar(require("./hooks"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -27,2 +27,1 @@ "use strict"; | ||
exports.AnalyticsProvider = AnalyticsProvider; | ||
//# sourceMappingURL=provider.js.map |
{ | ||
"name": "@monkvision/analytics", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -10,5 +10,13 @@ "packageManager": "yarn@3.2.4", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"package.json", | ||
"LICENSE", | ||
"README.md", | ||
"lib" | ||
], | ||
"scripts": { | ||
"clean": "rimraf lib && mkdirp lib", | ||
"build": "yarn run clean && tsc -p tsconfig.build.json", | ||
"build": "yarn run build:development", | ||
"build:development": "yarn run clean && tsc -p tsconfig.build.development.json", | ||
"build:production": "yarn run clean && tsc -p tsconfig.build.production.json", | ||
"test": "jest", | ||
@@ -24,3 +32,3 @@ "test:coverage": "jest --coverage", | ||
"dependencies": { | ||
"@monkvision/types": "4.0.3" | ||
"@monkvision/types": "4.0.4" | ||
}, | ||
@@ -77,3 +85,3 @@ "peerDependencies": { | ||
"homepage": "https://github.com/monkvision/monkjs", | ||
"gitHead": "dda7eb20e437220eca7749a8131b6088099e7d22" | ||
"gitHead": "454a985784ae146afda94b0c1f8d3b1fc6efa80e" | ||
} |
24492
+ Added@monkvision/types@4.0.4(transitive)
- Removed@monkvision/types@4.0.3(transitive)
Updated@monkvision/types@4.0.4