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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tp/tp-store",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "tp-store.js",
"scripts": {
+1 -1
View File
@@ -92,7 +92,7 @@ export class Store {
}
// Backwards compatibility layer for the mixin
export const StoreSubcriber = function(superClass) {
export const StoreSubscriber = function(superClass) {
return class extends superClass {
constructor() {
super();