@project-sunbird/collection-editor-react 0.1.16 → 0.1.17

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/index.js CHANGED
@@ -20808,16 +20808,26 @@ function Ak(e, t, r) {
20808
20808
  ]), a = /* @__PURE__ */ new Set([
20809
20809
  "audience",
20810
20810
  "attributions",
20811
+ "keywords",
20812
+ "language",
20813
+ "additionalCategories",
20814
+ // Org-framework fields — legacy codes
20815
+ "board",
20816
+ "medium",
20817
+ "gradeLevel",
20818
+ "subject",
20819
+ // Org-framework fields — *Ids codes used by newer category definitions
20820
+ "boardIds",
20821
+ "mediumIds",
20822
+ "gradeLevelIds",
20823
+ "subjectIds",
20824
+ // Target-framework fields
20811
20825
  "targetBoardIds",
20812
20826
  "targetMediumIds",
20813
20827
  "targetGradeLevelIds",
20814
20828
  "targetSubjectIds",
20815
- "medium",
20816
- "gradeLevel",
20817
- "subject",
20818
- "additionalCategories",
20819
- "keywords",
20820
- "language"
20829
+ // Dial codes
20830
+ "dialcodes"
20821
20831
  ]), l = /* @__PURE__ */ new Set(["copyrightYear", "compatibilityLevel", "version"]);
20822
20832
  function u(g, p = !1) {
20823
20833
  const b = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-sunbird/collection-editor-react",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",