@smallstack/common
Advanced tools
Comparing version 0.7.74 to 0.7.75
@@ -1,2 +0,2 @@ | ||
import { Subject } from "rxjs"; | ||
import { BehaviorSubject } from "rxjs"; | ||
/** | ||
@@ -8,3 +8,3 @@ * Stateful service that stores a user token | ||
export interface TokenService { | ||
tokenChange: Subject<boolean>; | ||
tokenChange: BehaviorSubject<boolean>; | ||
setLoginToken(token: string): void; | ||
@@ -11,0 +11,0 @@ getLoginToken(): string; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.74", | ||
"version": "0.7.75", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
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
347272