@apigames/rest-client
Advanced tools
Comparing version 24.1.4 to 24.1.5
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = CreateException; | ||
const error_301_moved_permanently_1 = __importDefault(require("./error.301.moved.permanently")); | ||
@@ -140,2 +141,1 @@ const error_302_found_1 = __importDefault(require("./error.302.found")); | ||
} | ||
exports.default = CreateException; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = ThrowException; | ||
const create_exception_1 = __importDefault(require("./create.exception")); | ||
@@ -11,2 +12,1 @@ function ThrowException(exceptionData) { | ||
} | ||
exports.default = ThrowException; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = ThrowNetworkConnectionException; | ||
const network_connection_exception_1 = __importDefault(require("./network.connection.exception")); | ||
@@ -11,2 +12,1 @@ function ThrowNetworkConnectionException(uri) { | ||
} | ||
exports.default = ThrowNetworkConnectionException; |
@@ -16,3 +16,3 @@ { | ||
"license": "MIT", | ||
"version": "24.1.4", | ||
"version": "24.1.5", | ||
"main": "lib/index.js", | ||
@@ -37,19 +37,19 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@apigames/json": "^24.1.4", | ||
"axios": "^1.7.2" | ||
"@apigames/json": "^24.1.5", | ||
"axios": "^1.7.4" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.14.4", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@types/node": "^20.14.15", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsx-a11y": "^6.8.0", | ||
"eslint-plugin-react": "^7.34.2", | ||
"eslint-plugin-jsx-a11y": "^6.9.0", | ||
"eslint-plugin-react": "^7.35.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.5", | ||
"typescript": "^5.4.5" | ||
"ts-jest": "^29.2.4", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -56,0 +56,0 @@ "eslintConfig": {}, |
93514
Updated@apigames/json@^24.1.5
Updatedaxios@^1.7.4