@constructive-io/react 0.22.0 → 0.23.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 +4 -0
  2. package/package.json +5 -6
package/README.md CHANGED
@@ -73,6 +73,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
73
73
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
74
74
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
75
75
 
76
+ ### 📚 Documentation & Skills
77
+
78
+ * [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
79
+
76
80
  ## Credits
77
81
 
78
82
  **🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/react",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive React - Auto-generated React Query hooks and ORM client",
6
6
  "main": "index.js",
@@ -24,8 +24,7 @@
24
24
  "prepack": "npm run build",
25
25
  "build": "makage build",
26
26
  "build:dev": "makage build --dev",
27
- "pregenerate": "rimraf src/admin src/auth src/objects src/public src/index.ts",
28
- "generate": "pnpm run pregenerate && tsx scripts/generate-react.ts",
27
+ "generate": "rimraf src/index.ts && tsx scripts/generate-react.ts",
29
28
  "lint": "eslint . --fix",
30
29
  "test": "jest --passWithNoTests",
31
30
  "test:watch": "jest --watch"
@@ -42,7 +41,7 @@
42
41
  ],
43
42
  "dependencies": {
44
43
  "@0no-co/graphql.web": "^1.1.2",
45
- "@constructive-io/graphql-query": "^3.27.0",
44
+ "@constructive-io/graphql-query": "^3.27.1",
46
45
  "@constructive-io/graphql-types": "^3.12.0",
47
46
  "@tanstack/react-query": "^5.90.21",
48
47
  "gql-ast": "^3.11.0",
@@ -52,7 +51,7 @@
52
51
  "react": "^18.0.0 || ^19.0.0"
53
52
  },
54
53
  "devDependencies": {
55
- "@constructive-io/graphql-codegen": "^4.46.0",
54
+ "@constructive-io/graphql-codegen": "^4.47.0",
56
55
  "@types/node": "^22.19.11",
57
56
  "@types/react": "^19.2.15",
58
57
  "makage": "^0.3.0",
@@ -60,5 +59,5 @@
60
59
  "tsx": "^4.19.0",
61
60
  "typescript": "^5.9.3"
62
61
  },
63
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
62
+ "gitHead": "6e5e79cbc24e2861963aeb1f6daff6d55279f081"
64
63
  }