@squiz/dx-json-schema-lib 1.5.1-alpha.4 → 1.7.0-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,14 @@
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.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.5.1-alpha.4...v1.6.0) (2023-02-01)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [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
15
 
8
16
  **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.7.0-alpha.3+f47c8f5c",
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": "f47c8f5c62d1e96a52eaa16032e29d3adaf9159e"
37
37
  }