lambda-reactor 1.0.2 → 1.0.4

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 (34) hide show
  1. package/package.json +4 -7
  2. /package/{dist/build-handlers.d.ts → build-handlers.d.ts} +0 -0
  3. /package/{dist/build-handlers.js → build-handlers.js} +0 -0
  4. /package/{dist/build-handlers.js.map → build-handlers.js.map} +0 -0
  5. /package/{dist/dispatch.d.ts → dispatch.d.ts} +0 -0
  6. /package/{dist/dispatch.js → dispatch.js} +0 -0
  7. /package/{dist/dispatch.js.map → dispatch.js.map} +0 -0
  8. /package/{dist/env.d.ts → env.d.ts} +0 -0
  9. /package/{dist/env.js → env.js} +0 -0
  10. /package/{dist/env.js.map → env.js.map} +0 -0
  11. /package/{dist/handler.d.ts → handler.d.ts} +0 -0
  12. /package/{dist/handler.js → handler.js} +0 -0
  13. /package/{dist/handler.js.map → handler.js.map} +0 -0
  14. /package/{dist/logger.d.ts → logger.d.ts} +0 -0
  15. /package/{dist/logger.js → logger.js} +0 -0
  16. /package/{dist/logger.js.map → logger.js.map} +0 -0
  17. /package/{dist/method.d.ts → method.d.ts} +0 -0
  18. /package/{dist/method.js → method.js} +0 -0
  19. /package/{dist/method.js.map → method.js.map} +0 -0
  20. /package/{dist/middleware.d.ts → middleware.d.ts} +0 -0
  21. /package/{dist/middleware.js → middleware.js} +0 -0
  22. /package/{dist/middleware.js.map → middleware.js.map} +0 -0
  23. /package/{dist/response.d.ts → response.d.ts} +0 -0
  24. /package/{dist/response.js → response.js} +0 -0
  25. /package/{dist/response.js.map → response.js.map} +0 -0
  26. /package/{dist/route-handler.d.ts → route-handler.d.ts} +0 -0
  27. /package/{dist/route-handler.js → route-handler.js} +0 -0
  28. /package/{dist/route-handler.js.map → route-handler.js.map} +0 -0
  29. /package/{dist/router-class.d.ts → router-class.d.ts} +0 -0
  30. /package/{dist/router-class.js → router-class.js} +0 -0
  31. /package/{dist/router-class.js.map → router-class.js.map} +0 -0
  32. /package/{dist/router.d.ts → router.d.ts} +0 -0
  33. /package/{dist/router.js → router.js} +0 -0
  34. /package/{dist/router.js.map → router.js.map} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambda-reactor",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "scripts": {
5
5
  "prepare": "lefthook install",
6
6
  "check": "tsgo",
@@ -8,19 +8,16 @@
8
8
  "format": "prettier -uwu .",
9
9
  "test": "vitest",
10
10
  "build": "rm -rf dist && tsgo -p tsconfig.build.json && bun build --target=node --external='*' --splitting --sourcemap=external --keep-names --root=src --outdir=dist src/*.ts",
11
- "prepublishOnly": "bun run build"
11
+ "publish": "bun run build && cd dist && cp ../package.json . && npm publish"
12
12
  },
13
13
  "type": "module",
14
14
  "imports": {
15
15
  "#src/*": "./src/*.ts"
16
16
  },
17
- "files": [
18
- "dist"
19
- ],
20
17
  "exports": {
21
18
  "./*": {
22
- "types": "./dist/*.d.ts",
23
- "default": "./dist/*.js"
19
+ "types": "./*.d.ts",
20
+ "default": "./*.js"
24
21
  }
25
22
  },
26
23
  "devDependencies": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes