cloudcc-cli 2.1.4 → 2.1.5

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.1.5
2
+ #### Release Date: 2025-7-3
3
+ #### Release Scope: Full
4
+ #### Release Content
5
+ * Optimization
6
+ * triggers temp add super(userInfo);
7
+
1
8
  # ReleaseV2.1.4
2
9
  #### Release Date: 2025-7-2
3
10
  #### Release Scope: Full
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -23,6 +23,7 @@ import com.cloudcc.core.*;
23
23
 
24
24
  public class ${body.name} extends CCTrigger {
25
25
  public ${body.name}() {
26
+ super(userInfo);
26
27
  // @SOURCE_CONTENT_START
27
28
  System.out.print("hello World");
28
29
  // @SOURCE_CONTENT_END