@tachybase/plugin-print-template 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.3",
3
- "@tego/server": "1.6.1",
2
+ "@tachybase/client": "1.6.4",
3
+ "@tego/server": "1.6.2",
4
4
  "koa-bodyparser": "4.4.1"
5
5
  };
@@ -1 +1 @@
1
- {"name":"bullmq","version":"5.56.9","description":"Queue for messages and jobs based on Redis","homepage":"https://bullmq.io/","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","source":"./src/index.ts","author":"Taskforce.sh Inc.","license":"MIT","keywords":["bull","bullmq","queues","jobs","redis"],"files":["dist"],"scripts":{"build":"npm run pretest && npm run tsc:all && npm run copy:main:type && npm run clean:temp:files && npm run copy:lua && npm run copy:includes:lua","circular:references":"madge --circular --extensions ts ./src","clean:scripts":"rimraf rawScripts src/scripts","clean:temp:files":"rimraf dist/cjs/bullmq.d.ts dist/esm/bullmq.d.ts dist/tsdoc-metadata.json","copy:includes:lua":"cpx \"./src/commands/includes/*.lua\" ./dist/cjs/commands/includes && cpx \"./src/commands/includes/*.lua\" ./dist/esm/commands/includes","copy:lua":"cpx \"./src/commands/*.lua\" ./dist/cjs/commands && cpx \"./src/commands/*.lua\" ./dist/esm/commands","copy:lua:python":"cpx \"./rawScripts/*.lua\" ./python/bullmq/commands","copy:main:type":"cpx \"./dist/esm/classes/main.d.ts\" ./dist/cjs/classes && cpx \"./dist/esm/classes/main-worker.d.ts\" ./dist/cjs/classes","coverage":"nyc --reporter=text --reporter=lcovonly npm run test","cm":"git cz","docs":"typedoc --excludeExternals --excludeProtected --excludePrivate --readme none src/index.ts","docs:json":"typedoc --excludeExternals --excludeProtected --excludePrivate --readme none src/index.ts --json ./apiVersions/v5.json --name v5","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","eslint:fix":"./node_modules/.bin/eslint . --fix","generate:raw:scripts":"ts-node --project tsconfig-cjs.json scripts/generateRawScripts.ts","lint":"./node_modules/.bin/eslint .","lint:staged":"lint-staged","prepublishOnly":"npm run build","prepare":"husky install","pretest":"npm run clean:scripts && npm run generate:raw:scripts && npm run transform:commands","prettier":"prettier --config package.json src/**/*.ts","pretty:quick":"pretty-quick --staged","semantic-release":"semantic-release","semantic-release-prepare":"ts-node tools/semantic-release-prepare","test":"NODE_ENV=test ts-mocha -p tsconfig-cjs.json --config ./.mocharc.js","test:watch":"ts-mocha -p tsconfig-cjs.json --paths 'tests/test_*.ts' -w --watch-extensions ts","transform:commands":"node ./scripts/commandTransform.js ./rawScripts ./src/scripts","tsc":"tsc","tsc:all":"tsc && tsc -p tsconfig-cjs.json"},"dependencies":{"cron-parser":"^4.9.0","ioredis":"^5.4.1","msgpackr":"^1.11.2","node-abort-controller":"^3.1.1","semver":"^7.5.4","tslib":"^2.0.0","uuid":"^9.0.0"},"devDependencies":{"@commitlint/cli":"^17.0.3","@commitlint/config-conventional":"^17.0.3","@istanbuljs/nyc-config-typescript":"^1.0.2","@semantic-release/changelog":"^6.0.1","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/exec":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/github":"^11.0.1","@semantic-release/npm":"^11.0.3","@semantic-release/release-notes-generator":"^10.0.3","@types/chai":"^4.3.1","@types/chai-as-promised":"^7.1.5","@types/lodash.defaults":"^4.2.7","@types/lodash.isarguments":"^3.1.7","@types/mocha":"^5.2.7","@types/msgpack":"^0.0.31","@types/node":"^12.20.25","@types/semver":"^7.3.9","@types/sinon":"^10.0.13","@types/uuid":"^3.4.10","@typescript-eslint/eslint-plugin":"^8.37.0","@typescript-eslint/parser":"^8.37.0","chai":"^4.3.4","chai-as-promised":"^7.1.1","commitizen":"^4.2.5","coveralls-next":"^4.2.1","cpx2":"^8.0.0","eslint":"^9.32.0","eslint-config-prettier":"^8.5.0","eslint-plugin-mocha":"^10.1.0","eslint-plugin-prettier":"4.2.1","eslint-plugin-promise":"^7.2.1","eslint-plugin-tsdoc":"^0.4.0","fast-glob":"^3.3.3","husky":"^8.0.1","istanbul":"^0.4.5","lint-staged":"^15.5.0","madge":"^8.0.0","minimatch":"^9.0.3","mocha":"^11.1.0","mocha-lcov-reporter":"^1.3.0","moment":"^2.29.4","nyc":"^17.1.0","prettier":"^2.7.1","pretty-quick":"^3.1.3","progress":"^2.0.3","rimraf":"^6.0.1","rrule":"^2.6.9","semantic-release":"^24.2.5","sinon":"^18.0.1","test-console":"^2.0.0","ts-mocha":"^11.1.0","ts-node":"^10.7.0","typedoc":"^0.28.2","typescript":"^4.7.4"},"resolutions":{"coveralls-next/form-data":"4.0.4"},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","all":true,"check-coverage":true,"include":["src/**/*.ts"],"exclude":["bullmq-tests/test_*.ts"],"lines":80,"functions":80,"branches":70,"statements":80,"watermarks":{"lines":[80,95],"functions":[80,95],"branches":[80,95],"statements":[80,95]}},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"lint-staged":{"*.{js,ts}":"npm run eslint:fix"},"repository":{"type":"git","url":"https://github.com/taskforcesh/bullmq.git"},"release":{"plugins":[["@semantic-release/commit-analyzer",{"releaseRules":[{"message":"*\\[python\\]*","release":false}]}],"@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"docs/gitbook/changelog.md"}],["@semantic-release/exec",{"prepareCmd":"node scripts/updateVersion.js ${nextRelease.version} && yarn build"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github"]},"packageManager":"yarn@1.22.22","_lastModified":"2025-12-26T04:47:07.993Z"}
1
+ {"name":"bullmq","version":"5.56.9","description":"Queue for messages and jobs based on Redis","homepage":"https://bullmq.io/","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","source":"./src/index.ts","author":"Taskforce.sh Inc.","license":"MIT","keywords":["bull","bullmq","queues","jobs","redis"],"files":["dist"],"scripts":{"build":"npm run pretest && npm run tsc:all && npm run copy:main:type && npm run clean:temp:files && npm run copy:lua && npm run copy:includes:lua","circular:references":"madge --circular --extensions ts ./src","clean:scripts":"rimraf rawScripts src/scripts","clean:temp:files":"rimraf dist/cjs/bullmq.d.ts dist/esm/bullmq.d.ts dist/tsdoc-metadata.json","copy:includes:lua":"cpx \"./src/commands/includes/*.lua\" ./dist/cjs/commands/includes && cpx \"./src/commands/includes/*.lua\" ./dist/esm/commands/includes","copy:lua":"cpx \"./src/commands/*.lua\" ./dist/cjs/commands && cpx \"./src/commands/*.lua\" ./dist/esm/commands","copy:lua:python":"cpx \"./rawScripts/*.lua\" ./python/bullmq/commands","copy:main:type":"cpx \"./dist/esm/classes/main.d.ts\" ./dist/cjs/classes && cpx \"./dist/esm/classes/main-worker.d.ts\" ./dist/cjs/classes","coverage":"nyc --reporter=text --reporter=lcovonly npm run test","cm":"git cz","docs":"typedoc --excludeExternals --excludeProtected --excludePrivate --readme none src/index.ts","docs:json":"typedoc --excludeExternals --excludeProtected --excludePrivate --readme none src/index.ts --json ./apiVersions/v5.json --name v5","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","eslint:fix":"./node_modules/.bin/eslint . --fix","generate:raw:scripts":"ts-node --project tsconfig-cjs.json scripts/generateRawScripts.ts","lint":"./node_modules/.bin/eslint .","lint:staged":"lint-staged","prepublishOnly":"npm run build","prepare":"husky install","pretest":"npm run clean:scripts && npm run generate:raw:scripts && npm run transform:commands","prettier":"prettier --config package.json src/**/*.ts","pretty:quick":"pretty-quick --staged","semantic-release":"semantic-release","semantic-release-prepare":"ts-node tools/semantic-release-prepare","test":"NODE_ENV=test ts-mocha -p tsconfig-cjs.json --config ./.mocharc.js","test:watch":"ts-mocha -p tsconfig-cjs.json --paths 'tests/test_*.ts' -w --watch-extensions ts","transform:commands":"node ./scripts/commandTransform.js ./rawScripts ./src/scripts","tsc":"tsc","tsc:all":"tsc && tsc -p tsconfig-cjs.json"},"dependencies":{"cron-parser":"^4.9.0","ioredis":"^5.4.1","msgpackr":"^1.11.2","node-abort-controller":"^3.1.1","semver":"^7.5.4","tslib":"^2.0.0","uuid":"^9.0.0"},"devDependencies":{"@commitlint/cli":"^17.0.3","@commitlint/config-conventional":"^17.0.3","@istanbuljs/nyc-config-typescript":"^1.0.2","@semantic-release/changelog":"^6.0.1","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/exec":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/github":"^11.0.1","@semantic-release/npm":"^11.0.3","@semantic-release/release-notes-generator":"^10.0.3","@types/chai":"^4.3.1","@types/chai-as-promised":"^7.1.5","@types/lodash.defaults":"^4.2.7","@types/lodash.isarguments":"^3.1.7","@types/mocha":"^5.2.7","@types/msgpack":"^0.0.31","@types/node":"^12.20.25","@types/semver":"^7.3.9","@types/sinon":"^10.0.13","@types/uuid":"^3.4.10","@typescript-eslint/eslint-plugin":"^8.37.0","@typescript-eslint/parser":"^8.37.0","chai":"^4.3.4","chai-as-promised":"^7.1.1","commitizen":"^4.2.5","coveralls-next":"^4.2.1","cpx2":"^8.0.0","eslint":"^9.32.0","eslint-config-prettier":"^8.5.0","eslint-plugin-mocha":"^10.1.0","eslint-plugin-prettier":"4.2.1","eslint-plugin-promise":"^7.2.1","eslint-plugin-tsdoc":"^0.4.0","fast-glob":"^3.3.3","husky":"^8.0.1","istanbul":"^0.4.5","lint-staged":"^15.5.0","madge":"^8.0.0","minimatch":"^9.0.3","mocha":"^11.1.0","mocha-lcov-reporter":"^1.3.0","moment":"^2.29.4","nyc":"^17.1.0","prettier":"^2.7.1","pretty-quick":"^3.1.3","progress":"^2.0.3","rimraf":"^6.0.1","rrule":"^2.6.9","semantic-release":"^24.2.5","sinon":"^18.0.1","test-console":"^2.0.0","ts-mocha":"^11.1.0","ts-node":"^10.7.0","typedoc":"^0.28.2","typescript":"^4.7.4"},"resolutions":{"coveralls-next/form-data":"4.0.4"},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","all":true,"check-coverage":true,"include":["src/**/*.ts"],"exclude":["bullmq-tests/test_*.ts"],"lines":80,"functions":80,"branches":70,"statements":80,"watermarks":{"lines":[80,95],"functions":[80,95],"branches":[80,95],"statements":[80,95]}},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"lint-staged":{"*.{js,ts}":"npm run eslint:fix"},"repository":{"type":"git","url":"https://github.com/taskforcesh/bullmq.git"},"release":{"plugins":[["@semantic-release/commit-analyzer",{"releaseRules":[{"message":"*\\[python\\]*","release":false}]}],"@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"docs/gitbook/changelog.md"}],["@semantic-release/exec",{"prepareCmd":"node scripts/updateVersion.js ${nextRelease.version} && yarn build"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github"]},"packageManager":"yarn@1.22.22","_lastModified":"2025-12-26T09:06:23.507Z"}
@@ -1 +1 @@
1
- {"name":"docxtemplater","version":"3.55.8","author":"Edgar Hipp","description":"Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line","contributors":[{"name":"Edgar Hipp"}],"main":"js/docxtemplater.js","keywords":["docx","pptx","templates","template","templater","templating","report","xlsx","generation","generate","generator","microsoft office","microsoft word","microsoft powerpoint","microsoft excel","create","make","Office Open XML","creator"],"types":"./js/docxtemplater.d.ts","repository":{"type":"git","url":"git+https://github.com/open-xml-templating/docxtemplater.git"},"dependencies":{"@xmldom/xmldom":"^0.9.6"},"devDependencies":{"@arethetypeswrong/cli":"^0.17.1","@babel/cli":"^7.26.4","@babel/core":"^7.26.0","@babel/eslint-parser":"^7.25.9","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.26.0","@stryker-mutator/core":"^8.7.1","@stryker-mutator/mocha-runner":"^8.7.1","angular-expressions":"^1.4.3","babel-loader":"^9.2.1","chai":"^4.5.0","chalk":"^5.3.0","cross-env":"^7.0.3","diff":"^7.0.0","envify":"^4.1.0","es6-promise":"^4.2.8","eslint":"^9.17.0","eslint_d":"^14.2.2","eslint-formatter-unix":"^8.40.0","eslint-plugin-import":"^2.31.0","eslint-plugin-sort-class-members":"^1.21.0","eslint-plugin-specific-sort":"file:.eslint-rules","finalhandler":"^1.3.1","globals":"^15.13.0","lodash":"^4.17.21","mkdirp":"^3.0.1","mocha":"^10.8.2","nyc":"^17.1.0","pizzip":"^3.1.7","playwright":"^1.49.1","prettier":"^3.4.2","rimraf":"^6.0.1","selenium-standalone":"^10.0.0","serve-static":"^1.15.0","stryker-cli":"^1.0.2","tsd":"^0.31.2","updtr":"^4.1.0","webpack":"^5.97.1","webpack-cli":"^5.1.4"},"license":"MIT","engines":{"node":">=0.10"},"scripts":{"profile":"bash ./profile.bash","preversion":"bash ./preversion.bash","check-casing":"bash ./check-casing.bash","compile":"npm run convertto:es5","browserify:test":"cross-env FILE=test webpack","browserify:lib":"webpack","browserify:min":"cross-env MIN=true webpack","updtr":"updtr --exclude chai mocha","browserify":"npm run browserify:test && npm run browserify:lib && npm run browserify:min","convertto:es5":"rimraf js -rf && mkdirp js && npm run babel && cp es6/*.ts js","convertto:es5:watch":"npm run babel -- --watch","test:coverage":"nyc --reporter=html --reporter=text mocha -- es6/tests/index.js","prettier":"prettier --cache --list-different \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","prettier:fix":"prettier --cache --write \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","lint":"eslint_d . --cache && bash ./check-casing.bash && npm run prettier && shfmt -l *.bash","lint:fix":"npm run prettier:fix && bash ./check-casing.bash && eslint_d . --cache && shfmt -l -w *.bash","test:chrome":"cross-env BROWSER=CHROME bash ./webdriver.bash","test:firefox":"cross-env BROWSER=FIREFOX bash ./webdriver.bash","test:browser":"bash ./webdriver.bash","babel":"babel es6 --out-dir js","mocha":"mocha --full-trace --check-leaks js/tests/index.js","test:es6":"mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-fixtures":"cross-env UPDATE=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-snapshots":"cross-env WRITE_SNAPSHOTS=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:fast":"cross-env FAST=true mocha --full-trace --check-leaks es6/tests/index.js","test:watch":"cross-env FAST=true mocha --watch --full-trace --check-leaks es6/tests/index.js","test:es6:slow":"cross-env FAST= mocha --full-trace --check-leaks es6/tests/index.js","test":"npm run convertto:es5 && npm run mocha","test:es5":"npm test","test:typings":"cp es6/*.ts js && cp es6/*.ts . && tsd .","test:mutations":"cross-env SPEED_TEST=no stryker run","memorytest":"npm run compile && node --max-old-space-size=8000 js/memory-test.js","verifypublishsize":"bash ./verifypublishsize.bash"},"tsd":{"compilerOptions":{"lib":["DOM"]}},"_lastModified":"2025-12-26T04:47:08.448Z"}
1
+ {"name":"docxtemplater","version":"3.55.8","author":"Edgar Hipp","description":"Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line","contributors":[{"name":"Edgar Hipp"}],"main":"js/docxtemplater.js","keywords":["docx","pptx","templates","template","templater","templating","report","xlsx","generation","generate","generator","microsoft office","microsoft word","microsoft powerpoint","microsoft excel","create","make","Office Open XML","creator"],"types":"./js/docxtemplater.d.ts","repository":{"type":"git","url":"git+https://github.com/open-xml-templating/docxtemplater.git"},"dependencies":{"@xmldom/xmldom":"^0.9.6"},"devDependencies":{"@arethetypeswrong/cli":"^0.17.1","@babel/cli":"^7.26.4","@babel/core":"^7.26.0","@babel/eslint-parser":"^7.25.9","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.26.0","@stryker-mutator/core":"^8.7.1","@stryker-mutator/mocha-runner":"^8.7.1","angular-expressions":"^1.4.3","babel-loader":"^9.2.1","chai":"^4.5.0","chalk":"^5.3.0","cross-env":"^7.0.3","diff":"^7.0.0","envify":"^4.1.0","es6-promise":"^4.2.8","eslint":"^9.17.0","eslint_d":"^14.2.2","eslint-formatter-unix":"^8.40.0","eslint-plugin-import":"^2.31.0","eslint-plugin-sort-class-members":"^1.21.0","eslint-plugin-specific-sort":"file:.eslint-rules","finalhandler":"^1.3.1","globals":"^15.13.0","lodash":"^4.17.21","mkdirp":"^3.0.1","mocha":"^10.8.2","nyc":"^17.1.0","pizzip":"^3.1.7","playwright":"^1.49.1","prettier":"^3.4.2","rimraf":"^6.0.1","selenium-standalone":"^10.0.0","serve-static":"^1.15.0","stryker-cli":"^1.0.2","tsd":"^0.31.2","updtr":"^4.1.0","webpack":"^5.97.1","webpack-cli":"^5.1.4"},"license":"MIT","engines":{"node":">=0.10"},"scripts":{"profile":"bash ./profile.bash","preversion":"bash ./preversion.bash","check-casing":"bash ./check-casing.bash","compile":"npm run convertto:es5","browserify:test":"cross-env FILE=test webpack","browserify:lib":"webpack","browserify:min":"cross-env MIN=true webpack","updtr":"updtr --exclude chai mocha","browserify":"npm run browserify:test && npm run browserify:lib && npm run browserify:min","convertto:es5":"rimraf js -rf && mkdirp js && npm run babel && cp es6/*.ts js","convertto:es5:watch":"npm run babel -- --watch","test:coverage":"nyc --reporter=html --reporter=text mocha -- es6/tests/index.js","prettier":"prettier --cache --list-different \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","prettier:fix":"prettier --cache --write \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","lint":"eslint_d . --cache && bash ./check-casing.bash && npm run prettier && shfmt -l *.bash","lint:fix":"npm run prettier:fix && bash ./check-casing.bash && eslint_d . --cache && shfmt -l -w *.bash","test:chrome":"cross-env BROWSER=CHROME bash ./webdriver.bash","test:firefox":"cross-env BROWSER=FIREFOX bash ./webdriver.bash","test:browser":"bash ./webdriver.bash","babel":"babel es6 --out-dir js","mocha":"mocha --full-trace --check-leaks js/tests/index.js","test:es6":"mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-fixtures":"cross-env UPDATE=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-snapshots":"cross-env WRITE_SNAPSHOTS=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:fast":"cross-env FAST=true mocha --full-trace --check-leaks es6/tests/index.js","test:watch":"cross-env FAST=true mocha --watch --full-trace --check-leaks es6/tests/index.js","test:es6:slow":"cross-env FAST= mocha --full-trace --check-leaks es6/tests/index.js","test":"npm run convertto:es5 && npm run mocha","test:es5":"npm test","test:typings":"cp es6/*.ts js && cp es6/*.ts . && tsd .","test:mutations":"cross-env SPEED_TEST=no stryker run","memorytest":"npm run compile && node --max-old-space-size=8000 js/memory-test.js","verifypublishsize":"bash ./verifypublishsize.bash"},"tsd":{"compilerOptions":{"lib":["DOM"]}},"_lastModified":"2025-12-26T09:06:24.083Z"}
@@ -1 +1 @@
1
- {"name":"pizzip","version":"3.1.7","author":"Edgar Hipp","description":"Create, read and edit .zip files synchronously with Javascript","scripts":{"lint:fix":"npm run prettier:fix && npm run eslint:fix","eslint:fix":"eslint --cache 'es6/**/*.js' --fix","prettier:fix":"prettier --cache --write '*.js' 'es6/**/*.js' 'test/test.js' test/node.js 'utils/*.js' 'utils/es6/**/*.js'","browserify:lib":"webpack","babel":"babel es6 --out-dir js","babel:watch":"npm run babel -- --watch","build":"npm run browserify:lib && npm run browserify:lib:min","browserify:lib:min":"cross-env MIN=true webpack","preversion":"npm run babel && npm run build && npm test && npm run utils:build && cp utils/dist/* dist && npm run test:typings","test":"mocha test/test.js","test:watch":"mocha test/test.js --watch","test:typings":"cp es6/*.ts js && tsd js && tsd utils","utils:build":"cd utils && cross-env MIN=true ../node_modules/.bin/webpack && ../node_modules/.bin/webpack && IE=true cross-env MIN=true ../node_modules/.bin/webpack && IE=true ../node_modules/.bin/webpack"},"contributors":[{"name":"Stuart Knightley"},{"name":"Franz Buchinger"},{"name":"António Afonso"},{"name":"David Duponchel"},{"name":"yiminghe"},{"name":"Edgar Hipp"}],"main":"./js/index.js","repository":{"type":"git","url":"https://github.com/open-xml-templating/pizzip"},"keywords":["zip","deflate","inflate"],"devDependencies":{"@babel/cli":"^7.23.4","@babel/core":"^7.23.7","@babel/eslint-parser":"^7.23.3","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.23.8","acorn":"^8.11.3","babel-loader":"^9.1.3","chai":"^4.3.7","cross-env":"^7.0.3","eslint":"^8.56.0","eslint_d":"^13.1.2","eslint-plugin-import":"^2.29.1","mocha":"^10.2.0","prettier":"^3.2.4","tsd":"^0.30.4","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"dependencies":{"pako":"^2.1.0"},"license":"(MIT OR GPL-3.0)","_lastModified":"2025-12-26T04:47:08.691Z"}
1
+ {"name":"pizzip","version":"3.1.7","author":"Edgar Hipp","description":"Create, read and edit .zip files synchronously with Javascript","scripts":{"lint:fix":"npm run prettier:fix && npm run eslint:fix","eslint:fix":"eslint --cache 'es6/**/*.js' --fix","prettier:fix":"prettier --cache --write '*.js' 'es6/**/*.js' 'test/test.js' test/node.js 'utils/*.js' 'utils/es6/**/*.js'","browserify:lib":"webpack","babel":"babel es6 --out-dir js","babel:watch":"npm run babel -- --watch","build":"npm run browserify:lib && npm run browserify:lib:min","browserify:lib:min":"cross-env MIN=true webpack","preversion":"npm run babel && npm run build && npm test && npm run utils:build && cp utils/dist/* dist && npm run test:typings","test":"mocha test/test.js","test:watch":"mocha test/test.js --watch","test:typings":"cp es6/*.ts js && tsd js && tsd utils","utils:build":"cd utils && cross-env MIN=true ../node_modules/.bin/webpack && ../node_modules/.bin/webpack && IE=true cross-env MIN=true ../node_modules/.bin/webpack && IE=true ../node_modules/.bin/webpack"},"contributors":[{"name":"Stuart Knightley"},{"name":"Franz Buchinger"},{"name":"António Afonso"},{"name":"David Duponchel"},{"name":"yiminghe"},{"name":"Edgar Hipp"}],"main":"./js/index.js","repository":{"type":"git","url":"https://github.com/open-xml-templating/pizzip"},"keywords":["zip","deflate","inflate"],"devDependencies":{"@babel/cli":"^7.23.4","@babel/core":"^7.23.7","@babel/eslint-parser":"^7.23.3","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.23.8","acorn":"^8.11.3","babel-loader":"^9.1.3","chai":"^4.3.7","cross-env":"^7.0.3","eslint":"^8.56.0","eslint_d":"^13.1.2","eslint-plugin-import":"^2.29.1","mocha":"^10.2.0","prettier":"^3.2.4","tsd":"^0.30.4","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"dependencies":{"pako":"^2.1.0"},"license":"(MIT OR GPL-3.0)","_lastModified":"2025-12-26T09:06:24.878Z"}
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-print-template",
3
3
  "displayName": "Print Template",
4
- "version": "1.6.3",
4
+ "version": "1.6.4",
5
5
  "description": "Print Template",
6
6
  "main": "dist/server/index.js",
7
7
  "dependencies": {},
8
8
  "devDependencies": {
9
9
  "@bull-board/api": "^6.11.1",
10
10
  "@bull-board/koa": "^6.11.1",
11
- "@tachybase/test": "1.6.1",
12
- "@tego/client": "1.6.1",
13
- "@tego/server": "1.6.1",
11
+ "@tachybase/test": "1.6.2",
12
+ "@tego/client": "1.6.2",
13
+ "@tego/server": "1.6.2",
14
14
  "bullmq": "^5.56.9",
15
15
  "docxtemplater": "^3.55.8",
16
16
  "koa-bodyparser": "^4.4.1",
17
17
  "pizzip": "^3.1.7",
18
18
  "typescript": "5.8.3",
19
19
  "xml2js": "^0.6.2",
20
- "@tachybase/client": "1.6.3"
20
+ "@tachybase/client": "1.6.4"
21
21
  },
22
22
  "description.zh-CN": "打印模板插件",
23
23
  "displayName.zh-CN": "打印模板",