anilink-api-wrapper 1.29.0 → 1.29.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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.validateVariables = void 0;
3
+ exports.validateVariables = validateVariables;
4
4
  /**
5
5
  * Validates the provided variables against the expected types.
6
6
  *
@@ -123,4 +123,3 @@ function validateVariables(variables, variableTypeMappings) {
123
123
  throw new Error(errors.join('\n'));
124
124
  }
125
125
  }
126
- exports.validateVariables = validateVariables;
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
- {
2
- "name": "anilink-api-wrapper",
3
- "version": "1.29.0",
4
- "description": "API wrapper for AniManga sites such as Anilist, MyAnimeList, Kitsu.",
5
- "main": "dist/AniLink.js",
6
- "scripts": {
7
- "test": "jest",
8
- "build": "rimraf dist && tsc",
9
- "generate-docs": "typedoc --entryPoints ./src --entryPointStrategy expand --out docs --plugin typedoc-theme-hierarchy --theme hierarchy && node add-ga.js",
10
- "prepublishOnly": "npm run build"
11
- },
12
- "keywords": [
13
- "anilist",
14
- "myanimelist",
15
- "kitsu",
16
- "api",
17
- "wrapper",
18
- "anilist-api",
19
- "anilist-query",
20
- "anilist-mutation",
21
- "anilist-graphql"
22
- ],
23
- "author": "RLAlpha49",
24
- "license": "MIT",
25
- "devDependencies": {
26
- "@babel/preset-typescript": "^7.24.1",
27
- "@types/jest": "^29.5.12",
28
- "babel-jest": "^29.7.0",
29
- "dotenv": "^16.4.5",
30
- "eslint": "^8.57.0",
31
- "eslint-config-standard-with-typescript": "^43.0.1",
32
- "eslint-plugin-import": "^2.29.1",
33
- "eslint-plugin-n": "^15.7.0",
34
- "eslint-plugin-promise": "^6.1.1",
35
- "jest": "^29.7.0",
36
- "rimraf": "^5.0.5",
37
- "standard": "^17.1.0",
38
- "ts-jest": "^29.1.2",
39
- "typedoc": "^0.25.13",
40
- "typedoc-theme-hierarchy": "^4.1.2",
41
- "typescript": "^5.4.5"
42
- },
43
- "dependencies": {
44
- "axios": "^1.6.8"
45
- }
46
- }
1
+ {
2
+ "name": "anilink-api-wrapper",
3
+ "version": "1.29.1",
4
+ "description": "API wrapper for AniManga sites such as Anilist, MyAnimeList, Kitsu.",
5
+ "main": "dist/AniLink.js",
6
+ "scripts": {
7
+ "test": "jest",
8
+ "build": "rimraf dist && tsc",
9
+ "generate-docs": "typedoc --entryPoints ./src --entryPointStrategy expand --out docs --plugin typedoc-theme-hierarchy --theme hierarchy && node add-ga.js",
10
+ "prepublishOnly": "npm run build"
11
+ },
12
+ "keywords": [
13
+ "anilist",
14
+ "myanimelist",
15
+ "kitsu",
16
+ "api",
17
+ "wrapper",
18
+ "anilist-api",
19
+ "anilist-query",
20
+ "anilist-mutation",
21
+ "anilist-graphql"
22
+ ],
23
+ "author": "RLAlpha49",
24
+ "license": "MIT",
25
+ "devDependencies": {
26
+ "@babel/preset-typescript": "^7.24.7",
27
+ "@types/jest": "^29.5.12",
28
+ "babel-jest": "^29.7.0",
29
+ "dotenv": "^16.4.5",
30
+ "eslint": "^8.57.0",
31
+ "eslint-config-standard-with-typescript": "^43.0.1",
32
+ "eslint-plugin-import": "^2.29.1",
33
+ "eslint-plugin-n": "^16.6.2",
34
+ "eslint-plugin-promise": "^6.6.0",
35
+ "jest": "^29.7.0",
36
+ "rimraf": "^6.0.1",
37
+ "standard": "^17.1.0",
38
+ "ts-jest": "^29.2.5",
39
+ "typedoc": "^0.26.6",
40
+ "typedoc-theme-hierarchy": "^5.0.3",
41
+ "typescript": "^5.5.4"
42
+ },
43
+ "dependencies": {
44
+ "axios": "^1.7.5"
45
+ }
46
+ }