namirasoft-site
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,5 +1,9 @@ | ||
export * from "./BaseUUID"; | ||
export * from "./NSBaseHeader"; | ||
export * from "./NSBaseServer"; | ||
export * from "./NSHeader"; | ||
export * from "./NSBaseMetaDatabase"; | ||
export * from "./NSBaseMetaTable"; | ||
export * from "./NSReqHeader"; | ||
export * from "./NSResHeader"; | ||
export * from "./ProductUUID"; |
@@ -17,7 +17,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./BaseUUID"), exports); | ||
__exportStar(require("./NSBaseHeader"), exports); | ||
__exportStar(require("./NSBaseServer"), exports); | ||
__exportStar(require("./NSHeader"), exports); | ||
__exportStar(require("./NSBaseMetaDatabase"), exports); | ||
__exportStar(require("./NSBaseMetaTable"), exports); | ||
__exportStar(require("./NSReqHeader"), exports); | ||
__exportStar(require("./NSResHeader"), exports); | ||
__exportStar(require("./ProductUUID"), exports); | ||
//# sourceMappingURL=index.js.map |
export declare class NSBaseHeader { | ||
protected getX(): string; | ||
S2S(): string; | ||
} |
@@ -8,7 +8,4 @@ "use strict"; | ||
} | ||
S2S() { | ||
return this.getX() + `s2s`; | ||
} | ||
} | ||
exports.NSBaseHeader = NSBaseHeader; | ||
//# sourceMappingURL=NSBaseHeader.js.map |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"author": "Amir Abolhasani", | ||
@@ -22,4 +22,5 @@ "license": "MIT", | ||
"axios": "^1.7.9", | ||
"namirasoft-core": "^1.4.15" | ||
"namirasoft-core": "^1.4.17", | ||
"uuid": "^11.0.3" | ||
} | ||
} |
@@ -0,5 +1,9 @@ | ||
export * from "./BaseUUID"; | ||
export * from "./NSBaseHeader"; | ||
export * from "./NSBaseServer"; | ||
export * from "./NSHeader"; | ||
export * from "./NSBaseMetaDatabase"; | ||
export * from "./NSBaseMetaTable"; | ||
export * from "./NSReqHeader"; | ||
export * from "./NSResHeader"; | ||
export * from "./NSResHeader"; | ||
export * from "./ProductUUID"; |
@@ -7,6 +7,2 @@ export class NSBaseHeader | ||
} | ||
S2S() | ||
{ | ||
return this.getX() + `s2s`; | ||
} | ||
} |
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
91700
43
509
3
+ Addeduuid@^11.0.3
Updatednamirasoft-core@^1.4.17