@standardnotes/analytics
Advanced tools
Comparing version 1.35.1 to 1.36.0
@@ -23,1 +23,2 @@ export declare enum AnalyticsActivity { | ||
} | ||
//# sourceMappingURL=AnalyticsActivity.d.ts.map |
@@ -21,1 +21,2 @@ import { Period } from '../Time/Period'; | ||
} | ||
//# sourceMappingURL=AnalyticsStoreInterface.d.ts.map |
@@ -8,1 +8,2 @@ export * from './Analytics/AnalyticsActivity'; | ||
export * from './Time/PeriodKeyGeneratorInterface'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -22,1 +22,2 @@ export declare enum StatisticsMeasure { | ||
} | ||
//# sourceMappingURL=StatisticsMeasure.d.ts.map |
@@ -22,1 +22,2 @@ import { Period } from '../Time/Period'; | ||
} | ||
//# sourceMappingURL=StatisticsStoreInterface.d.ts.map |
@@ -30,1 +30,2 @@ export declare enum Period { | ||
} | ||
//# sourceMappingURL=Period.d.ts.map |
@@ -24,1 +24,2 @@ import { Period } from './Period'; | ||
} | ||
//# sourceMappingURL=PeriodKeyGenerator.d.ts.map |
@@ -7,1 +7,2 @@ import { Period } from './Period'; | ||
} | ||
//# sourceMappingURL=PeriodKeyGeneratorInterface.d.ts.map |
export * from './Domain'; | ||
export * from './Infra'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './Redis/RedisAnalyticsStore'; | ||
export * from './Redis/RedisStatisticsStore'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -27,1 +27,2 @@ import * as IORedis from 'ioredis'; | ||
} | ||
//# sourceMappingURL=RedisAnalyticsStore.d.ts.map |
@@ -28,1 +28,2 @@ import * as IORedis from 'ioredis'; | ||
} | ||
//# sourceMappingURL=RedisStatisticsStore.d.ts.map |
{ | ||
"name": "@standardnotes/analytics", | ||
"version": "1.35.1", | ||
"version": "1.36.0", | ||
"engines": { | ||
@@ -21,6 +21,3 @@ "node": ">=14.0.0 <17.0.0" | ||
"clean": "rm -fr dist", | ||
"prestart": "yarn clean", | ||
"start": "tsc -p tsconfig.json --watch", | ||
"prebuild": "yarn clean", | ||
"build": "tsc -p tsconfig.json", | ||
"build": "tsc --build", | ||
"lint": "eslint . --ext .ts", | ||
@@ -34,10 +31,11 @@ "test": "jest spec --coverage" | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"ioredis": "^5.2.0", | ||
"jest": "^29.1.2", | ||
"ts-jest": "^29.0.3" | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4" | ||
}, | ||
"dependencies": { | ||
"ioredis": "^5.2.3", | ||
"reflect-metadata": "^0.1.13" | ||
}, | ||
"gitHead": "4c45f1d2e5629a6502412a5fb0526245fb8cd6ed" | ||
"gitHead": "403189c9e9af229b43940d60e6a3f8b2590a7c2a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72812
2
+ Addedioredis@^5.2.3
+ Added@ioredis/commands@1.2.0(transitive)
+ Addedcluster-key-slot@1.1.2(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addeddenque@2.1.0(transitive)
+ Addedioredis@5.4.1(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedredis-errors@1.2.0(transitive)
+ Addedredis-parser@3.0.0(transitive)
+ Addedstandard-as-callback@2.1.0(transitive)