@1024pix/epreuves-components 1.0.1 → 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.
package/dist/metadata.js CHANGED
@@ -23,5 +23,5 @@ const s = {
23
23
  e
24
24
  ]));
25
25
  export {
26
- f as schema
26
+ f as metadata
27
27
  };
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.1",
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",