@economic/taco 2.69.2-search-race-condition.0 → 2.69.2-search-racecondition-v2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.69.2-search-race-condition.0",
3
+ "version": "2.69.2-search-racecondition-v2.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/taco.cjs",
@@ -22,7 +22,7 @@
22
22
  "tailwind.config.js"
23
23
  ],
24
24
  "scripts": {
25
- "build": "vite build",
25
+ "build": "npx tsc --noEmit && vite build",
26
26
  "test": "vitest run",
27
27
  "lint": "oxlint --quiet",
28
28
  "pree2e": "npx playwright install chromium --with-deps",
@@ -95,19 +95,5 @@
95
95
  "optionalDependencies": {
96
96
  "@rollup/rollup-linux-x64-gnu": "^4.39.0"
97
97
  },
98
- "browserslist": {
99
- "development": [
100
- "last 2 chrome versions",
101
- "last 2 firefox versions",
102
- "last 2 edge versions",
103
- "not ie < 11"
104
- ],
105
- "production": [
106
- ">1%",
107
- "last 4 versions",
108
- "Firefox ESR",
109
- "not ie < 11"
110
- ]
111
- },
112
- "gitHead": "a653d31476cd73d4ddcb06be2bd004317d6b1f77"
98
+ "gitHead": "85dbf090ccb3b3d8152d5354a711d1d2275f380b"
113
99
  }