@williamthorsen/preflight 0.3.0 → 0.3.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 (2) hide show
  1. package/dist/esm/.cache +1 -1
  2. package/package.json +3 -2
package/dist/esm/.cache CHANGED
@@ -1 +1 @@
1
- 0c229676e52104b716c0f727df6151f36cf71cdb51efc78a6f2e985688b2310e
1
+ 5a11815b537fdbdbcf1b915bab5187ea16284e7cb0fcf38bf10c26acfc950701
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/preflight",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "description": "Run pre-deployment checks to verify environment and configuration",
6
6
  "keywords": [
@@ -23,7 +23,8 @@
23
23
  "type": "module",
24
24
  "exports": {
25
25
  ".": {
26
- "import": "./dist/esm/index.js"
26
+ "import": "./dist/esm/index.js",
27
+ "types": "./dist/esm/index.d.ts"
27
28
  }
28
29
  },
29
30
  "bin": {