@willwade/aac-processors 0.0.29 → 0.0.30

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.
@@ -1291,6 +1291,8 @@ class GridsetProcessor extends baseProcessor_1.BaseProcessor {
1291
1291
  pluginMetadata.autoContentType === 'Prediction'
1292
1292
  ? predictionCellCounter
1293
1293
  : undefined,
1294
+ // Store page name for Grid3 image lookup
1295
+ gridPageName: gridName,
1294
1296
  },
1295
1297
  });
1296
1298
  // Add button to page
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willwade/aac-processors",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "A comprehensive TypeScript library for processing AAC (Augmentative and Alternative Communication) file formats with translation support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",