@quiltdata/benchling-webhook 0.5.4-20251031T201031Z → 0.5.4-20251031T221509Z

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.5.4-20251031T201031Z",
3
+ "version": "0.5.4-20251031T221509Z",
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",
@@ -18,7 +18,7 @@
18
18
  "test": "npm run typecheck && npm run test:ts && npm run test:python",
19
19
  "test-ci": "npm run typecheck && npm run test:ts",
20
20
  "typecheck": "tsc --noEmit",
21
- "test:ts": "NODE_ENV=test TMPDIR=./.tmp node --max-old-space-size=4096 ./node_modules/.bin/jest",
21
+ "test:ts": "NODE_ENV=test node --max-old-space-size=4096 ./node_modules/.bin/jest",
22
22
  "test:python": "make -C docker test-unit",
23
23
  "cdk": "npm run test && npm run cli -- --yes",
24
24
  "cdk:dev": "node bin/cdk-dev.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.5.4-20251031T201031Z",
3
+ "version": "0.5.4-20251031T221509Z",
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",
@@ -18,7 +18,7 @@
18
18
  "test": "npm run typecheck && npm run test:ts && npm run test:python",
19
19
  "test-ci": "npm run typecheck && npm run test:ts",
20
20
  "typecheck": "tsc --noEmit",
21
- "test:ts": "NODE_ENV=test TMPDIR=./.tmp node --max-old-space-size=4096 ./node_modules/.bin/jest",
21
+ "test:ts": "NODE_ENV=test node --max-old-space-size=4096 ./node_modules/.bin/jest",
22
22
  "test:python": "make -C docker test-unit",
23
23
  "cdk": "npm run test && npm run cli -- --yes",
24
24
  "cdk:dev": "node bin/cdk-dev.js",