solid-logic 4.0.0 → 4.0.1-4523933

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/README.md CHANGED
@@ -66,7 +66,7 @@ Both UMD and ESM bundles externalize rdflib to keep bundle sizes small and avoid
66
66
  ```html
67
67
  <script type="module">
68
68
  import * as $rdf from 'https://esm.sh/rdflib';
69
- import { solidLogicSingleton, store, authn } from 'https://esm.sh/solid-logic';
69
+ import { solidLogicSingleton, store, authn } from 'https://esm.sh/solid-logic@4.0.1';
70
70
 
71
71
  // Example usage
72
72
  console.log('Store:', store);
@@ -81,7 +81,7 @@ Both UMD and ESM bundles externalize rdflib to keep bundle sizes small and avoid
81
81
  {
82
82
  "imports": {
83
83
  "rdflib": "https://esm.sh/rdflib",
84
- "solid-logic": "https://esm.sh/solid-logic"
84
+ "solid-logic": "https://esm.sh/solid-logic@4.0.1"
85
85
  }
86
86
  }
87
87
  </script>