aedes-persistence
Advanced tools
Comparing version 9.1.1 to 9.1.2
{ | ||
"name": "aedes-persistence", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "The spec for an Aedes persistence, with abstract tests and a fast in-memory implementation.", | ||
@@ -11,6 +11,6 @@ "main": "persistence.js", | ||
"unit": "tape test.js | faucet", | ||
"test:types": "tsd", | ||
"test:typescript": "tsd", | ||
"test": "npm run lint && npm run unit && tsd", | ||
"coverage": "nyc --reporter=lcov tape test.js", | ||
"test:ci": "npm run lint && npm run coverage", | ||
"test:ci": "npm run lint && npm run coverage && npm run test:typescript", | ||
"license-checker": "license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause'", | ||
@@ -17,0 +17,0 @@ "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --disable-metrics" |
@@ -7,3 +7,3 @@ import type { Brokers, Client, Subscription } from "aedes"; | ||
type ClientId = Subscription["clientId"]; | ||
type ClientId = Client["id"]; | ||
type MessageId = AedesPacket["messageId"]; | ||
@@ -10,0 +10,0 @@ type Topic = Subscription["topic"]; |
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
78647