Skip to content

Update, add dynamic cookie refresh and authentication checking#2

Open
Apollon77 wants to merge 413 commits into
soef:masterfrom
Apollon77:master
Open

Update, add dynamic cookie refresh and authentication checking#2
Apollon77 wants to merge 413 commits into
soef:masterfrom
Apollon77:master

Conversation

@Apollon77

Copy link
Copy Markdown

... and many more.

currently uses my fork of alexa-cookie because changes there too

Apollon77 and others added 30 commits July 30, 2021 11:40
* add authority header
* prepare version
Add skill launch function
Add getSkills() function
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.2.0...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@alcalzone/release-script](https://github.com/AlCalzone/release-script) from 2.2.1 to 3.4.0.
- [Release notes](https://github.com/AlCalzone/release-script/releases)
- [Changelog](https://github.com/AlCalzone/release-script/blob/master/CHANGELOG.md)
- [Commits](AlCalzone/release-script@v2.2.1...v3.4.0)

---
updated-dependencies:
- dependency-name: "@alcalzone/release-script"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 8.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.3...8.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…one/release-script-3.4.0

Bump @alcalzone/release-script from 2.2.1 to 3.4.0
…ons/setup-node-2.4.1

Bump actions/setup-node from 2.2.0 to 2.4.1
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…0.21.4

chore(deps): bump axios from 0.21.1 to 0.21.4
…Node.js starting with 12.x

* (Apollon77) Change Push connection to new signed flow
* IMPORTANT: Node.js 10 support is dropped, supports LTS versions of Node.js starting with 12.x
* (Apollon77) Change Push connection to new signed flow
* (RodolfoSilva) Add TypeScript Type definitions
dependabot Bot and others added 30 commits July 13, 2025 17:18
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.10.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.10.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…1.10.0

chore(deps-dev): bump axios from 1.7.7 to 1.10.0
…1.0.3

chore(deps): bump uuid from 10.0.0 to 11.0.3
* (Apollon77) Fix List updates in some cases. Disable removing details for now
* (Apollon77) Fix List updates in some cases. Disable removing details for now
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ons/setup-node-6

chore(deps): bump actions/setup-node from 4 to 6
…ons/checkout-5

chore(deps): bump actions/checkout from 4 to 5
* (@Apollon77) Adjusts Authentication check to recent Amazon changes
* (@Apollon77) Adjusts Authentication check to recent Amazon changes
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* (@fkhr79, @blabond) Fix Amazon login proxy auth flow
* (@Apollon77) Fix Proxy URL when no static port is provided
…ons/checkout-6

chore(deps): bump actions/checkout from 5 to 6
…props/action-gh-release-3

chore(deps): bump softprops/action-gh-release from 2 to 3
feat: add code to emit for todo NotifyNowPlayingUpdated
* (@hive) Added NotifyNowPlayingUpdated event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants