@mappa-ai/mappa-node 2.0.10 → 2.0.11

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": "@mappa-ai/mappa-node",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Official TypeScript/Node SDK for the Mappa API",
5
5
  "homepage": "https://api-docs.mappa.ai",
6
6
  "bugs": {
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsdown",
43
+ "clean": "git clean -xdf .turbo dist node_modules",
43
44
  "type-check": "bunx tsc --noEmit",
44
45
  "check": "biome check .",
45
- "lazycheck": "bun run check && bun run type-check && bun run test",
46
46
  "test": "bun test"
47
47
  },
48
48
  "devDependencies": {