@shakerquiz/url 0.0.61 → 0.0.63

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.
@@ -34,7 +34,7 @@ jobs:
34
34
  - uses: actions/setup-node@v6
35
35
  if: github.event_name == 'workflow_dispatch'
36
36
  with:
37
- node-version: 24
37
+ node-version: latest
38
38
  - run: npm i @shakerquiz/utilities@aquamarine --save-exact --prefer-online
39
39
  if: github.event_name == 'workflow_dispatch' && inputs.utilities
40
40
  - name: Commit changes
@@ -69,9 +69,8 @@ jobs:
69
69
  ref: main
70
70
  - uses: actions/setup-node@v6
71
71
  with:
72
- node-version: 24
72
+ node-version: latest
73
73
  - uses: oven-sh/setup-bun@v2
74
- - run: npm install -g npm@latest
75
74
  - run: git config user.name "github-actions[bot]"
76
75
  - run: git config user.email "github-actions[bot]@users.noreply.github.com"
77
76
  - run: npm version patch
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/url",
4
- "version": "0.0.61",
4
+ "version": "0.0.63",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "./*": "./source/*/index.js"
16
16
  },
17
17
  "dependencies": {
18
- "@shakerquiz/utilities": "4.0.32"
18
+ "@shakerquiz/utilities": "4.0.34"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/bun": "1.3.6",