@nestia/fetcher
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,0 +0,0 @@ /** |
@@ -48,3 +48,3 @@ "use strict"; | ||
AesPkcs5.decrypt = decrypt; | ||
})(AesPkcs5 = exports.AesPkcs5 || (exports.AesPkcs5 = {})); | ||
})(AesPkcs5 || (exports.AesPkcs5 = AesPkcs5 = {})); | ||
//# sourceMappingURL=AesPkcs5.js.map |
@@ -0,0 +0,0 @@ import { IConnection } from "./IConnection"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -46,10 +46,2 @@ import { IEncryptionPassword } from "./IEncryptionPassword"; | ||
simulate?: boolean | Partial<IRandomGenerator>; | ||
/** | ||
* Use simulation mode. | ||
* | ||
* @default false | ||
* @deprecated Use {@link simulate} property instead. | ||
* This property would be erased after v2.0 update | ||
*/ | ||
random?: boolean | Partial<IRandomGenerator>; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IConnection.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IEncryptionPassword.js.map |
@@ -0,0 +0,0 @@ export * from "./IConnection"; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IRandomGenerator { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IRandomGenerator.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Primitive.js.map |
{ | ||
"name": "@nestia/fetcher", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Fetcher library of Nestia SDK", | ||
@@ -35,3 +35,3 @@ "main": "lib/index.js", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
@@ -50,11 +50,2 @@ import { IEncryptionPassword } from "./IEncryptionPassword"; | ||
simulate?: boolean | Partial<IRandomGenerator>; | ||
/** | ||
* Use simulation mode. | ||
* | ||
* @default false | ||
* @deprecated Use {@link simulate} property instead. | ||
* This property would be erased after v2.0 update | ||
*/ | ||
random?: boolean | Partial<IRandomGenerator>; | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63044
1312