@push.rocks/smartstate 2.0.16 → 2.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_bundle/bundle.js +1 -0
- package/dist_bundle/bundle.js.map +2 -2
- package/dist_ts/smartstate.classes.statecollection.d.ts +8 -0
- package/dist_ts/smartstate.classes.statecollection.js +15 -0
- package/dist_ts/smartstate.classes.stateobservable.d.ts +10 -0
- package/dist_ts/smartstate.classes.stateobservable.js +15 -0
- package/dist_ts/smartstate.classes.statepart.d.ts +1 -1
- package/dist_ts/smartstate.classes.statepart.js +2 -1
- package/package.json +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/smartstate.classes.statepart.ts +1 -0
package/dist_bundle/bundle.js
CHANGED
|
@@ -11101,6 +11101,7 @@ var StatePart2 = class {
|
|
|
11101
11101
|
if (this.webStore) {
|
|
11102
11102
|
await this.webStore.set(String(this.name), newStateArg);
|
|
11103
11103
|
}
|
|
11104
|
+
return this.stateStore;
|
|
11104
11105
|
}
|
|
11105
11106
|
/**
|
|
11106
11107
|
* notifies of a change on the state
|