Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Jan 3, 2023
1 parent 905fa04 commit fea37a9
Show file tree
Hide file tree
Showing 35 changed files with 1,782 additions and 1,007 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: "npm ci"
- run: "npm diff --diff=@hazae41/paimon@${{github.ref_name}} --diff=."
- run: "[[ -z $(npm diff --diff=@hazae41/paimon@${{github.ref_name}} --diff=.) ]]"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
/node_modules
/dist
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"deno.enable": true,
"deno.unstable": true,
"deno.enablePaths": [
"./src/deno",
"./example/deno"
]
}
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ await writeFile(
`export const wasm: string;`
);

await rm(`./wasm/pkg/.gitignore`);
await rm(`./wasm/pkg/.gitignore`, { force: true });
16 changes: 0 additions & 16 deletions deno/mods/mod.ts

This file was deleted.

17 changes: 0 additions & 17 deletions dist/cjs/node/index.cjs

This file was deleted.

1 change: 0 additions & 1 deletion dist/cjs/node/index.cjs.map

This file was deleted.

27 changes: 0 additions & 27 deletions dist/cjs/node/mods/index.cjs

This file was deleted.

1 change: 0 additions & 1 deletion dist/cjs/node/mods/index.cjs.map

This file was deleted.

Loading

0 comments on commit fea37a9

Please sign in to comment.