Skip to content

Commit

Permalink
Merge pull request #13 from JackalLabs/dev
Browse files Browse the repository at this point in the history
v1.3.11
  • Loading branch information
BiPhan4 authored May 20, 2023
2 parents 612f1c2 + 2444533 commit 0257c5f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 deletions.
32 changes: 17 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jackal.js-protos",
"version": "1.3.10",
"version": "1.3.11",
"description": "Package of all protos used by Jackal.js",
"keywords": [
"jackal",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
"types": ["vite/client", "node"],
"skipLibCheck": true,
"allowJs": false,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,

/* Bundler mode */
"outDir": "dist",
"sourceMap": true,
"declaration": true,
// "declarationDir": "dist",
"declarationMap": true,
"moduleResolution": "Node",
"resolveJsonModule": true,
Expand Down
8 changes: 3 additions & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ export default defineConfig({
},
rollupOptions: {
external: [
/.*node_modules\/has(h(es)?)?/,
/.*node_modules\/function-bind/,
'protobufjs/minimal',
'hash.js',
'has-property-descriptors',
/@cosmjs.*/,
'@improbable-eng/grpc-web',
'ts-proto',
],
plugins: [
typescriptPaths({
absolute: false,
// nonRelative: true,
}),
typescript({ tsconfig: './tsconfig.json' }),
],
Expand Down

0 comments on commit 0257c5f

Please sign in to comment.