@pyreon/ui-core 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -285,9 +285,9 @@ const render = (content, attachProps) => {
285
285
  };
286
286
 
287
287
  //#endregion
288
- //#region ../../node_modules/.bun/@pyreon+reactivity@0.7.0/node_modules/@pyreon/reactivity/lib/index.js
288
+ //#region ../../node_modules/.bun/@pyreon+reactivity@0.7.12/node_modules/@pyreon/reactivity/lib/index.js
289
289
  let batchDepth = 0;
290
- let setA = /* @__PURE__ */ new Set();
290
+ const setA = /* @__PURE__ */ new Set();
291
291
  let pendingNotifications = setA;
292
292
  function isBatching() {
293
293
  return batchDepth > 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/ui-core",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/pyreon/ui-system",
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@pyreon/core": ">=0.4.0 <1.0.0",
41
- "@pyreon/styler": ">=0.2.0"
41
+ "@pyreon/styler": ">=0.3.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@vitus-labs/tools-rolldown": "^1.15.3",
45
- "@vitus-labs/tools-typescript": "^1.15.3"
45
+ "@pyreon/typescript": "^0.7.4"
46
46
  }
47
47
  }