@nebula.js/sn-table 1.20.0 → 1.22.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
@@ -20,7 +20,7 @@ If you use npm:
20
20
 
21
21
  `npm install @nebula.js/sn-table`
22
22
 
23
- Or without build tool, You can also load the sn-table through the script tag from [unpkg](https://unpkg.com/@nebula.js/sn-table).
23
+ Or without a build tool, You can also load the sn-table through the script tag from [unpkg](https://unpkg.com/@nebula.js/sn-table).
24
24
 
25
25
  ```html
26
26
  <script src="https://unpkg.com/@nebula.js/sn-table"></script>
@@ -50,7 +50,7 @@ nuked.render({
50
50
 
51
51
  Look into [Build a simple mashup using nebula.js](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs) and [Embed a visualization](https://qlik.dev/libraries-and-tools/nebulajs/rendering) to learn more.
52
52
 
53
- [Check full examples](./mashup-example) of the mashup usage.
53
+ Check full [examples](./mashup-example) of mashup usage for sn-table.
54
54
 
55
55
  ## Visualization Extension Usage
56
56
 
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-table:properties",
5
5
  "description": "Table generic object definition",
6
- "version": "1.20.0",
6
+ "version": "1.22.0",
7
7
  "license": "MIT",
8
8
  "stability": "experimental",
9
9
  "x-qlik-visibility": "public"