@constructive-io/sdk 1.11.12 → 1.12.0

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -23,16 +23,6 @@
23
23
 
24
24
  ---
25
25
 
26
- Built by the [Constructive](https://constructive.io) team.
27
-
28
- ## Disclaimer
29
-
30
- AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
31
-
32
- No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
33
-
34
- ---
35
-
36
26
  ## Education and Tutorials
37
27
 
38
28
  1. 🚀 [Quickstart: Getting Up and Running](https://constructive.io/learn/quickstart)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/sdk",
3
- "version": "1.11.12",
3
+ "version": "1.12.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive SDK - Auto-generated GraphQL types and ORM client",
6
6
  "main": "index.js",
@@ -41,17 +41,17 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@0no-co/graphql.web": "^1.3.3",
44
- "@constructive-io/graphql-query": "^4.12.11",
45
- "@constructive-io/graphql-types": "^3.28.4",
44
+ "@constructive-io/graphql-query": "^4.12.13",
45
+ "@constructive-io/graphql-types": "^3.28.6",
46
46
  "gql-ast": "^3.23.0",
47
47
  "graphql": "16.13.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@constructive-io/graphql-codegen": "^5.15.8",
50
+ "@constructive-io/graphql-codegen": "^5.16.0",
51
51
  "@types/node": "^22.19.11",
52
52
  "makage": "^0.3.0",
53
53
  "tsx": "^4.19.0",
54
54
  "typescript": "^5.9.3"
55
55
  },
56
- "gitHead": "eacbe10ce544848c93a4c17fc8a8474d1a788a18"
56
+ "gitHead": "10ee73e43c2277405c0e19423e2075baef6c2755"
57
57
  }