Skip to content

Commit

Permalink
change require to dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Nov 10, 2024
1 parent 8df54ff commit b9a2739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qcobjects",
"version": "2.5.108-beta",
"version": "2.5.109-beta",
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.",
"main": "public/cjs/QCObjects.cjs",
"module": "public/esm/QCObjects.mjs",
Expand All @@ -22,7 +22,7 @@
"license": "LGPL-3.0",
"scripts": {
"build": "npm run build:ts-types && npm run build:ts && npm run build:browser",
"postbuild":"node ./postbuild.js",
"postbuild": "node ./postbuild.js",
"build:ts": "npm test && npx tsc",
"build:ts-types": "npx tsc --project tsconfig.d.json",
"build:browser": "npm run build:esbuild",
Expand Down

0 comments on commit b9a2739

Please sign in to comment.