@roastery/terroir 0.0.3 → 0.0.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 +12 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roastery/terroir",
3
3
  "description": "Layered exception hierarchy and runtime schema validation for the Roastery CMS ecosystem",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "type": "module",
6
6
  "author": {
7
7
  "name": "Alan Reis",
@@ -16,6 +16,14 @@
16
16
  "main": "./dist/index.cjs",
17
17
  "module": "./dist/index.js",
18
18
  "types": "./dist/index.d.ts",
19
+ "keywords": [
20
+ "hoyasumii",
21
+ "roastery",
22
+ "@roastery",
23
+ "terroir",
24
+ "@roastery/terroir",
25
+ "roastery-terroir"
26
+ ],
19
27
  "typesVersions": {
20
28
  "*": {
21
29
  "*": [
@@ -39,7 +47,7 @@
39
47
  "dist"
40
48
  ],
41
49
  "scripts": {
42
- "build": "tsup 'src/**/index.ts' --format cjs,esm --dts --tsconfig tsconfig.build.json --clean",
50
+ "build": "biome check --fix && tsup 'src/**/index.ts' --format cjs,esm --dts --tsconfig tsconfig.build.json --clean",
43
51
  "test:unit": "bun test --env-file=.env.testing",
44
52
  "test:coverage": "bun test --env-file=.env.testing --coverage",
45
53
  "setup": "bun run build && bun link",
@@ -50,13 +58,13 @@
50
58
  "@commitlint/cli": "^20.4.1",
51
59
  "@commitlint/config-conventional": "^20.4.1",
52
60
  "husky": "^9.1.7",
53
- "knip": "^5.85.0",
54
- "tsup": "^8.5.1"
61
+ "knip": "^5.85.0"
55
62
  },
56
63
  "peerDependencies": {
57
64
  "typescript": "^5",
58
65
  "@sinclair/typebox": ">= 0.34.0 < 1",
59
66
  "@types/bun": "latest",
67
+ "tsup": "^8.5.1",
60
68
  "uuid": "^13.0.0"
61
69
  },
62
70
  "dependencies": {}