@smartive/graphql-magic 22.2.0 → 22.2.1
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/CHANGELOG.md +3 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
## 22.2.
|
|
1
|
+
## <small>22.2.1 (2025-12-02)</small>
|
|
2
2
|
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* chore(deps): update dependency esbuild to v0.26.0 (#380) ([c3065d6](https://github.com/smartive/graphql-magic/commit/c3065d6)), closes [#380](https://github.com/smartive/graphql-magic/issues/380)
|
|
6
|
-
* chore(deps): update dependency esbuild to v0.27.0 (#381) ([62cca2a](https://github.com/smartive/graphql-magic/commit/62cca2a)), closes [#381](https://github.com/smartive/graphql-magic/issues/381)
|
|
7
|
-
* chore(deps): update dependency prettier to v3.7.1 (#385) ([680ed83](https://github.com/smartive/graphql-magic/commit/680ed83)), closes [#385](https://github.com/smartive/graphql-magic/issues/385)
|
|
8
|
-
* chore(deps): update dependency prettier to v3.7.2 (#386) ([19e819d](https://github.com/smartive/graphql-magic/commit/19e819d)), closes [#386](https://github.com/smartive/graphql-magic/issues/386)
|
|
9
|
-
* chore(deps): update dependency prettier to v3.7.3 (#387) ([73f2af9](https://github.com/smartive/graphql-magic/commit/73f2af9)), closes [#387](https://github.com/smartive/graphql-magic/issues/387)
|
|
10
|
-
* chore(deps): update dependency ts-jest to v29.4.6 (#388) ([31776a8](https://github.com/smartive/graphql-magic/commit/31776a8)), closes [#388](https://github.com/smartive/graphql-magic/issues/388)
|
|
3
|
+
* Merge pull request #290 from smartive/renovate/commander-14.x ([163069a](https://github.com/smartive/graphql-magic/commit/163069a)), closes [#290](https://github.com/smartive/graphql-magic/issues/290)
|
|
4
|
+
* fix(deps): update dependency commander to v14 ([3989d46](https://github.com/smartive/graphql-magic/commit/3989d46))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartive/graphql-magic",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@graphql-codegen/typescript-resolvers": "^4.0.1",
|
|
48
48
|
"@types/node": "^22.13.5",
|
|
49
49
|
"code-block-writer": "^13.0.0",
|
|
50
|
-
"commander": "^
|
|
50
|
+
"commander": "^14.0.0",
|
|
51
51
|
"dayjs": "^1.11.10",
|
|
52
52
|
"dotenv": "^16.3.1",
|
|
53
53
|
"graphql": "^16.0.0",
|