@zodic/shared 0.0.336 → 0.0.337

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.
@@ -209,7 +209,8 @@ export class ArchetypeWorkflow {
209
209
  });
210
210
  return {
211
211
  archetypes: updatedArchetypes.map(
212
- ({ name, essenceLine, description, virtues, images }) => ({
212
+ ({ id, name, essenceLine, description, virtues, images }) => ({
213
+ id,
213
214
  name,
214
215
  essenceLine,
215
216
  description,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.336",
3
+ "version": "0.0.337",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {