@openfairygui/functions 0.2.0-alpha.24 → 0.2.0-alpha.26

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -69,7 +69,8 @@ This seam:
69
69
  - does not wrap `publish` or `restore`
70
70
 
71
71
  The transaction surface includes component size/root properties, component-instance
72
- extension overlays, resource rename/move, byte-backed binary resource add/replace/remove,
72
+ extension overlays, resource rename/move, complete image-resource property snapshots,
73
+ byte-backed binary resource add/replace/remove,
73
74
  and add/update/remove for `display`, `display2`, `look`, `xy`, `size`, `color`,
74
75
  `animation`, `text`, `icon`, and `fontSize` gears. Resource
75
76
  rename/move/replace/remove requires `sourceBytes`; opt in with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfairygui/functions",
3
- "version": "0.2.0-alpha.24",
3
+ "version": "0.2.0-alpha.26",
4
4
  "description": "FairyGUI Headless Authoring SDK — composable transform functions.",
5
5
  "author": "OpenFairyGUI Contributors",
6
6
  "license": "MIT",
@@ -74,7 +74,7 @@
74
74
  ],
75
75
  "dependencies": {
76
76
  "jiti": "^2.6.1",
77
- "@openfairygui/core": "0.2.0-alpha.24"
77
+ "@openfairygui/core": "0.2.0-alpha.26"
78
78
  },
79
79
  "optionalDependencies": {
80
80
  "sharp": ">=0.33.0"