@squiz/dx-json-schema-lib 1.5.1-alpha.4 → 1.6.1-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.6.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.2...v1.6.1-alpha.3) (2023-02-02)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+
11
+
12
+
13
+
14
+ # [1.6.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.5.1-alpha.4...v1.6.0) (2023-02-01)
15
+
16
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.5.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.4) (2023-01-31)
7
23
 
8
24
  **Note:** Version bump only for package @squiz/dx-json-schema-lib
package/jest.config.ts CHANGED
@@ -6,6 +6,7 @@ configFunc();
6
6
  // Sync object
7
7
  const config: Config = {
8
8
  preset: 'ts-jest',
9
+ testTimeout: 60_000,
9
10
  testEnvironment: 'node',
10
11
 
11
12
  testPathIgnorePatterns: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dx-json-schema-lib",
3
- "version": "1.5.1-alpha.4",
3
+ "version": "1.6.1-alpha.3",
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": "399e7b8fd9e6d1a09e8510b7738b4c9e4483308d"
36
+ "gitHead": "450a1e93e000e3c06f95fc147ce15de74572c9fb"
37
37
  }