Skip to content

Commit 5183929

Browse files
committed
next version
1 parent 2e4a511 commit 5183929

File tree

14 files changed

+70
-68
lines changed

14 files changed

+70
-68
lines changed

adapters/apollo-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aexol/axolotl-apollo-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "Aexol, Artur Czemiel",
@@ -18,12 +18,12 @@
1818
"@graphql-tools/utils": "^9.2.1"
1919
},
2020
"peerDependencies": {
21-
"@aexol/axolotl-core": "^1.0.0",
21+
"@aexol/axolotl-core": "^1.0.1",
2222
"@apollo/server": "^4.0.0",
2323
"graphql": "^16.0.0 || ^17.0.0"
2424
},
2525
"devDependencies": {
26-
"@aexol/axolotl-core": "^1.0.0",
26+
"@aexol/axolotl-core": "^1.0.1",
2727
"@apollo/server": "^4.11.2"
2828
}
2929
}

adapters/graphql-yoga/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aexol/axolotl-graphql-yoga",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "Aexol, Artur Czemiel",
@@ -17,12 +17,12 @@
1717
"@graphql-tools/utils": "^10.3.2"
1818
},
1919
"peerDependencies": {
20-
"@aexol/axolotl-core": "^1.0.0",
20+
"@aexol/axolotl-core": "^1.0.1",
2121
"graphql": "^16.0.0 || ^17.0.0",
2222
"graphql-yoga": "^5.0.0"
2323
},
2424
"devDependencies": {
25-
"@aexol/axolotl-core": "^1.0.0",
25+
"@aexol/axolotl-core": "^1.0.1",
2626
"graphql-yoga": "^5.10.4"
2727
}
2828
}

examples/beerpub-apollo-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beerpub-apollo-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"type": "module",
@@ -17,15 +17,15 @@
1717
"author": "GraphQL Editor Centaur Generator",
1818
"license": "ISC",
1919
"dependencies": {
20-
"@aexol/axolotl-apollo-server": "^1.0.0",
21-
"@aexol/axolotl-core": "^1.0.0",
20+
"@aexol/axolotl-apollo-server": "^1.0.1",
21+
"@aexol/axolotl-core": "^1.0.1",
2222
"@apollo/server": "^4.11.2",
2323
"graphql": "^16.9.0",
2424
"node-fetch": "^3.2.10",
2525
"ws": "^8.12.0"
2626
},
2727
"devDependencies": {
28-
"@aexol/axolotl": "^1.0.0",
28+
"@aexol/axolotl": "^1.0.1",
2929
"@types/node": "^18.7.18",
3030
"nodemon": "^3.1.0",
3131
"@eslint/js": "^9.33.0",

examples/beerpub-yoga/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beerpub-yoga",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"type": "module",
@@ -20,16 +20,16 @@
2020
"author": "GraphQL Editor Centaur Generator",
2121
"license": "ISC",
2222
"dependencies": {
23-
"@aexol/axolotl-core": "^1.0.0",
24-
"@aexol/axolotl-graphql-yoga": "^1.0.0",
23+
"@aexol/axolotl-core": "^1.0.1",
24+
"@aexol/axolotl-graphql-yoga": "^1.0.1",
2525
"@envelop/response-cache": "^8.0.1",
2626
"graphql": "^16.9.0",
2727
"graphql-yoga": "^5.10.4",
2828
"node-fetch": "^3.2.10",
2929
"ws": "^8.12.0"
3030
},
3131
"devDependencies": {
32-
"@aexol/axolotl": "^1.0.0",
32+
"@aexol/axolotl": "^1.0.1",
3333
"@eslint/js": "^9.33.0",
3434
"@types/node": "^18.7.18",
3535
"@typescript-eslint/eslint-plugin": "^8.39.1",

examples/yoga-federated/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoga-federated",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Automatically generated by graphql-editor-cli",
55
"main": "lib/index.js",
66
"type": "module",
@@ -20,15 +20,15 @@
2020
"author": "GraphQL Editor Centaur Generator",
2121
"license": "ISC",
2222
"dependencies": {
23-
"@aexol/axolotl-core": "^1.0.0",
24-
"@aexol/axolotl-graphql-yoga": "^1.0.0",
23+
"@aexol/axolotl-core": "^1.0.1",
24+
"@aexol/axolotl-graphql-yoga": "^1.0.1",
2525
"graphql": "^16.9.0",
2626
"graphql-yoga": "^5.10.4",
2727
"node-fetch": "^3.2.10",
2828
"ws": "^8.12.0"
2929
},
3030
"devDependencies": {
31-
"@aexol/axolotl": "^1.0.0",
31+
"@aexol/axolotl": "^1.0.1",
3232
"@types/node": "^18.7.18",
3333
"nodemon": "^3.1.0",
3434
"@eslint/js": "^9.33.0",

modularium/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aexol/modularium",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "Aexol, Artur Czemiel",
@@ -17,7 +17,7 @@
1717
"lib"
1818
],
1919
"dependencies": {
20-
"@aexol/axolotl-config": "^1.0.0",
20+
"@aexol/axolotl-config": "^1.0.1",
2121
"chalk": "^5.3.0",
2222
"commander": "^11.0.0"
2323
},

modularium/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aexol/modularium-playground",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Axolotl modularium",
55
"main": "lib/index.js",
66
"type": "module",
@@ -14,7 +14,7 @@
1414
"author": "GraphQL Editor Centaur Generator",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"@aexol/modularium": "^1.0.0"
17+
"@aexol/modularium": "^1.0.1"
1818
},
1919
"dependencies": {},
2020
"peerDependencies": {}

modularium/root/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aexol/modularium-root",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Axolotl modularium",
55
"main": "lib/index.js",
66
"type": "module",
@@ -20,8 +20,8 @@
2020
"author": "GraphQL Editor Centaur Generator",
2121
"license": "ISC",
2222
"dependencies": {
23-
"@aexol/axolotl-core": "^1.0.0",
24-
"@aexol/axolotl-graphql-yoga": "^1.0.0",
23+
"@aexol/axolotl-core": "^1.0.1",
24+
"@aexol/axolotl-graphql-yoga": "^1.0.1",
2525
"date-fns": "^4.1.0",
2626
"googleapis": "^140.0.1",
2727
"graphql": "^16.9.0",
@@ -34,7 +34,7 @@
3434
"ws": "^8.12.0"
3535
},
3636
"devDependencies": {
37-
"@aexol/axolotl": "^1.0.0",
37+
"@aexol/axolotl": "^1.0.1",
3838
"@types/jsonwebtoken": "^9.0.6",
3939
"@types/node": "^18.7.18",
4040
"@typescript-eslint/eslint-plugin": "^7.12.0",

package-lock.json

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)