@quiltdata/benchling-webhook 0.6.1-20251104T044547Z → 0.6.1-20251104T051221Z

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.6.1-20251104T044547Z",
3
+ "version": "0.6.1-20251104T051221Z",
4
4
  "description": "AWS CDK deployment for Benchling webhook processing using Fargate - Deploy directly with npx",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "build:synth": "npx cdk synth",
20
20
  "build:typecheck": "tsc --noEmit",
21
21
  "deploy:dev": "npm run test && node bin/cdk-dev.js",
22
- "deploy:prod": "node dist/bin/cli.js deploy",
22
+ "deploy:prod": "ts-node bin/cli.ts deploy",
23
23
  "deploy:logs": "node bin/check-logs.js",
24
24
  "lint": "eslint . --ext .ts --fix && make -C docker lint",
25
25
  "postbuild": "chmod +x dist/bin/cli.js && cp bin/*.js dist/bin/ 2>/dev/null || true",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.6.1-20251104T044547Z",
3
+ "version": "0.6.1-20251104T051221Z",
4
4
  "description": "AWS CDK deployment for Benchling webhook processing using Fargate - Deploy directly with npx",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "build:synth": "npx cdk synth",
20
20
  "build:typecheck": "tsc --noEmit",
21
21
  "deploy:dev": "npm run test && node bin/cdk-dev.js",
22
- "deploy:prod": "node dist/bin/cli.js deploy",
22
+ "deploy:prod": "ts-node bin/cli.ts deploy",
23
23
  "deploy:logs": "node bin/check-logs.js",
24
24
  "lint": "eslint . --ext .ts --fix && make -C docker lint",
25
25
  "postbuild": "chmod +x dist/bin/cli.js && cp bin/*.js dist/bin/ 2>/dev/null || true",