@phoenixlan/phoenix.js 3.3.3 → 3.4.1

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.
@@ -15,7 +15,7 @@ jobs:
15
15
  release:
16
16
  runs-on: ubuntu-latest
17
17
  permissions:
18
- contents: read
18
+ contents: write
19
19
  id-token: write
20
20
  steps:
21
21
  # Checkout the branch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phoenixlan/phoenix.js",
3
- "version": "3.3.3",
3
+ "version": "3.4.1",
4
4
  "description": "Phoenix LAN api javascript wrapper",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",