@wayward/types 2.15.2-beta.dev.20251204.1 → 2.15.2-beta.dev.20251205.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.
@@ -19,13 +19,16 @@ jobs:
19
19
  id-token: write
20
20
  packages: write
21
21
  steps:
22
- - uses: actions/checkout@v4
22
+ - uses: actions/checkout@v6
23
23
 
24
- - uses: actions/setup-node@v4
24
+ - uses: actions/setup-node@v6
25
25
  with:
26
- node-version: "20.x"
26
+ node-version: "24.x"
27
27
  registry-url: "https://registry.npmjs.org"
28
28
 
29
+ - name: Update npm
30
+ run: npm install -g npm@latest
31
+
29
32
  - name: Parse package.json
30
33
  id: set_var
31
34
  run: |
@@ -66,5 +69,3 @@ jobs:
66
69
  "../$REPO_NAME.zip#$REPO_NAME.zip"
67
70
 
68
71
  - run: npm publish --provenance --access public $EXTRA_NPM_ARGS
69
- env:
70
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -151,4 +151,5 @@ export interface IAutomationSetupItem {
151
151
  quality?: Quality;
152
152
  magics?: MagicalPropertyType[];
153
153
  durability?: number;
154
+ weightMultiplier?: number;
154
155
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.15.2-beta.dev.20251204.1",
4
+ "version": "2.15.2-beta.dev.20251205.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",