@tachybase/plugin-ocr-convert 1.6.0 → 1.6.3

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,10 +1,10 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.6.0",
3
+ "@tachybase/client": "1.6.3",
4
4
  "antd": "5.22.5",
5
- "@tachybase/schema": "1.3.52",
6
- "@tego/client": "1.3.52",
7
- "@tego/server": "1.3.52",
5
+ "@tachybase/schema": "1.6.1",
6
+ "@tego/client": "1.6.1",
7
+ "@tego/server": "1.6.1",
8
8
  "react-i18next": "16.2.1",
9
9
  "axios": "1.13.0"
10
10
  };
@@ -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-11-20T08:14:35.991Z"}
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:46:20.981Z"}