@slickgrid-universal/graphql 0.18.0 → 1.1.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/CHANGELOG.md +37 -1
  2. package/package.json +14 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
6
+ # [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
7
7
 
8
8
  **Note:** Version bump only for package @slickgrid-universal/graphql
9
9
 
@@ -12,6 +12,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
12
 
13
13
 
14
14
 
15
+ ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
16
+
17
+ **Note:** Version bump only for package @slickgrid-universal/graphql
18
+
19
+
20
+
21
+
22
+
23
+
24
+ ## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
25
+
26
+ **Note:** Version bump only for package @slickgrid-universal/graphql
27
+
28
+
29
+
30
+
31
+
32
+
33
+ # [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
34
+
35
+ **Note:** Version bump only for package @slickgrid-universal/graphql
36
+
37
+
38
+
39
+
40
+
41
+
42
+ # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
43
+
44
+ **Note:** Version bump only for package @slickgrid-universal/graphql
45
+
46
+
47
+
48
+
49
+
50
+
15
51
  # [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)
16
52
 
17
53
  **Note:** Version bump only for package @slickgrid-universal/graphql
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/graphql",
3
- "version": "0.18.0",
3
+ "version": "1.1.0",
4
4
  "description": "GraphQL Service to sync a grid with a GraphQL backend server",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -26,10 +26,19 @@
26
26
  "package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=graphql",
27
27
  "package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=graphql"
28
28
  },
29
- "author": "Ghislain B.",
30
29
  "license": "MIT",
30
+ "author": "Ghislain B.",
31
+ "homepage": "https://github.com/ghiscoding/slickgrid-universal",
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "https://github.com/ghiscoding/slickgrid-universal.git",
35
+ "directory": "packages/graphql"
36
+ },
37
+ "bugs": {
38
+ "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
39
+ },
31
40
  "engines": {
32
- "node": ">=14.15.0",
41
+ "node": ">=14.17.0",
33
42
  "npm": ">=6.14.8"
34
43
  },
35
44
  "browserslist": [
@@ -38,10 +47,10 @@
38
47
  "not dead"
39
48
  ],
40
49
  "dependencies": {
41
- "@slickgrid-universal/common": "^0.18.0"
50
+ "@slickgrid-universal/common": "^0.19.2"
42
51
  },
43
52
  "devDependencies": {
44
53
  "moment-mini": "^2.24.0"
45
54
  },
46
- "gitHead": "8bb69e2ea317262f1392f0b2bdf0adbb47263fb5"
55
+ "gitHead": "fd29e770b19fc58a0b7fdd08769a03a2e3f5456d"
47
56
  }