@01-edu/shared 1.2.1 → 1.2.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/attrs-defs.js +11 -1
  2. package/package.json +1 -1
package/attrs-defs.js CHANGED
@@ -2789,7 +2789,17 @@ relationAttrs.requirements = {
2789
2789
  project: sharedContentRequirementsForMainAttr,
2790
2790
  piscine: sharedContentRequirementsForMainAttr,
2791
2791
  },
2792
- campus: { piscine: sharedContentRequirementsForMainAttr },
2792
+ campus: {
2793
+ piscine: {
2794
+ // TODO: once we start the build the new feature it will no longer be hidden
2795
+ hidden: true,
2796
+ ...sharedContentRequirementsForMainAttr,
2797
+ },
2798
+ module: {
2799
+ hidden: true,
2800
+ ...sharedContentRequirementsForMainAttr,
2801
+ },
2802
+ },
2793
2803
  // should be open to any content: implementation to be checked when needed
2794
2804
  // TODO: add exercise, raid, exam, quest
2795
2805
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01-edu/shared",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "scripts": {