@bgord/design 1.4.2 → 1.4.4

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@bgord/design",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "author": "Bartosz Gordon",
5
5
  "devDependencies": {
6
- "@biomejs/biome": "2.2.3",
7
- "@commitlint/cli": "19.8.1",
8
- "@commitlint/config-conventional": "19.8.1",
9
- "@types/bun": "1.2.21",
6
+ "@biomejs/biome": "2.2.4",
7
+ "@commitlint/cli": "20.0.0",
8
+ "@commitlint/config-conventional": "20.0.0",
9
+ "@types/bun": "1.2.22",
10
10
  "@types/culori": "4.0.1",
11
11
  "@types/lodash": "4.17.20",
12
12
  "cspell": "9.2.1",
13
13
  "gzip-cli": "1.2.0",
14
- "knip": "5.63.1",
15
- "lefthook": "1.12.4",
14
+ "knip": "5.64.0",
15
+ "lefthook": "1.13.4",
16
16
  "lightningcss-cli": "1.30.1",
17
17
  "only-allow": "1.2.1",
18
18
  "shellcheck": "4.1.0",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "scripts": {
27
- "build": "bun build src/index.ts --format esm --outdir dist",
27
+ "build": "bash scripts/package-build.sh",
28
28
  "postbuild": "bash scripts/prepare-css-files.sh",
29
29
  "prepublish": "bash scripts/prepare-css-files.sh",
30
30
  "preinstall": "bunx only-allow bun"