@temporary-name/drizzle 0.0.1-alpha.2957dbc009ec31fa21575f028b83c96651cba827 → 0.0.1-alpha.3bfad2d4c9c25a8fb0e01d57b30d58f74bc8f953

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 +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@temporary-name/drizzle",
3
3
  "type": "module",
4
- "version": "0.0.1-alpha.2957dbc009ec31fa21575f028b83c96651cba827",
4
+ "version": "0.0.1-alpha.3bfad2d4c9c25a8fb0e01d57b30d58f74bc8f953",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.stainless.com/",
7
7
  "repository": {
@@ -36,6 +36,7 @@
36
36
  "scripts": {
37
37
  "build": "unbuild",
38
38
  "build:watch": "pnpm run build --watch",
39
+ "clean": "tsc -b --clean",
39
40
  "type:check": "tsc -b"
40
41
  }
41
42
  }