@contismo/sdk 0.1.0 → 0.1.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/.github/dependabot.yml +11 -0
- package/clients/typescript/package.json +14 -14
- package/package.json +2 -3
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
|
3
|
+
# Please see the documentation for all configuration options:
|
|
4
|
+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
5
|
+
|
|
6
|
+
version: 2
|
|
7
|
+
updates:
|
|
8
|
+
- package-ecosystem: "" # See documentation for possible values
|
|
9
|
+
directory: "/" # Location of package manifests
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contismo/ts-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Official TypeScript client for the Contismo GraphQL Content Delivery API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Contismo",
|
|
@@ -68,20 +68,20 @@
|
|
|
68
68
|
"test:watch": "vitest"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@graphql-codegen/cli": "^
|
|
72
|
-
"@graphql-codegen/
|
|
73
|
-
"@graphql-codegen/typescript
|
|
74
|
-
"@graphql-codegen/
|
|
75
|
-
"jiti": "^2.
|
|
71
|
+
"@graphql-codegen/cli": "^7.2.0",
|
|
72
|
+
"@graphql-codegen/typed-document-node": "^7.1.0",
|
|
73
|
+
"@graphql-codegen/typescript": "^6.1.0",
|
|
74
|
+
"@graphql-codegen/typescript-operations": "^6.1.0",
|
|
75
|
+
"jiti": "^2.7.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@eslint/js": "^
|
|
79
|
-
"@types/node": "^
|
|
80
|
-
"eslint": "^
|
|
81
|
-
"globals": "^
|
|
82
|
-
"tsup": "^8.
|
|
83
|
-
"typescript": "^
|
|
84
|
-
"typescript-eslint": "^8.
|
|
85
|
-
"vitest": "^
|
|
78
|
+
"@eslint/js": "^10.0.1",
|
|
79
|
+
"@types/node": "^26.1.1",
|
|
80
|
+
"eslint": "^10.6.0",
|
|
81
|
+
"globals": "^17.7.0",
|
|
82
|
+
"tsup": "^8.5.1",
|
|
83
|
+
"typescript": "^7.0.2",
|
|
84
|
+
"typescript-eslint": "^8.63.0",
|
|
85
|
+
"vitest": "^4.1.10"
|
|
86
86
|
}
|
|
87
87
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contismo/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"packageManager": "pnpm@9.0.0",
|
|
8
7
|
"engines": {
|
|
9
8
|
"node": ">=20"
|
|
10
9
|
},
|
|
@@ -14,4 +13,4 @@
|
|
|
14
13
|
"lint": "pnpm --filter @contismo/ts-client lint",
|
|
15
14
|
"typecheck": "pnpm --filter @contismo/ts-client typecheck"
|
|
16
15
|
}
|
|
17
|
-
}
|
|
16
|
+
}
|