namirasoft-core
Advanced tools
Comparing version 1.3.69 to 1.3.70
@@ -26,2 +26,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./NamingConvention"; | ||
export * from "./NSCache"; | ||
export * from "./ObjectService"; | ||
@@ -28,0 +29,0 @@ export * from "./PackageService"; |
@@ -42,2 +42,3 @@ "use strict"; | ||
__exportStar(require("./NamingConvention"), exports); | ||
__exportStar(require("./NSCache"), exports); | ||
__exportStar(require("./ObjectService"), exports); | ||
@@ -44,0 +45,0 @@ __exportStar(require("./PackageService"), exports); |
@@ -6,3 +6,3 @@ { | ||
"icon": "logo.png", | ||
"logo": "https://static.namirasoft.com/image/namirasoft/site/logo/name.png", | ||
"logo": "https://static.namirasoft.com/image/namirasoft/site/logo/base.png", | ||
"language": "ts", | ||
@@ -12,3 +12,3 @@ "framework": "npm", | ||
"private": false, | ||
"version": "1.3.69", | ||
"version": "1.3.70", | ||
"author": "Amir Abolhasani", | ||
@@ -22,7 +22,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/node": "^20.14.9", | ||
"@types/node": "^20.14.10", | ||
"axios": "^1.7.2", | ||
"moment": "^2.30.1", | ||
"phone": "^3.1.46" | ||
"phone": "^3.1.49" | ||
} | ||
} |
@@ -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 @@ 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 @@ export class EncodingOperation |
@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto'; |
@@ -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 |
@@ -26,2 +26,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./NamingConvention"; | ||
export * from "./NSCache"; | ||
export * from "./ObjectService"; | ||
@@ -28,0 +29,0 @@ export * from "./PackageService"; |
@@ -0,0 +0,0 @@ export abstract class IStorage |
@@ -0,0 +0,0 @@ import { EncodingOperation } from "./EncodingOperation"; |
@@ -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 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
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
384335
157
4835
Updated@types/node@^20.14.10
Updatedphone@^3.1.49