Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graphile/graphile-bucket-provisioner-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@constructive-io/bucket-provisioner": "workspace:^",
"@pgpmjs/logger": "workspace:^",
"@pgsql/quotes": "^18.1.0"
"@pgsql/quotes": "^18.2.0"
},
"peerDependencies": {
"grafast": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion graphile/graphile-presigned-url-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@aws-sdk/client-s3": "^3.1052.0",
"@aws-sdk/s3-request-presigner": "^3.1052.0",
"@pgpmjs/logger": "workspace:^",
"@pgsql/quotes": "^18.1.0",
"@pgsql/quotes": "^18.2.0",
"lru-cache": "^11.2.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion graphile/graphile-realtime-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@pgpmjs/logger": "workspace:^",
"@pgsql/quotes": "^18.1.0"
"@pgsql/quotes": "^18.2.0"
},
"peerDependencies": {
"grafast": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion graphile/graphile-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
"@pgpmjs/logger": "workspace:^",
"@pgpmjs/types": "workspace:^",
"@pgsql/quotes": "^18.1.0",
"@pgsql/quotes": "^18.2.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"grafast": "1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions graphile/graphile-sql-expression-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"url": "https://github.com/constructive-io/constructive/issues"
},
"dependencies": {
"pgsql-deparser": "^18.2.0",
"pgsql-parser": "^18.1.2"
"pgsql-deparser": "^18.3.1",
"pgsql-parser": "^18.2.1"
},
"peerDependencies": {
"grafast": "1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/csv-to-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"makage": "^0.3.0",
"pgsql-parser": "^18.1.2"
"pgsql-parser": "^18.2.1"
},
"keywords": [
"csv",
Expand All @@ -44,10 +44,10 @@
],
"dependencies": {
"@pgsql/types": "^18.0.0",
"@pgsql/utils": "^18.1.2",
"@pgsql/utils": "^18.2.1",
"csv-parser": "^3.2.1",
"inquirerer": "^4.9.1",
"js-yaml": "^4.1.0",
"pgsql-deparser": "^18.2.0"
"pgsql-deparser": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/node-type-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@babel/generator": "^7.29.0",
"@babel/types": "^7.29.0",
"@pgsql/types": "^18.0.0",
"@pgsql/utils": "^18.1.2",
"pgsql-deparser": "^18.2.0",
"@pgsql/utils": "^18.2.1",
"pgsql-deparser": "^18.3.1",
"schema-typescript": "^0.14.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/safegres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"dependencies": {
"@inquirerer/utils": "^3.3.9",
"@pgpmjs/logger": "workspace:^",
"@pgsql/traverse": "^18.4.0",
"@pgsql/traverse": "^18.7.1",
"@pgsql/types": "^18.0.0",
"confstash": "^0.1.0",
"inquirerer": "^4.9.1",
"libpg-query": "^18.1.2",
"pg": "^8.21.0",
"pg-env": "workspace:^",
"pgsql-deparser": "^18.2.0",
"pgsql-parser": "^18.1.2",
"pgsql-deparser": "^18.3.1",
"pgsql-parser": "^18.2.1",
"yanse": "^0.2.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@constructive-io/fetch": "^1.1.1",
"@constructive-io/noble-hashes": "^0.2.1"
"@decryption/hashes": "^0.4.0"
},
"devDependencies": {
"makage": "^0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/upload-client/src/hash-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* ```
*/

import { sha256 } from '@constructive-io/noble-hashes/sha2';
import { bytesToHex } from '@constructive-io/noble-hashes/utils';
import { sha256 } from '@decryption/hashes/sha2';
import { bytesToHex } from '@decryption/hashes/utils';

import { UploadError } from './types';

Expand Down
8 changes: 4 additions & 4 deletions packages/upload-client/src/hash.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* File hashing utilities using @constructive-io/noble-hashes.
* File hashing utilities using @decryption/hashes.
*
* Two strategies:
* - `hashFile` — reads entire file into memory, fast for files up to ~200MB
* - `hashFileChunked` — true incremental hashing via Blob.slice, suitable
* for arbitrarily large files (GB+). Only one chunk is in memory at a time.
*
* Both use @constructive-io/noble-hashes (pure JS, audited, 0 dependencies)
* Both use @decryption/hashes (pure JS, audited, 0 dependencies)
* which supports incremental .update() — unlike Web Crypto API's one-shot digest().
*/

import { sha256 } from '@constructive-io/noble-hashes/sha2';
import { bytesToHex } from '@constructive-io/noble-hashes/utils';
import { sha256 } from '@decryption/hashes/sha2';
import { bytesToHex } from '@decryption/hashes/utils';

import type { FileInput } from './types';
import { UploadError } from './types';
Expand Down
4 changes: 2 additions & 2 deletions pgpm/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@pgpmjs/slice": "workspace:^",
"@pgpmjs/transform": "workspace:^",
"@pgpmjs/types": "workspace:^",
"@pgsql/quotes": "^18.1.0",
"@pgsql/quotes": "^18.2.0",
"appstash": "^0.7.0",
"find-and-require-package-json": "^0.9.1",
"genomic": "^5.6.2",
"inquirerer": "^4.9.1",
"js-yaml": "^4.1.0",
"pg-cache": "workspace:^",
"pg-env": "workspace:^",
"pgsql-deparser": "^18.2.0",
"pgsql-deparser": "^18.3.1",
"semver": "^7.8.1",
"shelljs": "^0.10.0",
"yanse": "^0.2.1"
Expand Down
4 changes: 2 additions & 2 deletions pgpm/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"pg": "^8.21.0",
"pg-cache": "workspace:^",
"pg-env": "workspace:^",
"pgsql-deparser": "^18.2.0",
"pgsql-parser": "^18.1.2",
"pgsql-deparser": "^18.3.1",
"pgsql-parser": "^18.2.1",
"yanse": "^0.2.1"
}
}
2 changes: 1 addition & 1 deletion pgpm/slice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@pgpmjs/ast": "workspace:^",
"@pgpmjs/transform": "workspace:^",
"minimatch": "^10.2.5",
"plpgsql-parser": "^18.2.3"
"plpgsql-parser": "^18.5.1"
}
}
6 changes: 3 additions & 3 deletions pgpm/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@pgpmjs/ast": "workspace:^",
"@pgpmjs/naming-spec": "workspace:^",
"@pgsql/scripts": "^18.2.0",
"@pgsql/transform": "^18.11.0",
"plpgsql-parser": "^18.2.3"
"@pgsql/scripts": "^18.3.1",
"@pgsql/transform": "^18.14.1",
"plpgsql-parser": "^18.5.1"
}
}
Loading
Loading