@versini/ui-types 8.0.0 → 8.1.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-types",
3
- "version": "8.0.0",
3
+ "version": "8.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -22,7 +22,7 @@
22
22
  "build:check": "tsc",
23
23
  "build:types": "tsup",
24
24
  "build": "npm-run-all --serial clean build:check build:types",
25
- "clean": "rimraf dist tmp",
25
+ "clean": "rimraf dist tmp coverage",
26
26
  "dev:types": "tsup --watch src",
27
27
  "dev": "npm-run-all clean --parallel dev:types",
28
28
  "lint": "biome lint src",
@@ -32,5 +32,5 @@
32
32
  "test:watch": "vitest",
33
33
  "test": "vitest run"
34
34
  },
35
- "gitHead": "28e13adabce18578034a9ca5553d7cfb9853c214"
35
+ "gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
36
36
  }