Skip to content

Commit

Permalink
update chromium version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Nov 9, 2024
1 parent 27b0207 commit 5917bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-edge-tts",
"version": "1.2.6",
"version": "1.2.7",
"description": "node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js",
"keywords": [
"TTS",
Expand Down
2 changes: 1 addition & 1 deletion src/drm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createHash } from 'node:crypto'
export const CHROMIUM_FULL_VERSION = '103.0.5060.66'
export const CHROMIUM_FULL_VERSION = '130.0.2849.68'
export const TRUSTED_CLIENT_TOKEN = '6A5AA1D4EAFF4E9FB37E23D68491D6F4'
const WINDOWS_FILE_TIME_EPOCH = 11644473600n

Expand Down

0 comments on commit 5917bdf

Please sign in to comment.