@quiltdata/benchling-webhook 0.9.4 → 0.9.5-20251217T160812Z

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.9.4",
3
+ "version": "0.9.5-20251217T160812Z",
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",
@@ -44,6 +44,7 @@
44
44
  "test:ci": "npm run lint && npm run build:typecheck && npm run test:unit",
45
45
  "test:unit": "cross-env NODE_ENV=test jest --testPathIgnorePatterns='/test/integration/' --maxWorkers=50%",
46
46
  "test:no-secret": "make -C docker test-no-secret",
47
+ "test:minimal": "bash scripts/test-minimal.sh",
47
48
  "test:local": "npm run launch -- --mode docker-dev --profile dev --test",
48
49
  "test:local:prod": "npm run launch -- --mode docker --profile dev --test",
49
50
  "test:native": "npm run launch -- --mode native --profile dev --test",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.9.4",
3
+ "version": "0.9.5-20251217T160812Z",
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",
@@ -44,6 +44,7 @@
44
44
  "test:ci": "npm run lint && npm run build:typecheck && npm run test:unit",
45
45
  "test:unit": "cross-env NODE_ENV=test jest --testPathIgnorePatterns='/test/integration/' --maxWorkers=50%",
46
46
  "test:no-secret": "make -C docker test-no-secret",
47
+ "test:minimal": "bash scripts/test-minimal.sh",
47
48
  "test:local": "npm run launch -- --mode docker-dev --profile dev --test",
48
49
  "test:local:prod": "npm run launch -- --mode docker --profile dev --test",
49
50
  "test:native": "npm run launch -- --mode native --profile dev --test",