Skip to content

Commit bbbddcb

Browse files
committed
add export
1 parent e3aa8fd commit bbbddcb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auxo-dev/auxo-libs",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "",
55
"author": "",
66
"license": "Apache-2.0",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export { ActionMask } from './ActionMask.js';
2+
13
export { Bit255 } from './Bit255.js';
24

35
export { CustomScalar } from './CustomScalar.js';

0 commit comments

Comments
 (0)