-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27425a4
commit 2c13061
Showing
32 changed files
with
147 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@podlove/player", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "HTML5 Goodness for Podcasting", | ||
"homepage": "https://github.com/podlove/ui/tree/development/apps/player", | ||
"type": "module", | ||
|
@@ -12,7 +12,9 @@ | |
"integration": "cypress run --browser chrome", | ||
"lint": "eslint src/**/*.{vue,ts} cypress/**/*.ts" | ||
}, | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"keywords": [], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@podlove/subscribe-button", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "", | ||
"type": "module", | ||
"scripts": { | ||
|
@@ -9,7 +9,9 @@ | |
"serve": "vite" | ||
}, | ||
"keywords": [], | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages": ["apps/**", "packages/**"], | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"npmClient": "pnpm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@podlove/button-actions", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "Actions for Podlove Subscribe Button Framework", | ||
"homepage": "https://github.com/podlove/ui/tree/development/packages/button/actions", | ||
"type": "module", | ||
|
@@ -9,7 +9,9 @@ | |
"lint": "eslint src/**/*.ts" | ||
}, | ||
"keywords": [], | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@podlove/button-config", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "Configuration for Podlove Button Framework", | ||
"homepage": "https://github.com/podlove/ui/tree/development/packages/button/config", | ||
"main": "index.js", | ||
|
@@ -10,7 +10,9 @@ | |
"keywords": [], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"dependencies": { | ||
"ramda": "0.29.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@podlove/clients", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "A comprehensive list of podcast clients", | ||
"homepage": "https://github.com/podlove/ui/tree/development/apps/player", | ||
"type": "module", | ||
|
@@ -9,7 +9,9 @@ | |
"lint": "eslint src/**/*.ts" | ||
}, | ||
"keywords": [], | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@podlove/components", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "Reusable Podlove UI Components", | ||
"homepage": "https://github.com/podlove/ui/tree/development/packages/components", | ||
"scripts": { | ||
|
@@ -10,7 +10,9 @@ | |
"lint": "eslint src/**/*.{vue,ts}" | ||
}, | ||
"keywords": [], | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@podlove/media-backend", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "Pure html5 media backend", | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"type": "module", | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"publishConfig": { | ||
"exports": { | ||
".": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "@podlove/player-actions", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "Actions for Podlove Player Framework", | ||
"homepage": "https://github.com/podlove/ui/tree/development/packages/player/actions", | ||
"scripts": { | ||
"build": "vite build", | ||
"lint": "eslint src/**/*.ts" | ||
}, | ||
"keywords": [], | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@podlove/player-sagas", | ||
"version": "5.12.1-alpha.1", | ||
"version": "5.12.1-alpha.2", | ||
"description": "Sagas for Podlove Web Player", | ||
"homepage": "https://github.com/podlove/ui/tree/development/packages/player/sagas", | ||
"keywords": [], | ||
"files": ["./dist"], | ||
"files": [ | ||
"./dist" | ||
], | ||
"author": "Alexander Heimbuch <[email protected]>", | ||
"license": "MIT", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.