@wfcd/relics 2.0.21 → 2.0.24

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfcd/relics",
3
- "version": "2.0.21",
3
+ "version": "2.0.24",
4
4
  "description": "Relic Data for Warframe",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -24,10 +24,7 @@
24
24
  "test": "nyc mocha",
25
25
  "validate": "tsc --noEmit"
26
26
  },
27
- "repository": {
28
- "type": "git",
29
- "url": "git+https://github.com/WFCD/warframe-relic-data.git"
30
- },
27
+ "repository": "https://github.com/WFCD/warframe-relic-data",
31
28
  "keywords": [
32
29
  "Warframe",
33
30
  "Relics"
@@ -41,7 +38,7 @@
41
38
  "devDependencies": {
42
39
  "@types/chai": "^4.3.3",
43
40
  "@types/mocha": "^10.0.0",
44
- "@types/node": "^22.1.0",
41
+ "@types/node": "^24.0.1",
45
42
  "@types/node-fetch": "^2.6.2",
46
43
  "@wfcd/eslint-config": "^1.2.0",
47
44
  "chai": "^4.3.6",
@@ -140,5 +137,8 @@
140
137
  "cjs",
141
138
  "esm"
142
139
  ]
140
+ },
141
+ "publishConfig": {
142
+ "provenance": true
143
143
  }
144
144
  }