pg-ast 2.3.13 → 2.4.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/README.md +1 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -119,8 +119,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
119
119
|
|
|
120
120
|
## Credits
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
**🛠 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).**
|
|
124
123
|
|
|
125
124
|
## Disclaimer
|
|
126
125
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-ast",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.4.1",
|
|
4
|
+
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostgreSQL ASTs in JS",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@pgsql/types": "^17.6.1",
|
|
46
46
|
"nested-obj": "0.1.4"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
|
|
49
49
|
}
|