csstype-extra 0.1.12 → 0.1.13

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/package.json +4 -3
  2. package/src/index.d.ts +3896 -705
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "csstype-extra",
3
3
  "type": "module",
4
- "version": "0.1.12",
4
+ "version": "0.1.13",
5
5
  "description": "Strict TypeScript types for style based on MDN data",
6
6
  "repository": "https://github.com/dev-five-git/csstypes",
7
7
  "author": "devfive",
@@ -15,8 +15,9 @@
15
15
  "scripts": {
16
16
  "lint": "biome check .",
17
17
  "lint:fix": "biome check --write .",
18
- "build": "bun build.ts",
19
- "prepare": "husky"
18
+ "build": "bun build.ts && biome check src --write",
19
+ "prepare": "husky",
20
+ "changepacks": "bunx @changepacks/cli"
20
21
  },
21
22
  "files": [
22
23
  "src"