diff --git a/dist/bert.d.ts b/dist/bert.d.ts index b15d7cc..ac3d9d9 100644 --- a/dist/bert.d.ts +++ b/dist/bert.d.ts @@ -2,7 +2,7 @@ export declare const Types: { readonly BERT_START: 131; readonly SMALL_ATOM: 119; - readonly ATOM: 118; + readonly ATOM: 100; readonly BINARY: 109; readonly SMALL_INTEGER: 97; readonly INTEGER: 98; diff --git a/dist/bert.js b/dist/bert.js index 82a7105..d20de81 100644 --- a/dist/bert.js +++ b/dist/bert.js @@ -1,7 +1,7 @@ export const Types = { BERT_START: 131, SMALL_ATOM: 119, - ATOM: 118, + ATOM: 100, BINARY: 109, SMALL_INTEGER: 97, INTEGER: 98, diff --git a/src/bert.ts b/src/bert.ts index 0f0adba..abae584 100644 --- a/src/bert.ts +++ b/src/bert.ts @@ -1,7 +1,7 @@ export const Types = { BERT_START: 131, SMALL_ATOM: 119, - ATOM: 118, + ATOM: 100, BINARY: 109, SMALL_INTEGER: 97, INTEGER: 98,