Skip to content

Commit 6f73719

Browse files
build: update to latest npm for OIDC (#111)
1 parent 78b314b commit 6f73719

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
branches:
44
- main
55
pull_request:
6+
pull_request_target:
7+
workflow_dispatch:
68
name: ci
79
env:
810
NODE: 22

.github/workflows/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
node-version: ${{ env.NODE }}
3535
cache: npm
3636
registry-url: 'https://registry.npmjs.org'
37+
- run: npm install -g npm@latest
3738
- run: npm ci
3839
- run: npm run build
3940
- run: npm publish --provenance --access public

CHANGELOG.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +0,0 @@
1-
# Changelog
2-
3-
## [4.5.0](https://github.com/discord/discord-interactions-js/compare/discord-interactions-v4.4.0...discord-interactions-v4.5.0) (2025-10-08)
4-
5-
6-
### Features
7-
8-
* add ButtonStyleTypes.Premium ([#55](https://github.com/discord/discord-interactions-js/issues/55)) ([321f55e](https://github.com/discord/discord-interactions-js/commit/321f55e1390ef72f38c47b5d5bfed99e2fc4fdd8))
9-
* add webhook enums ([#84](https://github.com/discord/discord-interactions-js/issues/84)) ([72dd54c](https://github.com/discord/discord-interactions-js/commit/72dd54ca26dbcec037fa7c091d26852c91471ccd))
10-
* add webhook event middleware and expand Discord webhook support ([#100](https://github.com/discord/discord-interactions-js/issues/100)) ([64d80fb](https://github.com/discord/discord-interactions-js/commit/64d80fbc5da5c2aced288891d96abb8cc3412734))
11-
* export addition types including ActionRow ([#40](https://github.com/discord/discord-interactions-js/issues/40)) ([748e241](https://github.com/discord/discord-interactions-js/commit/748e2415c5282da25ccf4fea47323a3c2dd3e6be))
12-
* Select menus in modals, and other fixes ([#96](https://github.com/discord/discord-interactions-js/issues/96)) ([87eb06a](https://github.com/discord/discord-interactions-js/commit/87eb06ae14bd57f9894b673057e8746c04a88898))
13-
14-
15-
### Bug Fixes
16-
17-
* **deps:** remove dependency on node-fetch ([#70](https://github.com/discord/discord-interactions-js/issues/70)) ([a5710cb](https://github.com/discord/discord-interactions-js/commit/a5710cb497656e79b7e1dc02cdb6ff379556981f))
18-
* Fix types to take into account selects ([#86](https://github.com/discord/discord-interactions-js/issues/86)) ([0e15669](https://github.com/discord/discord-interactions-js/commit/0e156691ff40af420e43a11cbb9cb3e29b461f17))
19-
* prevent stalling requests ([#10](https://github.com/discord/discord-interactions-js/issues/10)) ([c3965c3](https://github.com/discord/discord-interactions-js/commit/c3965c39a8ddc584a9f42e39599a4f19b885aeb8))
20-
* Remove console.error on verifyKey failure; simply return false ([#46](https://github.com/discord/discord-interactions-js/issues/46)) ([f341dd4](https://github.com/discord/discord-interactions-js/commit/f341dd4337d78060c8411ba6c6aeec0a210c2fd0))
21-
* remove dependency on tweetnacl ([#73](https://github.com/discord/discord-interactions-js/issues/73)) ([69499c9](https://github.com/discord/discord-interactions-js/commit/69499c93931a11a498ab0b42aee0c49081b8f6a6))
22-
* trigger a release ([#107](https://github.com/discord/discord-interactions-js/issues/107)) ([73c4a11](https://github.com/discord/discord-interactions-js/commit/73c4a11d449801b3eb22330e76cfa358f16ab58e))
23-
24-
## [4.4.0](https://github.com/discord/discord-interactions-js/compare/4.3.0...v4.4.0) (2025-10-08)
25-
26-
27-
### Features
28-
29-
* add webhook event middleware and expand Discord webhook support ([#100](https://github.com/discord/discord-interactions-js/issues/100)) ([64d80fb](https://github.com/discord/discord-interactions-js/commit/64d80fbc5da5c2aced288891d96abb8cc3412734))
30-
* Select menus in modals, and other fixes ([#96](https://github.com/discord/discord-interactions-js/issues/96)) ([87eb06a](https://github.com/discord/discord-interactions-js/commit/87eb06ae14bd57f9894b673057e8746c04a88898))

0 commit comments

Comments
 (0)