@1024pix/epreuves-components 1.0.0 → 1.0.2

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/dist/schema.js +1 -1
  2. package/package.json +1 -1
package/dist/schema.js CHANGED
@@ -130,5 +130,5 @@ const n = e.object({
130
130
  o
131
131
  ]));
132
132
  export {
133
- w as metadata
133
+ w as schema
134
134
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/epreuves-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A collection of interactive components to be used in Pix challenges or modules",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",