Skip to content

Commit

Permalink
Merge pull request #3 from ygoto3/fix-versions
Browse files Browse the repository at this point in the history
fix: Fix versions
  • Loading branch information
ygoto3 authored Jan 17, 2024
2 parents 8cd67e1 + 6b24535 commit ec711ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 55 deletions.
56 changes: 4 additions & 52 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"dashjs": "^4.7.2",
"@ygoto3/omap-core": "^0.0.1",
"@ygoto3/omap-iab-client": "^0.0.1",
"@ygoto3/omap-iab-client": "^0.0.3",
"@ygoto3/omap-dashjs-binder": "^0.0.2",
"@ygoto3/omap-dashjs-sd-binder": "^0.0.2",
"@ygoto3/omap-dashjs-ui-binder": "^0.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/iab-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygoto3/omap-iab-client",
"version": "0.0.2",
"version": "0.0.3",
"description": "Open Media Ad Player IAB Client",
"main": "./dist/iab-client/src/index.js",
"types": "./dist/iab-client/src/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@ygoto3/omap-core": "^0.0.1",
"@ygoto3/omap-vmap-parser": "^0.0.1",
"@ygoto3/omap-vast-parser": "^0.0.1"
"@ygoto3/omap-vast-parser": "^0.0.2"
},
"devDependencies": {
"ts-node": "^10.9.2",
Expand Down

0 comments on commit ec711ad

Please sign in to comment.