@pyreon/ui-core 0.0.2 → 0.1.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +10 -5
package/lib/index.js CHANGED
@@ -287,7 +287,7 @@ const render = (content, attachProps) => {
287
287
  };
288
288
 
289
289
  //#endregion
290
- //#region ../../node_modules/.bun/@pyreon+reactivity@0.3.1/node_modules/@pyreon/reactivity/lib/index.js
290
+ //#region ../../node_modules/.bun/@pyreon+reactivity@0.5.4/node_modules/@pyreon/reactivity/lib/index.js
291
291
  let batchDepth = 0;
292
292
  let setA = /* @__PURE__ */ new Set();
293
293
  let pendingNotifications = setA;
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@pyreon/ui-core",
3
- "version": "0.0.2",
3
+ "version": "0.1.1",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/pyreon/ui-system",
7
+ "directory": "packages/ui-core"
8
+ },
4
9
  "description": "Core utilities, config, and context for Pyreon UI System",
5
10
  "license": "MIT",
6
11
  "type": "module",
@@ -32,11 +37,11 @@
32
37
  "typecheck": "tsc --noEmit"
33
38
  },
34
39
  "peerDependencies": {
35
- "@pyreon/core": ">=0.3.0",
36
- "@pyreon/styler": "^0.0.2"
40
+ "@pyreon/core": ">=0.4.0 <1.0.0",
41
+ "@pyreon/styler": ">=0.1.1"
37
42
  },
38
43
  "devDependencies": {
39
- "@vitus-labs/tools-rolldown": "^1.15.0",
40
- "@vitus-labs/tools-typescript": "^1.15.0"
44
+ "@vitus-labs/tools-rolldown": "^1.15.3",
45
+ "@vitus-labs/tools-typescript": "^1.15.3"
41
46
  }
42
47
  }