This commit is contained in:
2026-01-16 10:48:06 +01:00
parent cc3a5054e5
commit 9550b540e4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tp/tp-store", "name": "@tp/tp-store",
"version": "2.0.0", "version": "2.0.1",
"description": "", "description": "",
"main": "tp-store.js", "main": "tp-store.js",
"scripts": { "scripts": {

View File

@@ -92,7 +92,7 @@ export class Store {
} }
// Backwards compatibility layer for the mixin // Backwards compatibility layer for the mixin
export const StoreSubcriber = function(superClass) { export const StoreSubscriber = function(superClass) {
return class extends superClass { return class extends superClass {
constructor() { constructor() {
super(); super();