@openfairygui/functions 0.2.0-alpha.23 → 0.2.0-alpha.25

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 +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,9 +68,10 @@ This seam:
68
68
  - does not define a second selector / operation grammar
69
69
  - does not wrap `publish` or `restore`
70
70
 
71
- The transaction surface includes resource rename/move, byte-backed binary resource
72
- add/replace/remove, and add/update/remove for `display`, `display2`, `look`, `xy`,
73
- `size`, `color`, `animation`, `text`, `icon`, and `fontSize` gears. Resource
71
+ The transaction surface includes component size/root properties, component-instance
72
+ extension overlays, resource rename/move, byte-backed binary resource add/replace/remove,
73
+ and add/update/remove for `display`, `display2`, `look`, `xy`, `size`, `color`,
74
+ `animation`, `text`, `icon`, and `fontSize` gears. Resource
74
75
  rename/move/replace/remove requires `sourceBytes`; opt in with
75
76
  `ProjectReader.read(path, { hydrateResourceBytes: true })` before lifting a project to
76
77
  UAM. Source bytes are written back with the project, and stale source files are removed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfairygui/functions",
3
- "version": "0.2.0-alpha.23",
3
+ "version": "0.2.0-alpha.25",
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.23"
77
+ "@openfairygui/core": "0.2.0-alpha.25"
78
78
  },
79
79
  "optionalDependencies": {
80
80
  "sharp": ">=0.33.0"