@wfcd/relics 2.0.20 → 2.0.23

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -29,12 +29,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  Generator: () => Generator,
35
35
  VersionManager: () => VersionManager
36
36
  });
37
- module.exports = __toCommonJS(src_exports);
37
+ module.exports = __toCommonJS(index_exports);
38
38
 
39
39
  // src/Generator.ts
40
40
  var import_promises = __toESM(require("fs/promises"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfcd/relics",
3
- "version": "2.0.20",
3
+ "version": "2.0.23",
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",
@@ -49,7 +46,7 @@
49
46
  "mocha": "^10.0.0",
50
47
  "nyc": "^17.0.0",
51
48
  "precommit-hook": "^3.0.0",
52
- "ts-mocha": "^10.0.0",
49
+ "ts-mocha": "^11.1.0",
53
50
  "ts-node": "^10.9.1",
54
51
  "tsconfig-paths": "^4.1.0",
55
52
  "tsup": "^8.0.2",
@@ -140,5 +137,8 @@
140
137
  "cjs",
141
138
  "esm"
142
139
  ]
140
+ },
141
+ "publishConfig": {
142
+ "provenance": true
143
143
  }
144
144
  }