@quiltdata/benchling-webhook 0.6.1-20251104T053146Z → 0.6.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.6.1-20251104T053146Z",
3
+ "version": "0.6.1",
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",
@@ -20,13 +20,13 @@
20
20
  "build:typecheck": "tsc --noEmit",
21
21
  "deploy:dev": "npm run test && ts-node bin/dev-deploy.ts",
22
22
  "deploy:prod": "ts-node bin/cli.ts deploy",
23
- "deploy:logs": "node bin/check-logs.js",
23
+ "deploy:logs": "ts-node bin/check-logs.ts",
24
24
  "lint": "eslint . --ext .ts --fix && make -C docker lint",
25
- "postbuild": "chmod +x dist/bin/cli.js && cp bin/*.js dist/bin/ 2>/dev/null || true",
25
+ "postbuild": "chmod +x dist/bin/cli.js",
26
26
  "prebuild": "rm -rf dist",
27
27
  "prepublishOnly": "npm run build",
28
- "release": "npm run test && node bin/release.js && make -C docker push-ci",
29
- "release:tag": "node bin/version.js && git push --tags",
28
+ "release": "npm run test && ts-node bin/release.ts && make -C docker push-ci",
29
+ "release:tag": "ts-node bin/release.ts",
30
30
  "setup": "ts-node scripts/install-wizard.ts",
31
31
  "setup:health": "ts-node scripts/config-health-check.ts",
32
32
  "setup:infer": "ts-node scripts/infer-quilt-config.ts",
@@ -37,7 +37,7 @@
37
37
  "test:python": "make -C docker test-unit",
38
38
  "test:remote": "npm run deploy:dev && make -C docker test-deployed-dev",
39
39
  "test:ts": "cross-env NODE_ENV=test jest --maxWorkers=50%",
40
- "version": "node bin/version.js"
40
+ "version": "ts-node bin/version.ts"
41
41
  },
42
42
  "keywords": [
43
43
  "benchling",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.6.1-20251104T053146Z",
3
+ "version": "0.6.1",
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",
@@ -20,13 +20,13 @@
20
20
  "build:typecheck": "tsc --noEmit",
21
21
  "deploy:dev": "npm run test && ts-node bin/dev-deploy.ts",
22
22
  "deploy:prod": "ts-node bin/cli.ts deploy",
23
- "deploy:logs": "node bin/check-logs.js",
23
+ "deploy:logs": "ts-node bin/check-logs.ts",
24
24
  "lint": "eslint . --ext .ts --fix && make -C docker lint",
25
- "postbuild": "chmod +x dist/bin/cli.js && cp bin/*.js dist/bin/ 2>/dev/null || true",
25
+ "postbuild": "chmod +x dist/bin/cli.js",
26
26
  "prebuild": "rm -rf dist",
27
27
  "prepublishOnly": "npm run build",
28
- "release": "npm run test && node bin/release.js && make -C docker push-ci",
29
- "release:tag": "node bin/version.js && git push --tags",
28
+ "release": "npm run test && ts-node bin/release.ts && make -C docker push-ci",
29
+ "release:tag": "ts-node bin/release.ts",
30
30
  "setup": "ts-node scripts/install-wizard.ts",
31
31
  "setup:health": "ts-node scripts/config-health-check.ts",
32
32
  "setup:infer": "ts-node scripts/infer-quilt-config.ts",
@@ -37,7 +37,7 @@
37
37
  "test:python": "make -C docker test-unit",
38
38
  "test:remote": "npm run deploy:dev && make -C docker test-deployed-dev",
39
39
  "test:ts": "cross-env NODE_ENV=test jest --maxWorkers=50%",
40
- "version": "node bin/version.js"
40
+ "version": "ts-node bin/version.ts"
41
41
  },
42
42
  "keywords": [
43
43
  "benchling",