q2-tecton-common 1.31.0 → 1.32.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 (1) hide show
  1. package/package.json +15 -14
package/package.json CHANGED
@@ -1,31 +1,32 @@
1
1
  {
2
2
  "name": "q2-tecton-common",
3
- "version": "1.31.0",
4
- "description": "",
3
+ "version": "1.32.0",
4
+ "description": "Common types and utilities used across all Tecton packages.",
5
+ "license": "MIT",
6
+ "author": "Q2 Tecton Team",
7
+ "files": [
8
+ "lib"
9
+ ],
5
10
  "publishConfig": {
6
- "registry": "https://registry.npmjs.org",
7
- "access": "public"
11
+ "access": "public",
12
+ "registry": "https://registry.npmjs.org"
8
13
  },
9
14
  "scripts": {
10
15
  "build": "yarn build:prod",
11
16
  "build:dev": "yarn build:prod",
12
17
  "build:prod": "tsc --project tsconfig.prod.json && resolve-tspaths",
13
- "test": "karma start --single-run --browsers chrome_headless --port 3412",
14
- "test:dev": "karma start",
15
- "test:sequenced": "yarn test --concurrency=1",
16
18
  "clean": "rm -rf lib",
17
19
  "fmt": "prettier -l 'src/**/*.ts*' 'test/**/*.ts*' '*.js*'",
18
20
  "fmt:fix": "prettier --write 'src/**/*.ts*' 'test/**/*.ts*' '*.js*'",
19
21
  "lint": "tslint --project ./tsconfig.json",
20
22
  "lint:fix": "tslint --fix --project ./tsconfig.json",
21
- "problems": "tsc --noEmit"
23
+ "problems": "tsc --noEmit",
24
+ "test": "karma start --single-run --browsers chrome_headless --port 3412",
25
+ "test:dev": "karma start",
26
+ "test:sequenced": "yarn test --concurrency=1"
22
27
  },
23
- "license": "MIT",
24
- "files": [
25
- "lib"
26
- ],
27
28
  "dependencies": {
28
- "dry-suite": "1.31.0",
29
+ "dry-suite": "1.32.0",
29
30
  "maybe-not": "~1.3.3",
30
31
  "rxjs": "6.6.7"
31
32
  },
@@ -52,5 +53,5 @@
52
53
  "tslint": "^6.1.3",
53
54
  "tslint-config-prettier": "^1.18.0"
54
55
  },
55
- "gitHead": "370d310eea17dfb360ca4df01749a9e6e79d1e27"
56
+ "gitHead": "1468fef3e634c1cf577a184dc76febb8f88d62ea"
56
57
  }