@01-edu/shared 1.2.8 → 1.2.9

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 +0 -1
  2. package/package.json +1 -1
package/attrs-defs.js CHANGED
@@ -3686,7 +3686,6 @@ types.timelineChunk = TypeObject({
3686
3686
  label: 'Expected skills',
3687
3687
  instruction: 'Recommended skills the user should get',
3688
3688
  editable: true,
3689
- required: true,
3690
3689
  value: {},
3691
3690
  type: mapValues(
3692
3691
  skillsSet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01-edu/shared",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "scripts": {