@smartive/graphql-magic 16.3.2 → 16.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/release.yml +2 -2
- package/.nvmrc +1 -1
- package/CHANGELOG.md +2 -3
- package/package.json +3 -3
|
@@ -9,7 +9,7 @@ jobs:
|
|
|
9
9
|
name: build and release
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
with:
|
|
14
14
|
submodules: true
|
|
15
15
|
- uses: actions/setup-node@v4
|
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
docs:
|
|
26
26
|
runs-on: ubuntu-latest
|
|
27
27
|
steps:
|
|
28
|
-
- uses: actions/checkout@
|
|
28
|
+
- uses: actions/checkout@v4
|
|
29
29
|
with:
|
|
30
30
|
persist-credentials: false
|
|
31
31
|
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
22
|
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
## [16.3.
|
|
1
|
+
## [16.3.4](https://github.com/smartive/graphql-magic/compare/v16.3.3...v16.3.4) (2025-02-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **deps:** update dependency
|
|
7
|
-
* Move deleted filters to where ([#240](https://github.com/smartive/graphql-magic/issues/240)) ([4bae9fc](https://github.com/smartive/graphql-magic/commit/4bae9fcf3581c26cafe10ac1a5250008a4e010e5))
|
|
6
|
+
* **deps:** update dependency ts-morph to v25 ([#232](https://github.com/smartive/graphql-magic/issues/232)) ([7c51487](https://github.com/smartive/graphql-magic/commit/7c514872a3c8c545273e99aed1d12b7709ceb8f1))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartive/graphql-magic",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@graphql-codegen/typescript-operations": "^4.0.1",
|
|
52
52
|
"@graphql-codegen/typescript-resolvers": "^4.0.1",
|
|
53
53
|
"code-block-writer": "^13.0.0",
|
|
54
|
-
"commander": "^
|
|
54
|
+
"commander": "^13.0.0",
|
|
55
55
|
"dayjs": "^1.11.10",
|
|
56
56
|
"dotenv": "^16.3.1",
|
|
57
57
|
"graphql": "^15.8.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"luxon": "^3.4.4",
|
|
63
63
|
"pg": "^8.11.3",
|
|
64
64
|
"simple-git": "^3.21.0",
|
|
65
|
-
"ts-morph": "^
|
|
65
|
+
"ts-morph": "^25.0.0",
|
|
66
66
|
"uuid": "^11.0.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|