Compare commits

..

1 Commits

Author SHA1 Message Date
495f2e4888 Version bump 2025-05-05 23:44:24 +01:00
2 changed files with 11 additions and 12 deletions

19
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "docx",
"version": "9.4.1",
"version": "9.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "docx",
"version": "9.4.1",
"version": "9.5.0",
"license": "MIT",
"dependencies": {
"@types/node": "^22.7.5",
@ -46,7 +46,7 @@
"tsconfig-paths": "^4.0.0",
"tsx": "^4.7.0",
"typedoc": "^0.28.2",
"typescript": "5.8.3",
"typescript": "5.3.3",
"typescript-eslint": "^8.10.0",
"unzipper": "^0.12.3",
"vite": "^6.0.1",
@ -13574,11 +13574,10 @@
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -24319,9 +24318,9 @@
}
},
"typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true
},
"typescript-eslint": {

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "9.4.1",
"version": "9.5.0",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
"type": "module",
"main": "dist/index.umd.cjs",
@ -101,7 +101,7 @@
"tsconfig-paths": "^4.0.0",
"tsx": "^4.7.0",
"typedoc": "^0.28.2",
"typescript": "5.8.3",
"typescript": "5.3.3",
"typescript-eslint": "^8.10.0",
"unzipper": "^0.12.3",
"vite": "^6.0.1",