@tachybase/module-workflow 1.1.28 → 1.1.31

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.
Files changed (58) hide show
  1. package/dist/externalVersion.js +15 -15
  2. package/dist/node_modules/@babel/core/lib/config/files/configuration.js +5 -2
  3. package/dist/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  4. package/dist/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  5. package/dist/node_modules/@babel/core/lib/config/partial.js +1 -1
  6. package/dist/node_modules/@babel/core/lib/index.js +20 -101
  7. package/dist/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  8. package/dist/node_modules/@babel/core/lib/transformation/file/file.js +10 -5
  9. package/dist/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  10. package/dist/node_modules/@babel/core/package.json +1 -1
  11. package/dist/node_modules/@babel/core/src/config/files/index-browser.ts +2 -0
  12. package/dist/node_modules/@babel/core/src/config/resolve-targets-browser.ts +2 -0
  13. package/dist/node_modules/@babel/core/src/config/resolve-targets.ts +1 -1
  14. package/dist/node_modules/@babel/core/src/transform-file-browser.ts +2 -0
  15. package/dist/node_modules/@babel/preset-env/LICENSE +22 -0
  16. package/dist/node_modules/@babel/preset-env/data/built-in-modules.js +3 -0
  17. package/dist/node_modules/@babel/preset-env/data/built-in-modules.json.js +3 -0
  18. package/dist/node_modules/@babel/preset-env/data/built-ins.js +4 -0
  19. package/dist/node_modules/@babel/preset-env/data/built-ins.json.js +4 -0
  20. package/dist/node_modules/@babel/preset-env/data/core-js-compat.js +3 -0
  21. package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.js +3 -0
  22. package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js +3 -0
  23. package/dist/node_modules/@babel/preset-env/data/package.json +1 -0
  24. package/dist/node_modules/@babel/preset-env/data/plugins.js +3 -0
  25. package/dist/node_modules/@babel/preset-env/data/plugins.json.js +3 -0
  26. package/dist/node_modules/@babel/preset-env/data/shipped-proposals.js +4 -0
  27. package/dist/node_modules/@babel/preset-env/data/unreleased-labels.js +3 -0
  28. package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +172 -0
  29. package/dist/node_modules/@babel/preset-env/lib/debug.js +37 -0
  30. package/dist/node_modules/@babel/preset-env/lib/filter-items.js +32 -0
  31. package/dist/node_modules/@babel/preset-env/lib/index.js +347 -0
  32. package/dist/node_modules/@babel/preset-env/lib/module-transformations.js +15 -0
  33. package/dist/node_modules/@babel/preset-env/lib/normalize-options.js +151 -0
  34. package/dist/node_modules/@babel/preset-env/lib/options.js +43 -0
  35. package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js +28 -0
  36. package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-7-plugins.cjs +21 -0
  37. package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.cjs +69 -0
  38. package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.cjs +44 -0
  39. package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.cjs +22 -0
  40. package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js +29 -0
  41. package/dist/node_modules/@babel/preset-env/lib/targets-parser.js +20 -0
  42. package/dist/node_modules/@babel/preset-env/node_modules/.bin/semver +21 -0
  43. package/dist/node_modules/@babel/preset-env/package.json +1 -0
  44. package/dist/node_modules/@babel/preset-react/LICENSE +22 -0
  45. package/dist/node_modules/@babel/preset-react/lib/index.js +231 -0
  46. package/dist/node_modules/@babel/preset-react/package.json +1 -0
  47. package/dist/node_modules/@babel/preset-typescript/LICENSE +22 -0
  48. package/dist/node_modules/@babel/preset-typescript/lib/index.js +227 -0
  49. package/dist/node_modules/@babel/preset-typescript/package.json +1 -0
  50. package/dist/node_modules/cron-parser/package.json +1 -1
  51. package/dist/node_modules/form-data/package.json +1 -1
  52. package/dist/node_modules/jsonata/package.json +1 -1
  53. package/dist/node_modules/lru-cache/package.json +1 -1
  54. package/dist/node_modules/mime-types/package.json +1 -1
  55. package/dist/node_modules/qrcode/package.json +1 -1
  56. package/dist/server/features/script/script.instruction.js +3 -3
  57. package/package.json +23 -22
  58. package/dist/node_modules/@babel/core/cjs-proxy.cjs +0 -68
@@ -0,0 +1 @@
1
+ {"name":"@babel/preset-typescript","version":"7.27.1","description":"Babel preset for TypeScript.","repository":{"type":"git","url":"https://github.com/babel/babel.git","directory":"packages/babel-preset-typescript"},"license":"MIT","publishConfig":{"access":"public"},"main":"./lib/index.js","keywords":["babel-preset","typescript"],"dependencies":{"@babel/helper-plugin-utils":"^7.27.1","@babel/helper-validator-option":"^7.27.1","@babel/plugin-syntax-jsx":"^7.27.1","@babel/plugin-transform-modules-commonjs":"^7.27.1","@babel/plugin-transform-typescript":"^7.27.1"},"peerDependencies":{"@babel/core":"^7.0.0-0"},"devDependencies":{"@babel/core":"^7.27.1","@babel/helper-plugin-test-runner":"^7.27.1"},"homepage":"https://babel.dev/docs/en/next/babel-preset-typescript","bugs":"https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20typescript%22+is%3Aopen","engines":{"node":">=6.9.0"},"author":"The Babel Team (https://babel.dev/team)","type":"commonjs","_lastModified":"2025-06-17T13:37:48.593Z"}
@@ -1 +1 @@
1
- {"name":"cron-parser","version":"4.9.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"types/index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^3.2.1"},"devDependencies":{"eslint":"^8.27.0","sinon":"^15.0.1","tap":"^16.3.3","tsd":"^0.26.0"},"engines":{"node":">=12.0.0"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"files":["lib","types","LICENSE","README.md"],"_lastModified":"2025-06-17T12:15:50.403Z"}
1
+ {"name":"cron-parser","version":"4.9.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"types/index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^3.2.1"},"devDependencies":{"eslint":"^8.27.0","sinon":"^15.0.1","tap":"^16.3.3","tsd":"^0.26.0"},"engines":{"node":">=12.0.0"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"files":["lib","types","LICENSE","README.md"],"_lastModified":"2025-06-17T13:37:48.840Z"}
@@ -1 +1 @@
1
- {"author":"Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)","name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"4.0.1","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","typings":"./index.d.ts","scripts":{"pretest":"npm run lint","pretests-only":"rimraf coverage test/tmp","tests-only":"istanbul cover test/run.js","posttests-only":"istanbul report lcov text","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","lint":"eslint --ext=js,mjs .","report":"istanbul report lcov text","ci-lint":"is-node-modern 8 && npm run lint || is-node-not-modern 8","ci-test":"npm run tests-only && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 6"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.8","mime-types":"^2.1.12"},"devDependencies":{"@types/node":"^12.0.10","browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^3.0.4","cross-spawn":"^6.0.5","eslint":"^6.0.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","puppeteer":"^1.19.0","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.88.0","rimraf":"^2.7.1","tape":"^4.6.2","typescript":"^3.5.2"},"license":"MIT","_lastModified":"2025-06-17T12:15:42.000Z"}
1
+ {"author":"Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)","name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"4.0.1","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","typings":"./index.d.ts","scripts":{"pretest":"npm run lint","pretests-only":"rimraf coverage test/tmp","tests-only":"istanbul cover test/run.js","posttests-only":"istanbul report lcov text","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","lint":"eslint --ext=js,mjs .","report":"istanbul report lcov text","ci-lint":"is-node-modern 8 && npm run lint || is-node-not-modern 8","ci-test":"npm run tests-only && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 6"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.8","mime-types":"^2.1.12"},"devDependencies":{"@types/node":"^12.0.10","browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^3.0.4","cross-spawn":"^6.0.5","eslint":"^6.0.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","puppeteer":"^1.19.0","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.88.0","rimraf":"^2.7.1","tape":"^4.6.2","typescript":"^3.5.2"},"license":"MIT","_lastModified":"2025-06-17T13:37:33.807Z"}
@@ -1 +1 @@
1
- {"name":"jsonata","version":"2.0.6","description":"JSON query and transformation language","module":"jsonata.js","main":"jsonata.js","typings":"jsonata.d.ts","homepage":"http://jsonata.org/","repository":{"type":"git","url":"https://github.com/jsonata-js/jsonata.git"},"scripts":{"pretest":"npm run lint","mocha":"nyc ./node_modules/mocha/bin/_mocha -- \"test/**/*.js\"","test":"npm run mocha","posttest":"npm run check-coverage && npm run browserify && npm run minify && npm run build-es5","build-es5":"npm run mkdir-dist && npm run regenerator && npm run browserify-es5 && npm run minify-es5","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","browserify":"browserify src/jsonata.js --outfile jsonata.js --standalone jsonata","mkdir-dist":"mkdirp ./dist","regenerator":"babel src --out-dir dist --presets=@babel/env","browserify-es5":"regenerator --include-runtime polyfill.js > jsonata-es5.js; browserify dist/jsonata.js --standalone jsonata >> jsonata-es5.js","prepublishOnly":"npm run browserify && npm run minify && npm run build-es5","lint":"eslint src","doc":"jsdoc --configure jsdoc.json .","cover":"nyc _mocha","minify":"uglifyjs jsonata.js -o jsonata.min.js --compress --mangle","minify-es5":"uglifyjs jsonata-es5.js -o jsonata-es5.min.js --compress --mangle"},"license":"MIT","keywords":["JSON","query","transformation","transform","mapping","path"],"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.4","@babel/preset-env":"^7.8.4","browserify":"^16.5.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","eslint":"8.0.0","eslint-plugin-ideal":"^0.1.3","eslint-plugin-promise":"^6.0.0","jsdoc":"^3.6.3","mkdirp":"^1.0.3","mocha":"^7.0.1","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","regenerator":"^0.14.4","request":"^2.88.2","uglify-es":"^3.3.10"},"engines":{"node":">= 8"},"_lastModified":"2025-06-17T12:15:43.059Z"}
1
+ {"name":"jsonata","version":"2.0.6","description":"JSON query and transformation language","module":"jsonata.js","main":"jsonata.js","typings":"jsonata.d.ts","homepage":"http://jsonata.org/","repository":{"type":"git","url":"https://github.com/jsonata-js/jsonata.git"},"scripts":{"pretest":"npm run lint","mocha":"nyc ./node_modules/mocha/bin/_mocha -- \"test/**/*.js\"","test":"npm run mocha","posttest":"npm run check-coverage && npm run browserify && npm run minify && npm run build-es5","build-es5":"npm run mkdir-dist && npm run regenerator && npm run browserify-es5 && npm run minify-es5","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","browserify":"browserify src/jsonata.js --outfile jsonata.js --standalone jsonata","mkdir-dist":"mkdirp ./dist","regenerator":"babel src --out-dir dist --presets=@babel/env","browserify-es5":"regenerator --include-runtime polyfill.js > jsonata-es5.js; browserify dist/jsonata.js --standalone jsonata >> jsonata-es5.js","prepublishOnly":"npm run browserify && npm run minify && npm run build-es5","lint":"eslint src","doc":"jsdoc --configure jsdoc.json .","cover":"nyc _mocha","minify":"uglifyjs jsonata.js -o jsonata.min.js --compress --mangle","minify-es5":"uglifyjs jsonata-es5.js -o jsonata-es5.min.js --compress --mangle"},"license":"MIT","keywords":["JSON","query","transformation","transform","mapping","path"],"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.4","@babel/preset-env":"^7.8.4","browserify":"^16.5.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","eslint":"8.0.0","eslint-plugin-ideal":"^0.1.3","eslint-plugin-promise":"^6.0.0","jsdoc":"^3.6.3","mkdirp":"^1.0.3","mocha":"^7.0.1","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","regenerator":"^0.14.4","request":"^2.88.2","uglify-es":"^3.3.10"},"engines":{"node":">= 8"},"_lastModified":"2025-06-17T13:37:34.855Z"}
@@ -1 +1 @@
1
- {"type":"commonjs","_lastModified":"2025-06-17T12:15:41.720Z"}
1
+ {"type":"commonjs","_lastModified":"2025-06-17T13:37:33.533Z"}
@@ -1 +1 @@
1
- {"name":"mime-types","description":"The ultimate javascript content-type utility.","version":"2.1.35","contributors":["Douglas Christopher Wilson <doug@somethingdoug.com>","Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)","Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"],"license":"MIT","keywords":["mime","types"],"repository":"jshttp/mime-types","dependencies":{"mime-db":"1.52.0"},"devDependencies":{"eslint":"7.32.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.25.4","eslint-plugin-markdown":"2.2.1","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"5.2.0","eslint-plugin-standard":"4.1.0","mocha":"9.2.2","nyc":"15.1.0"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec test/test.js","test-ci":"nyc --reporter=lcov --reporter=text npm test","test-cov":"nyc --reporter=html --reporter=text npm test"},"_lastModified":"2025-06-17T12:15:42.165Z"}
1
+ {"name":"mime-types","description":"The ultimate javascript content-type utility.","version":"2.1.35","contributors":["Douglas Christopher Wilson <doug@somethingdoug.com>","Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)","Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"],"license":"MIT","keywords":["mime","types"],"repository":"jshttp/mime-types","dependencies":{"mime-db":"1.52.0"},"devDependencies":{"eslint":"7.32.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.25.4","eslint-plugin-markdown":"2.2.1","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"5.2.0","eslint-plugin-standard":"4.1.0","mocha":"9.2.2","nyc":"15.1.0"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec test/test.js","test-ci":"nyc --reporter=lcov --reporter=text npm test","test-cov":"nyc --reporter=html --reporter=text npm test"},"_lastModified":"2025-06-17T13:37:33.966Z"}
@@ -1 +1 @@
1
- {"name":"qrcode","description":"QRCode / 2d Barcode api with both server side and client side support using canvas","version":"1.5.4","author":"Ryan Day <soldair@gmail.com>","contributors":["Vincenzo Greco <greco.vincenzo@gmail.com>","Linus Unnebäck <linus@folkdatorn.se>"],"keywords":["qr","code","canvas","qrcode"],"main":"./lib/index.js","browser":{"./lib/index.js":"./lib/browser.js","fs":false},"files":["bin","build","lib","helper"],"homepage":"http://github.com/soldair/node-qrcode","license":"MIT","scripts":{"lint":"standard","pretest":"npm run lint","test":"node --throw-deprecation test.js","build":"rollup -c","prepublish":"npm run build","browser":"node examples/clientsideserver.js"},"bin":{"qrcode":"./bin/qrcode"},"dependencies":{"dijkstrajs":"^1.0.1","pngjs":"^5.0.0","yargs":"^15.3.1"},"devDependencies":{"@babel/core":"^7.9.0","@babel/preset-env":"^7.9.5","@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-node-resolve":"^7.1.3","browserify":"^16.5.1","canvas":"^2.8.0","canvasutil":"0.0.4","colors":"^1.4.0","express":"^4.17.1","htmlparser2":"^4.1.0","rollup":"^2.6.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^5.3.0","sinon":"^9.0.2","standard":"^16.0.4","tap":"^16.2.0"},"repository":{"type":"git","url":"git://github.com/soldair/node-qrcode.git"},"engines":{"node":">=10.13.0"},"standard":{"ignore":["build/","examples/vendors/","lib/core/regex.js"]},"_lastModified":"2025-06-17T12:15:42.616Z"}
1
+ {"name":"qrcode","description":"QRCode / 2d Barcode api with both server side and client side support using canvas","version":"1.5.4","author":"Ryan Day <soldair@gmail.com>","contributors":["Vincenzo Greco <greco.vincenzo@gmail.com>","Linus Unnebäck <linus@folkdatorn.se>"],"keywords":["qr","code","canvas","qrcode"],"main":"./lib/index.js","browser":{"./lib/index.js":"./lib/browser.js","fs":false},"files":["bin","build","lib","helper"],"homepage":"http://github.com/soldair/node-qrcode","license":"MIT","scripts":{"lint":"standard","pretest":"npm run lint","test":"node --throw-deprecation test.js","build":"rollup -c","prepublish":"npm run build","browser":"node examples/clientsideserver.js"},"bin":{"qrcode":"./bin/qrcode"},"dependencies":{"dijkstrajs":"^1.0.1","pngjs":"^5.0.0","yargs":"^15.3.1"},"devDependencies":{"@babel/core":"^7.9.0","@babel/preset-env":"^7.9.5","@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-node-resolve":"^7.1.3","browserify":"^16.5.1","canvas":"^2.8.0","canvasutil":"0.0.4","colors":"^1.4.0","express":"^4.17.1","htmlparser2":"^4.1.0","rollup":"^2.6.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^5.3.0","sinon":"^9.0.2","standard":"^16.0.4","tap":"^16.2.0"},"repository":{"type":"git","url":"git://github.com/soldair/node-qrcode.git"},"engines":{"node":">=10.13.0"},"standard":{"ignore":["build/","examples/vendors/","lib/core/regex.js"]},"_lastModified":"2025-06-17T13:37:34.408Z"}
@@ -134,7 +134,7 @@ async function convertByTsCode(code, data, processor) {
134
134
  filename: "a.tsx",
135
135
  presets: [
136
136
  [
137
- "@babel/preset-env",
137
+ require("@babel/preset-env"),
138
138
  {
139
139
  modules: "commonjs",
140
140
  targets: {
@@ -142,8 +142,8 @@ async function convertByTsCode(code, data, processor) {
142
142
  }
143
143
  }
144
144
  ],
145
- "@babel/preset-react",
146
- "@babel/preset-typescript"
145
+ require("@babel/preset-react"),
146
+ require("@babel/preset-typescript")
147
147
  ]
148
148
  }).code;
149
149
  const script = new import_node_vm.Script(compiledCode);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-workflow",
3
3
  "displayName": "Workflow",
4
- "version": "1.1.28",
4
+ "version": "1.1.31",
5
5
  "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
6
6
  "keywords": [
7
7
  "Workflow"
@@ -10,10 +10,11 @@
10
10
  "main": "./dist/server/index.js",
11
11
  "devDependencies": {
12
12
  "@ant-design/icons": "~5.3.7",
13
- "@babel/core": "7.26.0",
14
- "@babel/preset-env": "7.26.0",
15
- "@babel/preset-react": "7.26.3",
16
- "@babel/preset-typescript": "7.26.0",
13
+ "@babel/core": "7.27.4",
14
+ "@babel/parser": "7.27.5",
15
+ "@babel/preset-env": "7.27.2",
16
+ "@babel/preset-react": "7.27.1",
17
+ "@babel/preset-typescript": "7.27.1",
17
18
  "@dnd-kit/core": "^6.3.1",
18
19
  "@types/babel__core": "7.20.5",
19
20
  "@types/ejs": "^3.1.5",
@@ -35,25 +36,25 @@
35
36
  "react-js-cron": "^3.2.0",
36
37
  "react-router-dom": "6.28.1",
37
38
  "sequelize": "^6.37.5",
38
- "@tachybase/components": "1.1.28",
39
- "@tachybase/plugin-workflow-test": "1.1.28"
39
+ "@tachybase/plugin-workflow-test": "1.1.31",
40
+ "@tachybase/components": "1.1.31"
40
41
  },
41
42
  "peerDependencies": {
42
- "@tachybase/actions": "1.1.28",
43
- "@tachybase/evaluators": "1.1.28",
44
- "@tachybase/data-source": "1.1.28",
45
- "@tachybase/client": "1.1.28",
46
- "@tachybase/database": "1.1.28",
47
- "@tachybase/logger": "1.1.28",
48
- "@tachybase/module-collection": "1.1.28",
49
- "@tachybase/module-error-handler": "1.1.28",
50
- "@tachybase/module-ui-schema": "1.1.28",
51
- "@tachybase/module-user": "1.1.28",
52
- "@tachybase/resourcer": "1.1.28",
53
- "@tachybase/schema": "1.1.28",
54
- "@tachybase/utils": "1.1.28",
55
- "@tachybase/test": "1.1.28",
56
- "@tachybase/server": "1.1.28"
43
+ "@tachybase/actions": "1.1.31",
44
+ "@tachybase/client": "1.1.31",
45
+ "@tachybase/data-source": "1.1.31",
46
+ "@tachybase/database": "1.1.31",
47
+ "@tachybase/evaluators": "1.1.31",
48
+ "@tachybase/logger": "1.1.31",
49
+ "@tachybase/module-collection": "1.1.31",
50
+ "@tachybase/module-error-handler": "1.1.31",
51
+ "@tachybase/module-user": "1.1.31",
52
+ "@tachybase/resourcer": "1.1.31",
53
+ "@tachybase/module-ui-schema": "1.1.31",
54
+ "@tachybase/schema": "1.1.31",
55
+ "@tachybase/test": "1.1.31",
56
+ "@tachybase/server": "1.1.31",
57
+ "@tachybase/utils": "1.1.31"
57
58
  },
58
59
  "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
59
60
  "displayName.zh-CN": "工作流",
@@ -1,68 +0,0 @@
1
- "use strict";
2
-
3
- const babelP = import("./lib/index.js");
4
- let babel = null;
5
- Object.defineProperty(exports, "__ initialize @babel/core cjs proxy __", {
6
- set(val) {
7
- babel = val;
8
- },
9
- });
10
-
11
- exports.version = require("./package.json").version;
12
-
13
- const functionNames = [
14
- "createConfigItem",
15
- "loadPartialConfig",
16
- "loadOptions",
17
- "transform",
18
- "transformFile",
19
- "transformFromAst",
20
- "parse",
21
- ];
22
- const propertyNames = [
23
- "buildExternalHelpers",
24
- "types",
25
- "tokTypes",
26
- "traverse",
27
- "template",
28
- ];
29
-
30
- for (const name of functionNames) {
31
- exports[name] = function (...args) {
32
- if (
33
- process.env.BABEL_8_BREAKING &&
34
- typeof args[args.length - 1] !== "function"
35
- ) {
36
- throw new Error(
37
- `Starting from Babel 8.0.0, the '${name}' function expects a callback. If you need to call it synchronously, please use '${name}Sync'.`
38
- );
39
- }
40
-
41
- babelP.then(babel => {
42
- babel[name](...args);
43
- });
44
- };
45
- exports[`${name}Async`] = function (...args) {
46
- return babelP.then(babel => babel[`${name}Async`](...args));
47
- };
48
- exports[`${name}Sync`] = function (...args) {
49
- if (!babel) throw notLoadedError(`${name}Sync`, "callable");
50
- return babel[`${name}Sync`](...args);
51
- };
52
- }
53
-
54
- for (const name of propertyNames) {
55
- Object.defineProperty(exports, name, {
56
- get() {
57
- if (!babel) throw notLoadedError(name, "accessible");
58
- return babel[name];
59
- },
60
- });
61
- }
62
-
63
- function notLoadedError(name, keyword) {
64
- return new Error(
65
- `The \`${name}\` export of @babel/core is only ${keyword}` +
66
- ` from the CommonJS version after that the ESM version is loaded.`
67
- );
68
- }