@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -26,3 +26,3 @@ "use strict"; | ||
}), | ||
IUserList: new api_1.DbSchema( | ||
userList: new api_1.DbSchema( | ||
// 数据库创建参数: | ||
@@ -29,0 +29,0 @@ {}, |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -68,3 +68,3 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
), | ||
IUserList: new DbSchema< | ||
userList: new DbSchema< | ||
{}>( | ||
@@ -71,0 +71,0 @@ // 数据库创建参数: |
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
16859