From 31a13796e8b2aaaa79f2149a133980bdd968995e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 00:22:49 +0000 Subject: [PATCH 1/4] Bump minimist from 1.2.5 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9ca3fe..c9ed759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sineql", - "version": "0.5.3", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sineql", - "version": "0.5.3", + "version": "1.0.0", "license": "ISC", "devDependencies": { "jest": "^27.5.1" @@ -3034,9 +3034,9 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "node_modules/ms": { @@ -6337,9 +6337,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "ms": { From 42c1e3a0bb981a44a501b2f6fa917a0d9c7f28ea Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 7 May 2022 00:23:04 +1000 Subject: [PATCH 2/4] Tweaked README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2bf770..a59e2a5 100644 --- a/README.md +++ b/README.md @@ -180,13 +180,11 @@ The fields can be altered as well, using the query language's built-in keywords: * update * delete * match -* typeName (this is not used in either language, but rather is used internally) - -`create`, `update` and `delete` are still to be defined properly, but they'll probably work as follows. +* typeName (this is a reserved keyword - it is not used in either language, but rather is used internally) ### Create -When using `create`, `match` will find an existing record and associate that with the created values: +When using `create`, `match` finds an existing record and associates that with the created values: ``` create Author { @@ -227,7 +225,7 @@ create Book [ ### Update -When using `update`, `match` will find all existing records and update those using the `update` keyword: +When using `update`, `match` finds all existing records and updates those using the `update` keyword: ``` update Book { From fc36138417dfc68c3545f300604d7721beaad241 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 7 May 2022 00:25:30 +1000 Subject: [PATCH 3/4] Tweaked README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59e2a5..2b1b66b 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ The schema language is a layout of how queries should be made, as well as what c * type * scalar * unique +* typeName (this is a reserved keyword - it is not used in either language, but rather is used internally) `type` is used for defining new compound types. `scalar` is for defining new scalar types, such as `Date`. `unique` is a modifier on a field, indicating that it is unique in the database. @@ -180,7 +181,6 @@ The fields can be altered as well, using the query language's built-in keywords: * update * delete * match -* typeName (this is a reserved keyword - it is not used in either language, but rather is used internally) ### Create From a92fb444257fc7177f92c5a260e826d13e5898d6 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 7 May 2022 00:29:17 +1000 Subject: [PATCH 4/4] Bumped patch version number --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9ed759..58126a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sineql", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sineql", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "devDependencies": { "jest": "^27.5.1" diff --git a/package.json b/package.json index ef9c0c0..e145bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sineql", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple to use graphQL clone", "main": "source/index.js", "scripts": {