namirasoft-site
Advanced tools
Comparing version 1.4.4 to 1.4.5
import { BaseMetaDatabase } from "namirasoft-core"; | ||
import { NSBaseMetaTable } from "./NSBaseMetaTable"; | ||
export declare abstract class NSBaseMetaDatabase extends BaseMetaDatabase { | ||
tables: { | ||
[name: string]: NSBaseMetaTable; | ||
}; | ||
product: { | ||
@@ -4,0 +8,0 @@ id: string; |
@@ -8,2 +8,3 @@ "use strict"; | ||
super(); | ||
this.tables = {}; | ||
this.product = product; | ||
@@ -10,0 +11,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"author": "Amir Abolhasani", | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
import { BaseMetaDatabase } from "namirasoft-core"; | ||
import { NSBaseMetaTable } from "./NSBaseMetaTable"; | ||
export abstract class NSBaseMetaDatabase extends BaseMetaDatabase | ||
{ | ||
override tables: { [name: string]: NSBaseMetaTable; } = {}; | ||
public product: { | ||
@@ -6,0 +8,0 @@ id: string; |
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
95240
555