Skip to content

Commit

Permalink
feat: Player APIs (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpears201 committed Nov 6, 2023
1 parent d4f5ad8 commit 2623edf
Show file tree
Hide file tree
Showing 21 changed files with 1,674 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ dist/*
src/sdks/core/build/*
src/sdks/core/dist/*
src/sdks/core/test/transpiled-suite/*
src/sdks/discovery/build/*
src/sdks/discovery/dist/*
src/sdks/discovery/test/transpiled-suite/*
src/sdks/provider/build/*
src/sdks/provider/dist/*
src/sdks/provider/test/transpiled-suite/*
src/sdks/manage/build/*
src/sdks/manage/dist/*
src/sdks/manage/test/transpiled-suite/*
Expand Down
16 changes: 15 additions & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"workspaces": [
"src/sdks/core",
"src/sdks/manage"
"src/sdks/manage",
"src/sdks/provider"
],
"scripts": {
"fs:setup": "npm run clean && mkdir -p dist",
Expand Down Expand Up @@ -67,4 +68,4 @@
"sdk"
],
"license": "Apache-2.0"
}
}
Loading

0 comments on commit 2623edf

Please sign in to comment.