@nocobase/plugin-collection-sql 1.0.1-alpha.2 → 1.2.0-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client/index.d.ts
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Plugin } from '@nocobase/client';
|
|
2
10
|
export declare class PluginCollectionSqlClient extends Plugin {
|
|
3
11
|
afterAdd(): Promise<void>;
|
package/dist/client/index.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
(function(e,n){typeof exports=="object"&&typeof module!="undefined"?n(exports,require("@nocobase/client")):typeof define=="function"&&define.amd?define(["exports","@nocobase/client"],n):(e=typeof globalThis!="undefined"?globalThis:e||self,n(e["@nocobase/plugin-collection-sql"]={},e["@nocobase/client"]))})(this,function(e,n){"use strict";var l=(e,n,o)=>new Promise((c,d)=>{var u=i=>{try{t(o.next(i))}catch(s){d(s)}},f=i=>{try{t(o.throw(i))}catch(s){d(s)}},t=i=>i.done?c(i.value):Promise.resolve(i.value).then(u,f);t((o=o.apply(e,n)).next())});class o extends n.Plugin{afterAdd(){return l(this,null,function*(){})}beforeLoad(){return l(this,null,function*(){})}load(){return l(this,null,function*(){
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module!="undefined"?n(exports,require("@nocobase/client")):typeof define=="function"&&define.amd?define(["exports","@nocobase/client"],n):(e=typeof globalThis!="undefined"?globalThis:e||self,n(e["@nocobase/plugin-collection-sql"]={},e["@nocobase/client"]))})(this,function(e,n){"use strict";var l=(e,n,o)=>new Promise((c,d)=>{var u=i=>{try{t(o.next(i))}catch(s){d(s)}},f=i=>{try{t(o.throw(i))}catch(s){d(s)}},t=i=>i.done?c(i.value):Promise.resolve(i.value).then(u,f);t((o=o.apply(e,n)).next())});class o extends n.Plugin{afterAdd(){return l(this,null,function*(){})}beforeLoad(){return l(this,null,function*(){})}load(){return l(this,null,function*(){})}}e.PluginCollectionSqlClient=o,e.default=o,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.0
|
|
12
|
-
"@nocobase/server": "1.0
|
|
13
|
-
"@nocobase/database": "1.0
|
|
14
|
-
"@nocobase/actions": "1.0
|
|
11
|
+
"@nocobase/client": "1.2.0-alpha",
|
|
12
|
+
"@nocobase/server": "1.2.0-alpha",
|
|
13
|
+
"@nocobase/database": "1.2.0-alpha",
|
|
14
|
+
"@nocobase/actions": "1.2.0-alpha",
|
|
15
15
|
"sequelize": "6.35.2",
|
|
16
|
-
"@nocobase/utils": "1.0
|
|
16
|
+
"@nocobase/utils": "1.2.0-alpha"
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "数据表: SQL",
|
|
5
5
|
"description": "Provides SQL collection template",
|
|
6
6
|
"description.zh-CN": "提供 SQL 数据表模板",
|
|
7
|
-
"version": "1.0
|
|
7
|
+
"version": "1.2.0-alpha",
|
|
8
8
|
"homepage": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
|
9
9
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
|
10
10
|
"main": "dist/server/index.js",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"Collections"
|
|
19
19
|
],
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "c7dc1f277ef3722df0ec8d5532bcb66322c0fae2"
|
|
21
21
|
}
|