Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from regulaforensics/develop
Browse files Browse the repository at this point in the history
Fix classnames
  • Loading branch information
aliaksandr-drozd authored Jan 19, 2024
2 parents 8e7138f + e8df291 commit e0f1ad9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
12 changes: 6 additions & 6 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,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.5",
"author": "Regula Forensics, Inc.",
"name": "@regulaforensics/document-reader-recipes",
"description": "Document Reader Recipes",
Expand All @@ -8,7 +8,7 @@
"build": "vite build"
},
"dependencies": {
"@regulaforensics/document-reader-typings": "^0.0.3",
"@regulaforensics/document-reader-typings": "^0.0.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"reflect-metadata": "^0.2.1",
Expand Down
6 changes: 5 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ export default defineConfig({
entry: path.resolve(__dirname, './src/index.ts'),
formats: ['es', 'cjs'],
fileName: 'index'
}
},
},
esbuild: {
minifyIdentifiers: false,
keepNames: true,
},
resolve: {
alias: {
Expand Down

0 comments on commit e0f1ad9

Please sign in to comment.