namirasoft-core
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -35,4 +35,4 @@ "use strict"; | ||
_request(onRequest, sub, query, data, config, sign_header, sign_key) { | ||
var _a; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
var _a; | ||
let url = URLOperation_1.URLOperation.getLink(this.base_url, sub, query); | ||
@@ -39,0 +39,0 @@ if (!config) |
@@ -38,4 +38,4 @@ "use strict"; | ||
} | ||
static foreach(base, handler, folders = true, files = true) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
static foreach(base_1, handler_1) { | ||
return __awaiter(this, arguments, void 0, function* (base, handler, folders = true, files = true) { | ||
function recursive(base, sub) { | ||
@@ -42,0 +42,0 @@ return __awaiter(this, void 0, void 0, function* () { |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"author": "Amir Abolhasani", | ||
@@ -21,8 +21,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/node": "^22.2.0", | ||
"axios": "^1.7.3", | ||
"@types/node": "^22.5.4", | ||
"axios": "^1.7.7", | ||
"buffer": "^6.0.3", | ||
"moment": "^2.30.1", | ||
"phone": "^3.1.49" | ||
"phone": "^3.1.50" | ||
} | ||
} |
@@ -0,0 +0,0 @@ export type BaseDatabaseRow<ID> = |
@@ -0,0 +0,0 @@ export class BaseMetaColumn |
@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; |
@@ -0,0 +0,0 @@ import axios, { AxiosRequestConfig, AxiosResponse } from "axios"; |
@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage"; |
@@ -0,0 +0,0 @@ export class ConsoleOperation |
@@ -0,0 +0,0 @@ import { ErrorOperation } from "./ErrorOperation"; |
@@ -0,0 +0,0 @@ import { Country } from "./Country"; |
@@ -0,0 +0,0 @@ export class Country |
@@ -0,0 +0,0 @@ import { Country } from "./Country"; |
@@ -0,0 +0,0 @@ import { Buffer } from 'buffer'; |
@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto'; |
@@ -0,0 +0,0 @@ import { ConvertService } from "./ConvertService"; |
@@ -0,0 +0,0 @@ import { HTTPError } from "./HTTPError"; |
@@ -0,0 +0,0 @@ let fs: any; |
@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; |
@@ -0,0 +0,0 @@ export enum FilterItemColumnType |
@@ -0,0 +0,0 @@ import { ErrorOperation } from "./ErrorOperation"; |
@@ -0,0 +0,0 @@ export class GeoOperation |
@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto'; |
@@ -0,0 +0,0 @@ export class HTTPError extends Error |
@@ -0,0 +0,0 @@ export enum HTTPMethod |
@@ -0,0 +0,0 @@ export * from "./BaseDatabaseRow"; |
@@ -0,0 +0,0 @@ export abstract class IStorage |
@@ -0,0 +0,0 @@ import { EncodingOperation } from "./EncodingOperation"; |
@@ -0,0 +0,0 @@ import fs from "fs"; |
@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage.js"; |
@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage"; |
@@ -0,0 +0,0 @@ export class NamingConvention |
@@ -0,0 +0,0 @@ import { ConvertService } from "./ConvertService"; |
@@ -0,0 +0,0 @@ let fs: any; |
@@ -0,0 +0,0 @@ import * as Phone from 'phone'; |
@@ -0,0 +0,0 @@ export class PriceOperation |
@@ -0,0 +0,0 @@ export class RegexTemplate |
@@ -0,0 +0,0 @@ export class SearchOperation |
@@ -0,0 +0,0 @@ export class StringOperation |
@@ -0,0 +0,0 @@ import moment from "moment"; |
@@ -0,0 +0,0 @@ import { ParsedNameValue } from "./ParsedNameValue"; |
@@ -0,0 +0,0 @@ export class VersionOperation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
392702
Updated@types/node@^22.5.4
Updatedaxios@^1.7.7
Updatedphone@^3.1.50