Skip to content

Commit

Permalink
Merge pull request #8 from ygoto3/bump
Browse files Browse the repository at this point in the history
Bump
  • Loading branch information
ygoto3 authored Mar 8, 2024
2 parents 53b9876 + cf76496 commit 1210d62
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygoto3/omap-core",
"version": "0.0.1",
"version": "0.0.2",
"description": "Open Media Ad Player core modules",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dashjs-binder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygoto3/omap-dashjs-binder",
"version": "0.0.2",
"version": "0.0.3",
"description": "Open Media Ad Player Dash.js Binder",
"main": "./dist/dashjs-binder/src/index.js",
"types": "./dist/dashjs-binder/src/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@ygoto3/omap-core": "^0.0.1"
"@ygoto3/omap-core": "^0.0.2"
},
"devDependencies": {
"dashjs": "^4.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/dashjs-sd-binder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygoto3/omap-dashjs-sd-binder",
"version": "0.0.2",
"version": "0.0.3",
"description": "Open Media Ad Player Single Decoder Dash.js Binder",
"main": "./dist/dashjs-sd-binder/src/index.js",
"types": "./dist/dashjs-sd-binder/src/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@ygoto3/omap-core": "^0.0.1",
"@ygoto3/omap-dashjs-binder": "^0.0.2"
"@ygoto3/omap-core": "^0.0.2",
"@ygoto3/omap-dashjs-binder": "^0.0.3"
},
"devDependencies": {
"dashjs": "^4.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/dashjs-sd-sustainable-binder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "uvu -r ts-node/register tests"
},
"dependencies": {
"@ygoto3/omap-core": "^0.0.1",
"@ygoto3/omap-dashjs-sd-binder": "^0.0.2"
"@ygoto3/omap-core": "^0.0.2",
"@ygoto3/omap-dashjs-sd-binder": "^0.0.3"
},
"devDependencies": {
"dashjs": "^4.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/dashjs-ui-binder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@ygoto3/omap-core": "^0.0.1",
"@ygoto3/omap-dashjs-binder": "^0.0.2"
"@ygoto3/omap-core": "^0.0.2",
"@ygoto3/omap-dashjs-binder": "^0.0.3"
},
"devDependencies": {
"dashjs": "^4.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"dashjs": "^4.7.2",
"@ygoto3/omap-core": "^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-core": "^0.0.2",
"@ygoto3/omap-iab-client": "^0.0.4",
"@ygoto3/omap-dashjs-binder": "^0.0.3",
"@ygoto3/omap-dashjs-sd-binder": "^0.0.3",
"@ygoto3/omap-dashjs-ui-binder": "^0.0.2"
},
"devDependencies": {
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.3",
"version": "0.0.4",
"description": "Open Media Ad Player IAB Client",
"main": "./dist/iab-client/src/index.js",
"types": "./dist/iab-client/src/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"test": "uvu -r ts-node/register tests"
},
"dependencies": {
"@ygoto3/omap-core": "^0.0.1",
"@ygoto3/omap-core": "^0.0.2",
"@ygoto3/omap-vmap-parser": "^0.0.1",
"@ygoto3/omap-vast-parser": "^0.0.2"
},
Expand Down

0 comments on commit 1210d62

Please sign in to comment.