cyc-type-def 5.6.0 → 5.7.0

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
@@ -9,6 +9,10 @@ npm publish --access public
9
9
  npm config delete //registry.npmjs.org/:_authToken
10
10
  ```
11
11
 
12
+ ```
13
+ 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
14
+ ```
15
+
12
16
  ---
13
17
 
14
18
  # TypeScript Package Setup Guide
package/dist/index.d.cts CHANGED
@@ -504,6 +504,7 @@ declare class Click {
504
504
  action: ClickAction;
505
505
  timeStamp: number;
506
506
  userId?: string;
507
+ remark?: string;
507
508
  }
508
509
 
509
510
  declare class Column {
package/dist/index.d.ts CHANGED
@@ -504,6 +504,7 @@ declare class Click {
504
504
  action: ClickAction;
505
505
  timeStamp: number;
506
506
  userId?: string;
507
+ remark?: string;
507
508
  }
508
509
 
509
510
  declare class Column {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",