@nebula.js/sn-table 2.2.2 → 2.3.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
@@ -56,6 +56,10 @@ Check full [examples](./mashup-example) of mashup usage for sn-table.
56
56
 
57
57
  ### Building and adding the sn-table extension to Qlik Sense
58
58
 
59
+ NOTE: at this point sn-table uses a package that require internal Qlik access. This means that external users cannot run `yarn` to install.
60
+ The package in question will soon be public and thus enable all users to install and build.
61
+ Until then, external users can revert to using version 1.21.0, which is the last version that works for everyone.
62
+
59
63
  Install all dependencies:
60
64
 
61
65
  ```sh
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-table:properties",
5
5
  "description": "Table generic object definition",
6
- "version": "2.2.2",
6
+ "version": "2.3.0",
7
7
  "license": "MIT",
8
8
  "stability": "stable",
9
9
  "x-qlik-visibility": "public"