@alloy-js/core 0.23.1 → 0.24.0-dev.2

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/CHANGELOG.md +0 -8
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,5 @@
1
1
  # Changelog - @alloy-js/core
2
2
 
3
- ## 0.23.1
4
-
5
- ### Bug Fixes
6
-
7
- - [#400](https://github.com/alloy-framework/alloy/pull/400) Fix additional files missing browser shim
8
- - [#398](https://github.com/alloy-framework/alloy/pull/398) Reduce per-render overhead when devtools/debug are disabled. `isDevtoolsEnabled()` now caches the `ALLOY_DEBUG` env-var read at module load (use `refreshDebugState()` from tests that mutate the env var dynamically), and `effect()`, `ref()`, `shallowRef()`, `computed()`, `toRef()`, and `toRefs()` now gate their debug-hook bookkeeping behind `isDebugEnabled()` so the argument objects and source-location captures aren't built when debug is off.
9
-
10
-
11
3
  ## 0.23.0
12
4
 
13
5
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alloy-js/core",
3
- "version": "0.23.1",
3
+ "version": "0.24.0-dev.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,14 +70,14 @@
70
70
  "ws": "^8.19.0"
71
71
  },
72
72
  "devDependencies": {
73
+ "@alloy-js/cli": "~0.23.0 || >= 0.24.0-dev.0",
74
+ "@alloy-js/rollup-plugin": "~0.1.1 || >= 0.1.2-dev.1",
73
75
  "@microsoft/api-extractor": "~7.52.8",
74
76
  "@rollup/plugin-typescript": "^12.1.2",
75
77
  "concurrently": "^9.2.0",
76
78
  "typescript": "^5.8.3",
77
79
  "vite": "^7.0.6",
78
- "vitest": "3.2.4",
79
- "@alloy-js/cli": "~0.23.0",
80
- "@alloy-js/rollup-plugin": "~0.1.1"
80
+ "vitest": "3.2.4"
81
81
  },
82
82
  "type": "module",
83
83
  "scripts": {