@arcote.tech/arc-react 0.0.25 → 0.0.26
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/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -150,7 +150,6 @@ import {
|
|
|
150
150
|
useState
|
|
151
151
|
} from "react";
|
|
152
152
|
import { jsx } from "react/jsx-runtime";
|
|
153
|
-
"use client";
|
|
154
153
|
var reactModel = (arcContext, databaseName) => {
|
|
155
154
|
const LiveModelContext = createContext(null);
|
|
156
155
|
const LocalModelContext = createContext(null);
|
|
@@ -262,4 +261,4 @@ export {
|
|
|
262
261
|
formResolver
|
|
263
262
|
};
|
|
264
263
|
|
|
265
|
-
//# debugId=
|
|
264
|
+
//# debugId=BD5635FAE340904564756E2164756E21
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.26",
|
|
8
8
|
"private": false,
|
|
9
9
|
"author": "Przemysław Krasiński [arcote.tech]",
|
|
10
10
|
"description": "React client for the Arc framework, providing utilities for querying data and executing commands, enhancing the development of reactive and efficient user interfaces.",
|