solid-logic 3.1.1-b94c904 → 3.1.1-c94ab48

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
@@ -47,7 +47,7 @@ import { someFunction } from 'solid-logic';
47
47
  <!-- script src="dist/solid-logic.js"></script -->
48
48
  <script>
49
49
  // Access via global variable
50
- const rdflib = window.$rdf;
50
+ const logic = window.$rdf;
51
51
  const logic = window.SolidLogic;
52
52
  // Example usage
53
53
  // logic.someFunction(...)
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.default = {
4
- buildTime: '2025-11-06T08:46:19Z',
5
- commit: 'b94c9045f7c781fc5164bb9f7a748b213370f896',
4
+ buildTime: '2025-11-06T08:27:53Z',
5
+ commit: 'c94ab48602fed631b0d2bd077b10a48c6f050d0b',
6
6
  npmInfo: {
7
7
  '\'solid-logic\'': '\'3.1.1\',',
8
8
  'npm': '\'10.8.2\',',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-logic",
3
- "version": "3.1.1-b94c904",
3
+ "version": "3.1.1-c94ab48",
4
4
  "description": "Core business logic of SolidOS",
5
5
  "main": "dist/solid-logic.js",
6
6
  "module": "dist/solid-logic.esm.external.js",