@nebula.js/sn-text 1.2.7 → 1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebula.js/sn-text",
3
- "version": "1.2.7",
3
+ "version": "1.3.0",
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",
@@ -50,12 +50,12 @@
50
50
  "@nebula.js/stardust": "5.8.1",
51
51
  "@playwright/test": "^1.35.1",
52
52
  "@qlik-trial/sprout": "4.2.0",
53
- "@qlik-trial/text-editor-kit": "^1.2.9",
53
+ "@qlik-trial/text-editor-kit": "^1.2.10",
54
54
  "@qlik-trial/translator": "^0.10.2",
55
55
  "@qlik-trial/visualization-kit": "1.0.3",
56
+ "@qlik/api": "^0.3.0",
56
57
  "@qlik/sdk": "^0.22.0",
57
58
  "@qlik/tsconfig": "0.3.0",
58
- "@qlik/api": "^0.3.0",
59
59
  "@rollup/plugin-typescript": "^11.0.0",
60
60
  "@testing-library/jest-dom": "^5.16.5",
61
61
  "@testing-library/react": "^14.0.0",
@@ -87,6 +87,7 @@
87
87
  "jest-environment-jsdom": "^29.5.0",
88
88
  "lexical": "0.11.2",
89
89
  "moment-timezone": "^0.5.43",
90
+ "node-event-emitter": "0.0.1",
90
91
  "path": "^0.12.7",
91
92
  "prettier": "^2.8.7",
92
93
  "qlik-chart-modules": "0.63.0",
@@ -103,7 +104,7 @@
103
104
  "@nebula.js/stardust": ">=5.0.0"
104
105
  },
105
106
  "scripts": {
106
- "build": "nebula build --core core --sourcemap false && nebula sense",
107
+ "build": "nebula build --core core --sourcemap false && nebula sense --meta src/meta.json",
107
108
  "build:dev": "nebula build --mode development && cp -r dist sn-text-ext/",
108
109
  "lint": "eslint src",
109
110
  "start": "nebula serve --type sn-text --config nebula.config.js",