Skip to content

Commit

Permalink
fix esmodule gen
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Jun 6, 2024
1 parent e468732 commit 45a1e0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-node",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-zeus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-zeus-core",
"version": "5.4.2",
"version": "5.4.3",
"private": false,
"main": "./lib/index.js",
"author": "GraphQL Editor, Artur Czemiel",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-zeus-jsonschema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-zeus-jsonschema",
"version": "5.4.2",
"version": "5.4.3",
"private": false,
"main": "./lib/index.js",
"author": "GraphQL Editor, Artur Czemiel",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-zeus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-zeus",
"version": "5.4.2",
"version": "5.4.3",
"private": false,
"scripts": {
"start": "ttsc --watch",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"config-maker": "^0.0.2",
"cross-fetch": "^3.0.4",
"graphql-zeus-core": "^5.4.2",
"graphql-zeus-jsonschema": "^5.4.2",
"graphql-zeus-core": "^5.4.3",
"graphql-zeus-jsonschema": "^5.4.3",
"yargs": "^16.1.1"
}
}

0 comments on commit 45a1e0c

Please sign in to comment.