diff --git a/adapters/apollo-server/package-lock.json b/adapters/apollo-server/package-lock.json index b0314c7..414e447 100644 --- a/adapters/apollo-server/package-lock.json +++ b/adapters/apollo-server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aexol/axolotl-apollo-server", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aexol/axolotl-apollo-server", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { "@aexol/axolotl-core": "^0.0.8", "@apollo/server": "^4.9.4", diff --git a/adapters/apollo-server/package.json b/adapters/apollo-server/package.json index b7f7204..20455c1 100644 --- a/adapters/apollo-server/package.json +++ b/adapters/apollo-server/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/axolotl-apollo-server", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel", @@ -14,7 +14,7 @@ "lib" ], "dependencies": { - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", "@apollo/server": "^4.9.4", "@graphql-tools/schema": "^9.0.19", "@graphql-tools/utils": "^9.2.1" diff --git a/adapters/graphql-yoga/index.ts b/adapters/graphql-yoga/index.ts index 9c820e3..e312596 100644 --- a/adapters/graphql-yoga/index.ts +++ b/adapters/graphql-yoga/index.ts @@ -6,7 +6,7 @@ import { createServer } from 'http'; import * as path from 'path'; import { getDirective as getDirectiveFn, mapSchema } from '@graphql-tools/utils'; -type SchemaMapperInitial = Required>[1]; +export type SchemaMapperInitial = Required>[1]; export type SchemaMapper = ( schema: GraphQLSchemaWithContext, getDirective: typeof getDirectiveFn, diff --git a/adapters/graphql-yoga/package.json b/adapters/graphql-yoga/package.json index 0d2fd65..82d33db 100644 --- a/adapters/graphql-yoga/package.json +++ b/adapters/graphql-yoga/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/axolotl-graphql-yoga", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel", @@ -14,7 +14,7 @@ "lib" ], "dependencies": { - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", "@graphql-tools/utils": "^10.3.2", "graphql-yoga": "^4.0.5" }, diff --git a/adapters/stucco/package.json b/adapters/stucco/package.json index d3fcce7..9d944ef 100644 --- a/adapters/stucco/package.json +++ b/adapters/stucco/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/axolotl-stucco", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel", @@ -14,7 +14,7 @@ "lib" ], "dependencies": { - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", "stucco-js": "^0.10.19" } } diff --git a/examples/beerpub-apollo-server/package.json b/examples/beerpub-apollo-server/package.json index dc3ae0f..3463832 100644 --- a/examples/beerpub-apollo-server/package.json +++ b/examples/beerpub-apollo-server/package.json @@ -1,6 +1,6 @@ { "name": "beerpub-apollo-server", - "version": "0.4.2", + "version": "0.4.3", "description": "Automatically generated by graphql-editor-cli", "main": "lib/index.js", "type": "module", @@ -17,15 +17,15 @@ "author": "GraphQL Editor Centaur Generator", "license": "ISC", "dependencies": { - "@aexol/axolotl-apollo-server": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-apollo-server": "^0.4.3", + "@aexol/axolotl-core": "^0.4.3", "@apollo/server": "^4.9.4", "graphql": "^16.8.1", "node-fetch": "^3.2.10", "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", diff --git a/examples/beerpub-yoga-federated/package.json b/examples/beerpub-yoga-federated/package.json index 3cf9e7e..0bc471f 100644 --- a/examples/beerpub-yoga-federated/package.json +++ b/examples/beerpub-yoga-federated/package.json @@ -1,6 +1,6 @@ { "name": "beerpub-yoga-federated", - "version": "0.5.2", + "version": "0.5.3", "description": "Automatically generated by graphql-editor-cli", "main": "lib/index.js", "type": "module", @@ -20,15 +20,15 @@ "author": "GraphQL Editor Centaur Generator", "license": "ISC", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-graphql-yoga": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-graphql-yoga": "^0.4.3", "graphql": "^16.8.1", "graphql-yoga": "^4.0.5", "node-fetch": "^3.2.10", "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", diff --git a/examples/beerpub-yoga/package.json b/examples/beerpub-yoga/package.json index 20db5d7..06b89f2 100644 --- a/examples/beerpub-yoga/package.json +++ b/examples/beerpub-yoga/package.json @@ -1,6 +1,6 @@ { "name": "beerpub-yoga", - "version": "0.5.2", + "version": "0.5.3", "description": "Automatically generated by graphql-editor-cli", "main": "lib/index.js", "type": "module", @@ -20,15 +20,15 @@ "author": "GraphQL Editor Centaur Generator", "license": "ISC", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-graphql-yoga": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-graphql-yoga": "^0.4.3", "graphql": "^16.8.1", "graphql-yoga": "^4.0.5", "node-fetch": "^3.2.10", "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", diff --git a/modularium/cli/package.json b/modularium/cli/package.json index 433cb8f..44b841e 100644 --- a/modularium/cli/package.json +++ b/modularium/cli/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/modularium", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel", @@ -19,6 +19,6 @@ "dependencies": { "chalk": "^5.3.0", "commander": "^11.0.0", - "@aexol/axolotl-config": "^0.3.9" + "@aexol/axolotl-config": "^0.4.3" } } diff --git a/modularium/playground/package.json b/modularium/playground/package.json index 336a957..7d2e655 100644 --- a/modularium/playground/package.json +++ b/modularium/playground/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/modularium-playground", - "version": "0.4.2", + "version": "0.4.3", "description": "Axolotl modularium", "main": "lib/index.js", "type": "module", @@ -14,6 +14,6 @@ "author": "GraphQL Editor Centaur Generator", "license": "ISC", "devDependencies": { - "@aexol/modularium": "^0.4.2" + "@aexol/modularium": "^0.4.3" } } diff --git a/modularium/root/package.json b/modularium/root/package.json index 76dc2ad..79e5da4 100644 --- a/modularium/root/package.json +++ b/modularium/root/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/modularium-root", - "version": "0.4.2", + "version": "0.4.3", "description": "Axolotl modularium", "main": "lib/index.js", "type": "module", @@ -20,8 +20,8 @@ "author": "GraphQL Editor Centaur Generator", "license": "ISC", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-graphql-yoga": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-graphql-yoga": "^0.4.3", "googleapis": "^140.0.1", "graphql": "^16.8.1", "graphql-yoga": "^4.0.5", @@ -32,7 +32,7 @@ "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^7.12.0", diff --git a/package-lock.json b/package-lock.json index 0c37f5b..132fda1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,9 +50,9 @@ }, "adapters/apollo-server": { "name": "@aexol/axolotl-apollo-server", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", "@apollo/server": "^4.9.4", "@graphql-tools/schema": "^9.0.19", "@graphql-tools/utils": "^9.2.1" @@ -61,35 +61,6 @@ "graphql": "^16.0.0 || ^17.0.0" } }, - "adapters/apollo-server/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "adapters/apollo-server/node_modules/@aexol/axolotl-core/node_modules/@graphql-tools/utils": { - "version": "10.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.3.2.tgz", - "integrity": "sha512-iaqOHS4f90KNADBHqVsRBjKpM6iSvsUg1q5GhWMK03loYLaDzftrEwcsl0OkSSnRhJvAsT7q4q3r3YzRoV0v1g==", - "dependencies": { - "@graphql-typed-document-node/core": "^3.1.1", - "cross-inspect": "1.0.0", - "dset": "^3.1.2", - "tslib": "^2.4.0" - }, - "engines": { - "node": ">=16.0.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "adapters/apollo-server/node_modules/@apollo/server": { "version": "4.9.4", "license": "MIT", @@ -163,14 +134,6 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "adapters/apollo-server/node_modules/graphql-js-tree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "adapters/apollo-server/node_modules/lru-cache": { "version": "7.18.3", "license": "ISC", @@ -209,9 +172,9 @@ }, "adapters/graphql-yoga": { "name": "@aexol/axolotl-graphql-yoga", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", "@graphql-tools/utils": "^10.3.2", "graphql-yoga": "^4.0.5" }, @@ -219,67 +182,27 @@ "graphql": "^16.0.0 || ^17.0.0" } }, - "adapters/graphql-yoga/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "adapters/graphql-yoga/node_modules/graphql-js-tree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "adapters/stucco": { "name": "@aexol/axolotl-stucco", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", "stucco-js": "^0.10.19" } }, - "adapters/stucco/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "adapters/stucco/node_modules/graphql-js-tree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "examples/beerpub-apollo-server": { - "version": "0.4.2", + "version": "0.4.3", "license": "ISC", "dependencies": { - "@aexol/axolotl-apollo-server": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-apollo-server": "^0.4.3", + "@aexol/axolotl-core": "^0.4.3", "@apollo/server": "^4.9.4", "graphql": "^16.8.1", "node-fetch": "^3.2.10", "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", @@ -292,62 +215,16 @@ "typescript-transform-paths": "^3.4.6" } }, - "examples/beerpub-apollo-server/node_modules/@aexol/axolotl": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl/-/axolotl-0.3.9.tgz", - "integrity": "sha512-7cJ9LhGIirflWwAV/hzvP4t3EXjVjrLMlERWtHt/5gisIaOimEthTMRhiBY/2+w3VZSY2oEBYekZHgAojDGOug==", - "dev": true, - "dependencies": { - "@aexol/axolotl-config": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", - "chalk": "^5.3.0", - "chokidar": "^3.6.0", - "commander": "^11.0.0", - "graphql-js-tree": "^1.0.6" - }, - "bin": { - "axolotl": "lib/index.js" - } - }, - "examples/beerpub-apollo-server/node_modules/@aexol/axolotl-apollo-server": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-apollo-server/-/axolotl-apollo-server-0.3.9.tgz", - "integrity": "sha512-rzrgexaX8F1GAXYHP85EdcmBWOxEFcQ2vSa5sGA4VIbb84Hv0VcqZFjVeH4d4vYC5CAauugj22w92nISGJJdhg==", - "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@apollo/server": "^4.9.4", - "@graphql-tools/schema": "^9.0.19", - "@graphql-tools/utils": "^9.2.1" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "examples/beerpub-apollo-server/node_modules/@aexol/axolotl-config": { "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-config/-/axolotl-config-0.3.9.tgz", - "integrity": "sha512-C1SK9vZO5xRp9OHvMtAUdreXhL9VXDz+9IhxZuLOyAwc7bKuvIOIpgeHxGx0UUhi8eBz6YAOjPgFqHG9TtvfJg==", "dev": true, "dependencies": { "config-maker": "^0.0.5" } }, - "examples/beerpub-apollo-server/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "examples/beerpub-apollo-server/node_modules/@aexol/axolotl-core/node_modules/@graphql-tools/utils": { "version": "10.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.3.2.tgz", - "integrity": "sha512-iaqOHS4f90KNADBHqVsRBjKpM6iSvsUg1q5GhWMK03loYLaDzftrEwcsl0OkSSnRhJvAsT7q4q3r3YzRoV0v1g==", + "license": "MIT", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "cross-inspect": "1.0.0", @@ -363,8 +240,7 @@ }, "examples/beerpub-apollo-server/node_modules/@aexol/axolotl-core/node_modules/graphql-js-tree": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", + "license": "MIT", "peerDependencies": { "graphql": "^16.0.0 || ^17.0.0" } @@ -652,9 +528,8 @@ }, "examples/beerpub-apollo-server/node_modules/chalk": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -695,18 +570,18 @@ } }, "examples/beerpub-yoga": { - "version": "0.5.2", + "version": "0.5.3", "license": "ISC", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-graphql-yoga": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-graphql-yoga": "^0.4.3", "graphql": "^16.8.1", "graphql-yoga": "^4.0.5", "node-fetch": "^3.2.10", "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", @@ -721,18 +596,18 @@ } }, "examples/beerpub-yoga-federated": { - "version": "0.5.2", + "version": "0.5.3", "license": "ISC", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-graphql-yoga": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-graphql-yoga": "^0.4.3", "graphql": "^16.8.1", "graphql-yoga": "^4.0.5", "node-fetch": "^3.2.10", "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", @@ -746,153 +621,18 @@ "typescript-transform-paths": "^3.4.6" } }, - "examples/beerpub-yoga-federated/node_modules/@aexol/axolotl": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl/-/axolotl-0.3.9.tgz", - "integrity": "sha512-7cJ9LhGIirflWwAV/hzvP4t3EXjVjrLMlERWtHt/5gisIaOimEthTMRhiBY/2+w3VZSY2oEBYekZHgAojDGOug==", - "dev": true, - "dependencies": { - "@aexol/axolotl-config": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", - "chalk": "^5.3.0", - "chokidar": "^3.6.0", - "commander": "^11.0.0", - "graphql-js-tree": "^1.0.6" - }, - "bin": { - "axolotl": "lib/index.js" - } - }, - "examples/beerpub-yoga-federated/node_modules/@aexol/axolotl-config": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-config/-/axolotl-config-0.3.9.tgz", - "integrity": "sha512-C1SK9vZO5xRp9OHvMtAUdreXhL9VXDz+9IhxZuLOyAwc7bKuvIOIpgeHxGx0UUhi8eBz6YAOjPgFqHG9TtvfJg==", - "dev": true, - "dependencies": { - "config-maker": "^0.0.5" - } - }, - "examples/beerpub-yoga-federated/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "examples/beerpub-yoga-federated/node_modules/@aexol/axolotl-core/node_modules/graphql-js-tree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "examples/beerpub-yoga-federated/node_modules/@aexol/axolotl-graphql-yoga": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-graphql-yoga/-/axolotl-graphql-yoga-0.3.9.tgz", - "integrity": "sha512-+Xbe8ZKoOYzIX+qpUon+VVIpjMKiWb8uXJWKfLjOFuWEzD5F2og6dK67r/mhMWezp8hwwTOtSDfRPhwrUFwDXA==", - "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@graphql-tools/utils": "^10.3.2", - "graphql-yoga": "^4.0.5" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "examples/beerpub-yoga-federated/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "dev": true, - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "examples/beerpub-yoga/node_modules/@aexol/axolotl": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl/-/axolotl-0.3.9.tgz", - "integrity": "sha512-7cJ9LhGIirflWwAV/hzvP4t3EXjVjrLMlERWtHt/5gisIaOimEthTMRhiBY/2+w3VZSY2oEBYekZHgAojDGOug==", - "dev": true, - "dependencies": { - "@aexol/axolotl-config": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", - "chalk": "^5.3.0", - "chokidar": "^3.6.0", - "commander": "^11.0.0", - "graphql-js-tree": "^1.0.6" - }, - "bin": { - "axolotl": "lib/index.js" - } - }, - "examples/beerpub-yoga/node_modules/@aexol/axolotl-config": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-config/-/axolotl-config-0.3.9.tgz", - "integrity": "sha512-C1SK9vZO5xRp9OHvMtAUdreXhL9VXDz+9IhxZuLOyAwc7bKuvIOIpgeHxGx0UUhi8eBz6YAOjPgFqHG9TtvfJg==", - "dev": true, - "dependencies": { - "config-maker": "^0.0.5" - } - }, - "examples/beerpub-yoga/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "examples/beerpub-yoga/node_modules/@aexol/axolotl-core/node_modules/graphql-js-tree": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "examples/beerpub-yoga/node_modules/@aexol/axolotl-graphql-yoga": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-graphql-yoga/-/axolotl-graphql-yoga-0.3.9.tgz", - "integrity": "sha512-+Xbe8ZKoOYzIX+qpUon+VVIpjMKiWb8uXJWKfLjOFuWEzD5F2og6dK67r/mhMWezp8hwwTOtSDfRPhwrUFwDXA==", - "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@graphql-tools/utils": "^10.3.2", - "graphql-yoga": "^4.0.5" - }, + "license": "MIT", "peerDependencies": { "graphql": "^16.0.0 || ^17.0.0" } }, - "examples/beerpub-yoga/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "dev": true, - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "modularium/cli": { "name": "@aexol/modularium", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { - "@aexol/axolotl-config": "^0.3.9", + "@aexol/axolotl-config": "^0.4.3", "chalk": "^5.3.0", "commander": "^11.0.0" }, @@ -900,14 +640,6 @@ "modularium": "lib/index.js" } }, - "modularium/cli/node_modules/@aexol/axolotl-config": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-config/-/axolotl-config-0.3.9.tgz", - "integrity": "sha512-C1SK9vZO5xRp9OHvMtAUdreXhL9VXDz+9IhxZuLOyAwc7bKuvIOIpgeHxGx0UUhi8eBz6YAOjPgFqHG9TtvfJg==", - "dependencies": { - "config-maker": "^0.0.5" - } - }, "modularium/cli/node_modules/chalk": { "version": "5.3.0", "license": "MIT", @@ -919,19 +651,20 @@ } }, "modularium/playground": { - "version": "0.4.2", + "name": "@aexol/modularium-playground", + "version": "0.4.3", "license": "ISC", "devDependencies": { - "@aexol/modularium": "^0.4.2" + "@aexol/modularium": "^0.4.3" } }, "modularium/root": { "name": "@aexol/modularium-root", - "version": "0.4.2", + "version": "0.4.3", "license": "ISC", "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-graphql-yoga": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-graphql-yoga": "^0.4.3", "googleapis": "^140.0.1", "graphql": "^16.8.1", "graphql-yoga": "^4.0.5", @@ -942,7 +675,7 @@ "ws": "^8.12.0" }, "devDependencies": { - "@aexol/axolotl": "^0.3.9", + "@aexol/axolotl": "^0.4.3", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^7.12.0", @@ -957,77 +690,6 @@ "typescript-transform-paths": "^3.4.6" } }, - "modularium/root/node_modules/@aexol/axolotl": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl/-/axolotl-0.3.9.tgz", - "integrity": "sha512-7cJ9LhGIirflWwAV/hzvP4t3EXjVjrLMlERWtHt/5gisIaOimEthTMRhiBY/2+w3VZSY2oEBYekZHgAojDGOug==", - "dev": true, - "dependencies": { - "@aexol/axolotl-config": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", - "chalk": "^5.3.0", - "chokidar": "^3.6.0", - "commander": "^11.0.0", - "graphql-js-tree": "^1.0.6" - }, - "bin": { - "axolotl": "lib/index.js" - } - }, - "modularium/root/node_modules/@aexol/axolotl-config": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-config/-/axolotl-config-0.3.9.tgz", - "integrity": "sha512-C1SK9vZO5xRp9OHvMtAUdreXhL9VXDz+9IhxZuLOyAwc7bKuvIOIpgeHxGx0UUhi8eBz6YAOjPgFqHG9TtvfJg==", - "dev": true, - "dependencies": { - "config-maker": "^0.0.5" - } - }, - "modularium/root/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "modularium/root/node_modules/@aexol/axolotl-core/node_modules/graphql-js-tree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "modularium/root/node_modules/@aexol/axolotl-graphql-yoga": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-graphql-yoga/-/axolotl-graphql-yoga-0.3.9.tgz", - "integrity": "sha512-+Xbe8ZKoOYzIX+qpUon+VVIpjMKiWb8uXJWKfLjOFuWEzD5F2og6dK67r/mhMWezp8hwwTOtSDfRPhwrUFwDXA==", - "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@graphql-tools/utils": "^10.3.2", - "graphql-yoga": "^4.0.5" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "modularium/root/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "dev": true, - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "dev": true, @@ -10251,10 +9913,10 @@ }, "packages/cli": { "name": "@aexol/axolotl", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { - "@aexol/axolotl-config": "^0.3.9", - "@aexol/axolotl-core": "^0.3.9", + "@aexol/axolotl-config": "^0.4.3", + "@aexol/axolotl-core": "^0.4.3", "chalk": "^5.3.0", "chokidar": "^3.6.0", "commander": "^11.0.0", @@ -10264,34 +9926,6 @@ "axolotl": "lib/index.js" } }, - "packages/cli/node_modules/@aexol/axolotl-config": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-config/-/axolotl-config-0.3.9.tgz", - "integrity": "sha512-C1SK9vZO5xRp9OHvMtAUdreXhL9VXDz+9IhxZuLOyAwc7bKuvIOIpgeHxGx0UUhi8eBz6YAOjPgFqHG9TtvfJg==", - "dependencies": { - "config-maker": "^0.0.5" - } - }, - "packages/cli/node_modules/@aexol/axolotl-core": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@aexol/axolotl-core/-/axolotl-core-0.3.9.tgz", - "integrity": "sha512-HyrZ9BQLaPUaJd0ccEn5gK0d0OrYnXY81gRqp+uDuIU7NzYyvVIdOo1ocagGmZeHGpjiuhp8xbRuM+R5HAo8QA==", - "dependencies": { - "@graphql-tools/utils": "^10.3.2", - "graphql-js-tree": "^3.0.0" - }, - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, - "packages/cli/node_modules/@aexol/axolotl-core/node_modules/graphql-js-tree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-js-tree/-/graphql-js-tree-3.0.1.tgz", - "integrity": "sha512-3ziU303/75MruWU/gTXxZ+RS04FfCBSPOWzsI1zqOEs84krHAckCCXrbF8FhQ0JGcQv85uJf6fn2Nr07M6tgWA==", - "peerDependencies": { - "graphql": "^16.0.0 || ^17.0.0" - } - }, "packages/cli/node_modules/chalk": { "version": "5.3.0", "license": "MIT", @@ -10304,14 +9938,14 @@ }, "packages/config": { "name": "@aexol/axolotl-config", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { "config-maker": "^0.0.5" } }, "packages/core": { "name": "@aexol/axolotl-core", - "version": "0.4.2", + "version": "0.4.3", "dependencies": { "@graphql-tools/utils": "^10.3.2", "graphql-js-tree": "^3.0.0" diff --git a/packages/cli/package.json b/packages/cli/package.json index 0309282..fc8da32 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/axolotl", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel", @@ -17,8 +17,8 @@ "lib" ], "dependencies": { - "@aexol/axolotl-core": "^0.3.9", - "@aexol/axolotl-config": "^0.3.9", + "@aexol/axolotl-core": "^0.4.3", + "@aexol/axolotl-config": "^0.4.3", "chalk": "^5.3.0", "chokidar": "^3.6.0", "commander": "^11.0.0", diff --git a/packages/config/package.json b/packages/config/package.json index a11fc43..f01adb5 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/axolotl-config", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel", diff --git a/packages/core/package.json b/packages/core/package.json index e1c86d4..cd5fe0a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aexol/axolotl-core", - "version": "0.4.2", + "version": "0.4.3", "private": false, "main": "./lib/index.js", "author": "Aexol, Artur Czemiel",