@arcote.tech/arc-react 0.7.10 → 0.7.12

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -536,6 +536,7 @@ Event payload:`, event.payload);
536
536
  authAdapter.setToken(token, name);
537
537
  if (cachedModel) {
538
538
  cachedModel.scope(name).setToken(token);
539
+ cachedModel.getAdapters().streamingCache?.invalidateScope(name);
539
540
  } else {
540
541
  eventWire?.setScopeToken(name, token);
541
542
  if (eventWire && token && eventWire.getState() === "disconnected") {
@@ -720,4 +721,4 @@ export {
720
721
  Form
721
722
  };
722
723
 
723
- //# debugId=28A7A6080740A28464756E2164756E21
724
+ //# debugId=A6293C4A7B8A583164756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcote.tech/arc-react",
3
3
  "type": "module",
4
- "version": "0.7.10",
4
+ "version": "0.7.12",
5
5
  "private": false,
6
6
  "author": "Przemysław Krasiński [arcote.tech]",
7
7
  "description": "React client for the Arc framework, providing utilities for querying data and executing commands, enhancing the development of reactive and efficient user interfaces.",
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.2.2"
33
33
  },
34
34
  "peerDependencies": {
35
- "@arcote.tech/arc": "^0.7.10",
35
+ "@arcote.tech/arc": "^0.7.12",
36
36
  "react": "^18.0.0 || ^19.0.0",
37
37
  "react-dom": "^18.0.0 || ^19.0.0",
38
38
  "typescript": "^5.0.0"