@logixjs/react 0.1.1 → 1.0.0

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.
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  ModuleScope
3
- } from "./chunk-STTE4SOJ.js";
4
- import "./chunk-G2LX7WWQ.js";
5
- import "./chunk-2M6MDNVT.js";
6
- import "./chunk-2WFULYPJ.js";
3
+ } from "./chunk-SDQF3WRT.js";
4
+ import "./chunk-E3ZXST5F.js";
5
+ import "./chunk-XSGDBJXD.js";
6
+ import "./chunk-L7KTYBXN.js";
7
7
  export {
8
8
  ModuleScope
9
9
  };
package/dist/Platform.cjs CHANGED
@@ -50,10 +50,7 @@ var makeReactPlatform = import_effect.Effect.gen(function* () {
50
50
  const resetRef = yield* import_effect.Ref.make([]);
51
51
  return new ReactPlatformImpl(suspendRef, resumeRef, resetRef);
52
52
  });
53
- var ReactPlatformLayer = import_effect.Layer.scoped(
54
- import_core.Platform.tag,
55
- makeReactPlatform
56
- );
53
+ var ReactPlatformLayer = import_effect.Layer.effect(import_core.Platform.tag, makeReactPlatform);
57
54
  // Annotate the CommonJS export names for ESM import in node:
58
55
  0 && (module.exports = {
59
56
  ReactPlatformLayer
@@ -1,6 +1,5 @@
1
1
  import { Layer } from 'effect';
2
- import { Platform } from '@logixjs/core';
3
2
 
4
- declare const ReactPlatformLayer: Layer.Layer<Platform.Service, never, never>;
3
+ declare const ReactPlatformLayer: Layer.Layer<any, never, never>;
5
4
 
6
5
  export { ReactPlatformLayer };
@@ -1,6 +1,5 @@
1
1
  import { Layer } from 'effect';
2
- import { Platform } from '@logixjs/core';
3
2
 
4
- declare const ReactPlatformLayer: Layer.Layer<Platform.Service, never, never>;
3
+ declare const ReactPlatformLayer: Layer.Layer<any, never, never>;
5
4
 
6
5
  export { ReactPlatformLayer };
package/dist/Platform.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ReactPlatformLayer
3
- } from "./chunk-ZANGOPUQ.js";
3
+ } from "./chunk-NKYV44OG.js";
4
4
  export {
5
5
  ReactPlatformLayer
6
6
  };