mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
062d65d7bb | ||
|
|
fe7229c17d | ||
|
|
7e11a582c9 | ||
|
|
42475a5a72 | ||
|
|
3b7feb37bd | ||
|
|
f113938118 | ||
|
|
2053ddfe5c | ||
|
|
dc1f1cd98c | ||
|
|
941af6ca2b | ||
|
|
bbb26388dd | ||
|
|
cf5baa7feb | ||
|
|
ebde2850f4 | ||
|
|
e272b91514 | ||
|
|
29354276a9 | ||
|
|
2b28c3eb6c | ||
|
|
68ef884e9c | ||
|
|
cfbb4407ba | ||
|
|
bda8f970d4 | ||
|
|
011bb59772 | ||
|
|
256f834d2c | ||
|
|
1107c45dcb |
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -16,13 +16,13 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x, 18.x]
|
||||
node-version: [22.x, 24.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v5
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2022 Kayne Ruse
|
||||
Copyright (c) 2022-2023 Kayne Ruse
|
||||
|
||||
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
|
||||
4916
package-lock.json
generated
4916
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sineql",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.5",
|
||||
"description": "A simple to use graphQL clone",
|
||||
"main": "source/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user