cloudcc-cli 2.0.6 → 2.0.7

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/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ # ReleaseV2.0.7
2
+ #### Release Date: 2025-5-16
3
+ #### Release Scope: Full
4
+ #### Release Content
5
+ * Optimization
6
+ * create triggers add ccobject。
7
+
1
8
  # ReleaseV2.0.6
2
9
  #### Release Date: 2025-5-13
3
10
  #### Release Scope: Full
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -22,7 +22,7 @@ async function create(argvs) {
22
22
  import com.cloudcc.core.*;
23
23
 
24
24
  public class ${body.name} extends CCTrigger {
25
- public ${body.name}() {
25
+ public ${body.name}(CCObject record_new, CCObject record_old) {
26
26
  // @SOURCE_CONTENT_START
27
27
  System.out.print("hello World");
28
28
  // @SOURCE_CONTENT_END