gotenberg-js-client
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -141,3 +141,3 @@ 'use strict'; | ||
}; | ||
const fileNameRE = /^[\w\s\(\),-]+\.[A-Za-z0-9]+$/; | ||
const fileNameRE = /^[\p{L}\w\s\(\),-]+\.[A-Za-z0-9]+$/u; | ||
const MIN_FILE_NAME_LENGTH = 3; | ||
@@ -144,0 +144,0 @@ const MAX_FILE_NAME_LENGTH = 50; |
@@ -37,3 +37,3 @@ import { Readable } from 'stream'; | ||
}; | ||
const fileNameRE = /^[\w\s\(\),-]+\.[A-Za-z0-9]+$/; | ||
const fileNameRE = /^[\p{L}\w\s\(\),-]+\.[A-Za-z0-9]+$/u; | ||
const MIN_FILE_NAME_LENGTH = 3; | ||
@@ -40,0 +40,0 @@ const MAX_FILE_NAME_LENGTH = 50; |
{ | ||
"name": "gotenberg-js-client", | ||
"description": "A simple JS/TS for interacting with a Gotenberg API", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
106968