@ea-lab/reactive-json 0.0.11 → 0.0.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.
@@ -284,6 +284,8 @@ function ReactiveJsonRoot({
284
284
 
285
285
  const debugMode_bool = stringToBoolean(debugMode);
286
286
 
287
+ console.log(plugins)
288
+
287
289
  const mainBuild = (
288
290
  <EventDispatcherProvider>
289
291
  <GlobalDataContextProvider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ea-lab/reactive-json",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",