@quiltdata/benchling-webhook 0.5.4-20251103T180544Z → 0.6.0

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 (2) hide show
  1. package/dist/package.json +3 -10
  2. package/package.json +3 -10
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.5.4-20251103T180544Z",
3
+ "version": "0.6.0",
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,6 +18,7 @@
18
18
  "build:clean": "rm -rf cdk.out dist */{*.js,*.d.ts}",
19
19
  "build:synth": "npx cdk synth",
20
20
  "build:typecheck": "tsc --noEmit",
21
+ "cli": "node dist/bin/cli.js",
21
22
  "lint": "eslint . --ext .ts --fix && make -C docker lint",
22
23
  "prebuild": "rm -rf dist",
23
24
  "prepublishOnly": "npm run build",
@@ -35,15 +36,7 @@
35
36
  "test:python": "make -C docker test-unit",
36
37
  "test:remote": "npm run release:dev && make -C docker test-deployed-dev",
37
38
  "test:ts": "cross-env NODE_ENV=test jest --maxWorkers=50%",
38
- "clean": "npm run build:clean",
39
- "config:health": "npm run setup:health",
40
- "config:infer": "npm run setup:infer",
41
- "config:sync-secrets": "npm run setup:sync-secrets",
42
- "synth": "npm run build:synth",
43
- "tag": "npm run release:tag",
44
- "test-ci": "npm run test:ci",
45
- "test-ts": "npm run test:ts",
46
- "typecheck": "npm run build:typecheck"
39
+ "version": "node bin/version.js"
47
40
  },
48
41
  "keywords": [
49
42
  "benchling",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltdata/benchling-webhook",
3
- "version": "0.5.4-20251103T180544Z",
3
+ "version": "0.6.0",
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,6 +18,7 @@
18
18
  "build:clean": "rm -rf cdk.out dist */{*.js,*.d.ts}",
19
19
  "build:synth": "npx cdk synth",
20
20
  "build:typecheck": "tsc --noEmit",
21
+ "cli": "node dist/bin/cli.js",
21
22
  "lint": "eslint . --ext .ts --fix && make -C docker lint",
22
23
  "prebuild": "rm -rf dist",
23
24
  "prepublishOnly": "npm run build",
@@ -35,15 +36,7 @@
35
36
  "test:python": "make -C docker test-unit",
36
37
  "test:remote": "npm run release:dev && make -C docker test-deployed-dev",
37
38
  "test:ts": "cross-env NODE_ENV=test jest --maxWorkers=50%",
38
- "clean": "npm run build:clean",
39
- "config:health": "npm run setup:health",
40
- "config:infer": "npm run setup:infer",
41
- "config:sync-secrets": "npm run setup:sync-secrets",
42
- "synth": "npm run build:synth",
43
- "tag": "npm run release:tag",
44
- "test-ci": "npm run test:ci",
45
- "test-ts": "npm run test:ts",
46
- "typecheck": "npm run build:typecheck"
39
+ "version": "node bin/version.js"
47
40
  },
48
41
  "keywords": [
49
42
  "benchling",