Skip to content

Commit

Permalink
expose proto folder and export parseTimesliceDataV2
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshanzhu committed Jul 24, 2020
1 parent 235952a commit ebc16a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/parser/src/index.js
Expand Up @@ -53,6 +53,9 @@ export {
parseXVIZMessageSync as parseStreamDataMessage,
parseXVIZData as parseStreamLogData
} from './parsers/parse-xviz-message-sync';

export {default as parseTimesliceDataV2} from './parsers/parse-timeslice-data-v2';

export {parseVideoMessageV1 as parseStreamVideoMessage} from './parsers/parse-video-message-v1';
export {XVIZ_MESSAGE_TYPE as LOG_STREAM_MESSAGE} from './constants';
export {XVIZ_GLTF_EXTENSION} from './constants';
Expand Down
6 changes: 5 additions & 1 deletion package.json
@@ -1,14 +1,18 @@
{
"name": "xviz",
"description": "Libraries for encoding, validation and decoding of the XVIZ protocol",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
},
"workspaces": [
"modules/*"
],
"files": [
"dist",
"xviz"
],
"browser": {
"jsonlint": false
},
Expand Down

0 comments on commit ebc16a9

Please sign in to comment.