@vlandoss/biome-config 0.0.8-git-ebe9fcd.0 → 0.0.9

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @vlandoss/biome-config
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#206](https://github.com/variableland/dx/pull/206) [`6c2ec90`](https://github.com/variableland/dx/commit/6c2ec9097abde47f9f7a8489c4a7149f0699d397) Thanks [@rqbazan](https://github.com/rqbazan)! - Deprecate package — final published version with notice.
8
+
9
+ - `@vlandoss/biome-config` is superseded by [`@vlandoss/config`](https://github.com/variableland/dx/tree/main/packages/config) (use `@vlandoss/config/biome`).
10
+ - `@vlandoss/localproxy` is superseded by [Portless](https://port1355.dev).
11
+ - `@vlandoss/starter` is superseded by [`@vlandoss/vland`](https://github.com/variableland/dx/tree/main/packages/vland).
12
+
13
+ Each package's `homepage` is repinned to a tag URL so the deprecation README stays reachable after the source is removed from the monorepo.
14
+
15
+ ## 0.0.8
16
+
17
+ ### Patch Changes
18
+
19
+ - [#165](https://github.com/variableland/dx/pull/165) [`33659b4`](https://github.com/variableland/dx/commit/33659b4f2666aee939ed637b0dd6366854e22a96) Thanks [@rqbazan](https://github.com/rqbazan)! - Add Node.js compatibility via `publishConfig` and compiled output
20
+
21
+ All publishable packages now ship compiled `dist/` output (via tsdown) and use `publishConfig.exports`/`publishConfig.bin` to override the package fields at publish time. This means consumers using Node.js no longer need Bun installed — the published packages work with `node >= 20` out of the box.
22
+
23
+ A new shared package `@vlandoss/tsdown-config` provides reusable build presets (`defineBinConfig`, `defineLibConfig`) and the `nodeShebangPlugin` that rewrites the `#!/usr/bin/env bun` shebang to `#!/usr/bin/env node` in compiled bin files.
24
+
3
25
  ## 0.0.7
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vlandoss/biome-config",
3
- "version": "0.0.8-git-ebe9fcd.0",
3
+ "version": "0.0.9",
4
4
  "description": "Biome configuration file for @variableland",
5
- "homepage": "https://github.com/variableland/dx/tree/main/dotfiles/biome-config#readme",
5
+ "homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Fbiome-config%400.0.9/dotfiles/biome-config#readme",
6
6
  "bugs": {
7
7
  "url": "https://github.com/variableland/dx/issues"
8
8
  },