seatable-html-page-sdk 0.0.7 → 0.0.8

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
@@ -31,7 +31,7 @@ yarn add seatable-html-page-sdk
31
31
  Using unpkg CDN:
32
32
 
33
33
  ```html
34
- <script src="https://unpkg.com/seatable-html-page-sdk@1.0.0/dist/index.min.js"></script>
34
+ <script src="https://unpkg.com/seatable-html-page-sdk@latest/dist/index.min.js"></script>
35
35
  <script>
36
36
  const sdk = new HTMLPageSDK();
37
37
  </script>
package/dist/index.js CHANGED
@@ -4320,7 +4320,7 @@
4320
4320
  rowData
4321
4321
  } = _ref3;
4322
4322
  const rowsData = [{
4323
- id: rowId,
4323
+ row_id: rowId,
4324
4324
  row: rowData
4325
4325
  }];
4326
4326
  this.batchUpdateRows({