We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5bd57 commit b0b4dabCopy full SHA for b0b4dab
.gitignore
@@ -1,5 +1,6 @@
1
node_modules
2
package-lock.json
3
+pnpm-lock.yaml
4
yarn.lock
5
.DS_Store
6
*.log
.npmignore
@@ -4,6 +4,7 @@ tsconfig.tsbuildinfo
7
8
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@clickup/pg-id",
"description": "Generate randomly-looking never repeating primary key ids and more",
- "version": "2.10.293",
+ "version": "2.10.296",
"license": "MIT",
"keywords": [
"PostgreSQL",
0 commit comments