@squiz/dx-json-schema-lib 1.9.0-alpha.0 → 1.10.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/jest.config.ts +1 -1
  2. package/package.json +2 -2
package/jest.config.ts CHANGED
@@ -16,7 +16,7 @@ const config: Config = {
16
16
  '/integration-tests/',
17
17
  '.*\\.integration\\.spec\\.ts$',
18
18
  ],
19
- maxWorkers: '80%',
19
+ maxWorkers: 1,
20
20
 
21
21
  globals: {
22
22
  'ts-jest': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dx-json-schema-lib",
3
- "version": "1.9.0-alpha.0",
3
+ "version": "1.10.0-alpha.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -33,5 +33,5 @@
33
33
  "better-ajv-errors": "1.2.0",
34
34
  "json-schema-library": "7.4.4"
35
35
  },
36
- "gitHead": "7887a3f89b802a5441387f719410fea75dc144b3"
36
+ "gitHead": "a19663513d757ad95579e8f01cbb0ac417a71388"
37
37
  }