fix formatting issues

This commit is contained in:
Amruth Pillai
2025-01-30 09:35:10 +01:00
parent 1fddbe5f92
commit e4327736bd
12 changed files with 3721 additions and 3671 deletions

View File

@ -9,11 +9,11 @@
"access": "public"
},
"peerDependencies": {
"zod": "^3.23.8",
"@paralleldrive/cuid2": "^2.2.2",
"@swc/helpers": "^0.5.15"
"@swc/helpers": "^0.5.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@swc/helpers": "~0.5.11"
"@swc/helpers": "~0.5.15"
}
}

54
libs/schema/pnpm-lock.yaml generated Normal file
View File

@ -0,0 +1,54 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
dependencies:
'@paralleldrive/cuid2':
specifier: ^2.2.2
version: 2.2.2
zod:
specifier: ^3.23.8
version: 3.24.1
devDependencies:
'@swc/helpers':
specifier: ~0.5.15
version: 0.5.15
packages:
'@noble/hashes@1.7.1':
resolution: {integrity: sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==}
engines: {node: ^14.21.3 || >=16}
'@paralleldrive/cuid2@2.2.2':
resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==}
'@swc/helpers@0.5.15':
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
zod@3.24.1:
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
snapshots:
'@noble/hashes@1.7.1': {}
'@paralleldrive/cuid2@2.2.2':
dependencies:
'@noble/hashes': 1.7.1
'@swc/helpers@0.5.15':
dependencies:
tslib: 2.8.1
tslib@2.8.1: {}
zod@3.24.1: {}