Skip to content

Commit c34fcfb

Browse files
committed
Bump to 1.0
1 parent f09c6d7 commit c34fcfb

File tree

4 files changed

+54
-24
lines changed

4 files changed

+54
-24
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": true
3+
"source.fixAll.eslint": "explicit"
44
},
55
"editor.defaultFormatter": "esbenp.prettier-vscode",
66
"editor.formatOnSave": true,

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.0
4+
5+
- No changes
6+
37
### 0.0.14
48

59
- Exports the types for GraphQL unions

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdl-codegen/node",
3-
"version": "0.0.15",
3+
"version": "1.0.0",
44
"description": "GraphQL .d.ts file generation for SDL-first projects",
55
"repository": {
66
"type": "git",
@@ -38,8 +38,8 @@
3838
"*.ts": "eslint --fix --max-warnings 0"
3939
},
4040
"dependencies": {
41-
"@mrleebo/prisma-ast": "^0.5.2",
42-
"ts-morph": "^18.0.0"
41+
"@mrleebo/prisma-ast": "^0.12.0",
42+
"ts-morph": "^22.0.0"
4343
},
4444
"devDependencies": {
4545
"@babel/core": "^7.20.12",

pnpm-lock.yaml

+46-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)