Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Player APIs #177

Merged
merged 13 commits into from
Sep 14, 2023
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