@hatiolab/things-scene 2.7.33 → 2.7.34

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": "@hatiolab/things-scene",
3
- "version": "2.7.33",
3
+ "version": "2.7.34",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
@@ -46,8 +46,8 @@
46
46
  "@babel/register": "^7.8.3",
47
47
  "@rollup/plugin-commonjs": "^17.0.0",
48
48
  "@rollup/plugin-node-resolve": "^11.0.1",
49
- "@things-factory/builder": "^4.0.39",
50
- "@things-factory/operato-board": "^4.0.39",
49
+ "@things-factory/builder": "^4.0.41",
50
+ "@things-factory/operato-board": "^4.0.41",
51
51
  "atob": "^2.1.2",
52
52
  "babel-eslint": "^10.1.0",
53
53
  "babel-jest": "^26.6.3",
package/things-scene.d.ts CHANGED
@@ -228,6 +228,9 @@ declare module '@hatiolab/things-scene' {
228
228
  get data(): any
229
229
  set data(data: any)
230
230
 
231
+ get text(): string
232
+ set text(text: string)
233
+
231
234
  get center(): POINT
232
235
  set center(point: POINT)
233
236