@openreplay/tracker-ngrx
Advanced tools
Comparing version 3.0.0 to 3.4.8
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tracker_1 = require("@openreplay/tracker/cjs"); | ||
const syncod_1 = require("./syncod"); | ||
const index_js_1 = require("./syncod/index.js"); | ||
function default_1(opts = {}) { | ||
@@ -16,3 +16,3 @@ const options = Object.assign({ | ||
} | ||
const encoder = new syncod_1.Encoder(syncod_1.sha1, 50); | ||
const encoder = new index_js_1.Encoder(index_js_1.sha1, 50); | ||
return reducer => (state, action) => { | ||
@@ -19,0 +19,0 @@ if (!options.actionFilter(action)) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sha1 = exports.Encoder = void 0; | ||
// TODO: SSR solution for all asayer libraries | ||
@@ -4,0 +5,0 @@ const encoder_js_1 = require("./encoder.js"); |
import { Messages } from '@openreplay/tracker'; | ||
import { Encoder, sha1 } from './syncod'; | ||
import { Encoder, sha1 } from './syncod/index.js'; | ||
export default function (opts = {}) { | ||
@@ -4,0 +4,0 @@ const options = Object.assign({ |
{ | ||
"name": "@openreplay/tracker-ngrx", | ||
"description": "Tracker plugin for NgRx state recording", | ||
"version": "3.0.0", | ||
"version": "3.4.8", | ||
"keywords": [ | ||
@@ -26,11 +26,11 @@ "ngrx", | ||
"peerDependencies": { | ||
"@openreplay/tracker": "^5.1.0", | ||
"@openreplay/tracker": "^3.4.8", | ||
"@ngrx/store": ">=4" | ||
}, | ||
"devDependencies": { | ||
"@openreplay/tracker": "^3.0.0", | ||
"@openreplay/tracker": "^3.4.8", | ||
"prettier": "^1.18.2", | ||
"replace-in-files-cli": "^1.0.0", | ||
"typescript": "^3.6.4" | ||
"typescript": "^4.6.0-dev.20211126" | ||
} | ||
} |
@@ -35,3 +35,3 @@ # OpenReplay Tracker NgRx plugin | ||
You can customize the middleware behaviour with options to sanitize your data. | ||
You can customize the middleware behavior with options to sanitize your data. | ||
@@ -38,0 +38,0 @@ ```js |
27215
791