@mikandev/next-discord-auth 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ on:
2
+ push:
3
+ branches: master
4
+
5
+ jobs:
6
+ publish:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: actions/setup-node@v3
11
+ with:
12
+ node-version: "22"
13
+ - uses: oven-sh/setup-bun@v2
14
+ - name: Install Dependencies
15
+ run: bun install --frozen-lockfile
16
+ - name: Build Project
17
+ run: bun run build
18
+ - uses: JS-DevTools/npm-publish@v3
19
+ with:
20
+ token: ${{ secrets.NPM_TOKEN }}
21
+ access: "public"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mikandev/next-discord-auth",
3
3
  "module": "dist/index.ts",
4
4
  "types": "dist/index.d.ts",
5
- "version": "0.0.3",
5
+ "version": "0.0.4",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",