Comparing version
@@ -185,2 +185,1 @@ "use strict"; | ||
exports.CratesAPI = CratesAPI; | ||
//# sourceMappingURL=CratesAPI.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./CratesAPI"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -51,2 +51,1 @@ "use strict"; | ||
exports.CratesIO = CratesIO; | ||
//# sourceMappingURL=CratesIO.js.map |
@@ -63,2 +63,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=Endpoints.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
__exportStar(require("./interfaces/"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=API.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Category.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Crate.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Dependency.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Download.js.map |
@@ -29,2 +29,1 @@ "use strict"; | ||
__exportStar(require("./Version"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Keyword.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Options.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Result.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Summary.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Team.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=User.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Version.js.map |
{ | ||
"author": "Florian Imdahl <git@ffflorian.de>", | ||
"dependencies": { | ||
"axios": "1.7.7" | ||
"axios": "1.8.2" | ||
}, | ||
@@ -10,4 +10,4 @@ "description": "A crates.io API client", | ||
"rimraf": "6.0.1", | ||
"typedoc": "0.26.11", | ||
"typescript": "5.5.4" | ||
"typedoc": "0.27.9", | ||
"typescript": "5.7.3" | ||
}, | ||
@@ -37,4 +37,4 @@ "engines": { | ||
}, | ||
"version": "2.2.9", | ||
"gitHead": "ec83091d5a0a4b903ed763463f5b996977b5cb84" | ||
"version": "2.2.10", | ||
"gitHead": "0f0d5ef1038bae6ec9b7b307ef7c4bf65e0d9a5c" | ||
} |
60384
-13.22%39
-31.58%+ Added
- Removed
Updated