api-core-lib 12.0.16 → 12.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.cjs +0 -1
- package/dist/client.js +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/dist/server.cjs +0 -1
- package/dist/server.js +0 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -590,7 +590,6 @@ var GlobalStateManager = class {
|
|
|
590
590
|
if (!this.store.has(key)) {
|
|
591
591
|
const initialState = createInitialState();
|
|
592
592
|
this.store.set(key, { state: initialState, listeners: /* @__PURE__ */ new Set() });
|
|
593
|
-
return initialState;
|
|
594
593
|
}
|
|
595
594
|
return this.store.get(key).state;
|
|
596
595
|
}
|
package/dist/client.js
CHANGED
|
@@ -551,7 +551,6 @@ var GlobalStateManager = class {
|
|
|
551
551
|
if (!this.store.has(key)) {
|
|
552
552
|
const initialState = createInitialState();
|
|
553
553
|
this.store.set(key, { state: initialState, listeners: /* @__PURE__ */ new Set() });
|
|
554
|
-
return initialState;
|
|
555
554
|
}
|
|
556
555
|
return this.store.get(key).state;
|
|
557
556
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -548,7 +548,6 @@ var GlobalStateManager = class {
|
|
|
548
548
|
if (!this.store.has(key)) {
|
|
549
549
|
const initialState = createInitialState();
|
|
550
550
|
this.store.set(key, { state: initialState, listeners: /* @__PURE__ */ new Set() });
|
|
551
|
-
return initialState;
|
|
552
551
|
}
|
|
553
552
|
return this.store.get(key).state;
|
|
554
553
|
}
|
package/dist/index.js
CHANGED
|
@@ -506,7 +506,6 @@ var GlobalStateManager = class {
|
|
|
506
506
|
if (!this.store.has(key)) {
|
|
507
507
|
const initialState = createInitialState();
|
|
508
508
|
this.store.set(key, { state: initialState, listeners: /* @__PURE__ */ new Set() });
|
|
509
|
-
return initialState;
|
|
510
509
|
}
|
|
511
510
|
return this.store.get(key).state;
|
|
512
511
|
}
|
package/dist/server.cjs
CHANGED
|
@@ -199,7 +199,6 @@ var GlobalStateManager = class {
|
|
|
199
199
|
if (!this.store.has(key)) {
|
|
200
200
|
const initialState = createInitialState();
|
|
201
201
|
this.store.set(key, { state: initialState, listeners: /* @__PURE__ */ new Set() });
|
|
202
|
-
return initialState;
|
|
203
202
|
}
|
|
204
203
|
return this.store.get(key).state;
|
|
205
204
|
}
|
package/dist/server.js
CHANGED
|
@@ -165,7 +165,6 @@ var GlobalStateManager = class {
|
|
|
165
165
|
if (!this.store.has(key)) {
|
|
166
166
|
const initialState = createInitialState();
|
|
167
167
|
this.store.set(key, { state: initialState, listeners: /* @__PURE__ */ new Set() });
|
|
168
|
-
return initialState;
|
|
169
168
|
}
|
|
170
169
|
return this.store.get(key).state;
|
|
171
170
|
}
|