@nebula.js/sn-text 1.2.4 → 1.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebula.js/sn-text",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Display text, links, and measures. Add tables with rows and columns. Format and color the text. Add background image and color.",
5
5
  "author": "QlikTech International AB",
6
6
  "license": "MIT",
@@ -43,11 +43,11 @@
43
43
  "@material-ui/core": "^4.12.4",
44
44
  "@material-ui/icons": "^4.11.3",
45
45
  "@mui/material": "5.12.1",
46
- "@nebula.js/cli": "5.2.0",
47
- "@nebula.js/cli-build": "5.2.0",
48
- "@nebula.js/cli-sense": "5.2.0",
49
- "@nebula.js/cli-serve": "5.2.0",
50
- "@nebula.js/stardust": "^4.1.0",
46
+ "@nebula.js/cli": "5.8.1",
47
+ "@nebula.js/cli-build": "5.8.1",
48
+ "@nebula.js/cli-sense": "5.8.1",
49
+ "@nebula.js/cli-serve": "5.8.1",
50
+ "@nebula.js/stardust": "5.8.1",
51
51
  "@playwright/test": "^1.35.1",
52
52
  "@qlik-trial/sprout": "4.2.0",
53
53
  "@qlik-trial/text-editor-kit": "^1.2.9",
@@ -55,6 +55,7 @@
55
55
  "@qlik-trial/visualization-kit": "1.0.3",
56
56
  "@qlik/sdk": "^0.22.0",
57
57
  "@qlik/tsconfig": "0.3.0",
58
+ "@qlik/api": "^0.3.0",
58
59
  "@rollup/plugin-typescript": "^11.0.0",
59
60
  "@testing-library/jest-dom": "^5.16.5",
60
61
  "@testing-library/react": "^14.0.0",
@@ -108,6 +109,7 @@
108
109
  "start": "nebula serve --type sn-text --config nebula.config.js",
109
110
  "start:mfe": "nebula serve --mfe --type sn-text",
110
111
  "sense": "nebula sense --meta src/meta.json",
112
+ "sense:dev": "nebula sense && cp -r sn-text-ext ~/Qlik/Sense/Extensions/",
111
113
  "test": "pnpm run test:unit",
112
114
  "test:unit": "jest",
113
115
  "test:e2e": "playwright test",