@kirschbaum-development/sst-laravel 0.0.21 → 0.0.22

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 +8 -2
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@kirschbaum-development/sst-laravel",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "description": "An unofficial extension of SST to deploy containerized Laravel applications to AWS Fargate.",
6
6
  "main": "laravel-sst.ts",
7
+ "types": "laravel-sst.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./laravel-sst.ts",
11
+ "import": "./laravel-sst.ts"
12
+ }
13
+ },
7
14
  "files": [
8
15
  "dist/bin",
9
16
  "src",
@@ -18,7 +25,6 @@
18
25
  ],
19
26
  "scripts": {
20
27
  "build": "tsc",
21
- "prepublishOnly": "npm run build",
22
28
  "publish": "npm publish --access public"
23
29
  },
24
30
  "repository": {