@oracle/oraclejet-core-pack 15.0.0 → 15.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 (122) hide show
  1. package/oj-c/Avatar.json +11 -11
  2. package/oj-c/Button.json +19 -19
  3. package/oj-c/Collapsible.json +14 -14
  4. package/oj-c/FilePicker.json +19 -19
  5. package/oj-c/HighlightText.json +6 -6
  6. package/oj-c/InputDateText.json +43 -43
  7. package/oj-c/InputNumber.json +49 -49
  8. package/oj-c/InputPassword.json +40 -40
  9. package/oj-c/InputText.json +47 -47
  10. package/oj-c/Legend.json +35 -35
  11. package/oj-c/LegendItem.json +15 -15
  12. package/oj-c/LegendSection.json +5 -5
  13. package/oj-c/ListItemLayout.json +16 -16
  14. package/oj-c/ListView.json +18 -18
  15. package/oj-c/MessageToast.json +11 -11
  16. package/oj-c/MeterBar.json +26 -26
  17. package/oj-c/MeterCircle.json +30 -30
  18. package/oj-c/ProgressBar.json +7 -7
  19. package/oj-c/ProgressCircle.json +7 -7
  20. package/oj-c/RatingGauge.json +21 -21
  21. package/oj-c/SelectMultiple.json +39 -39
  22. package/oj-c/SelectSingle.json +39 -39
  23. package/oj-c/Selector.json +8 -8
  24. package/oj-c/SelectorAll.json +5 -5
  25. package/oj-c/SplitMenuButton.json +17 -17
  26. package/oj-c/TagCloud.json +20 -20
  27. package/oj-c/TagCloudItem.json +10 -10
  28. package/oj-c/TextArea.json +44 -44
  29. package/oj-c/avatar/component.json +2 -2
  30. package/oj-c/button/button.js +10 -4
  31. package/oj-c/button/component.json +2 -2
  32. package/oj-c/collapsible/component.json +2 -2
  33. package/oj-c/component.json +3 -3
  34. package/oj-c/corepackbundle.js +10 -4
  35. package/oj-c/docs/avatar.html +3 -3
  36. package/oj-c/docs/button.html +3 -3
  37. package/oj-c/docs/collapsible.html +3 -3
  38. package/oj-c/docs/file-picker.html +3 -3
  39. package/oj-c/docs/highlight-text.html +3 -3
  40. package/oj-c/docs/index.html +3 -3
  41. package/oj-c/docs/input-date-text.html +3 -3
  42. package/oj-c/docs/input-number.html +3 -3
  43. package/oj-c/docs/input-password.html +3 -3
  44. package/oj-c/docs/input-text.html +3 -3
  45. package/oj-c/docs/legend-item.html +3 -3
  46. package/oj-c/docs/legend-section.html +3 -3
  47. package/oj-c/docs/legend.html +3 -3
  48. package/oj-c/docs/list-item-layout.html +3 -3
  49. package/oj-c/docs/list-view.html +3 -3
  50. package/oj-c/docs/message-toast.html +3 -3
  51. package/oj-c/docs/meter-bar.html +3 -3
  52. package/oj-c/docs/meter-circle.html +3 -3
  53. package/oj-c/docs/oj-c.Avatar.html +5 -4
  54. package/oj-c/docs/oj-c.Button.html +3 -3
  55. package/oj-c/docs/oj-c.Collapsible.html +3 -3
  56. package/oj-c/docs/oj-c.FilePicker.html +3 -3
  57. package/oj-c/docs/oj-c.HighlightText.html +3 -3
  58. package/oj-c/docs/oj-c.InputDateText.html +3 -3
  59. package/oj-c/docs/oj-c.InputNumber.html +3 -3
  60. package/oj-c/docs/oj-c.InputPassword.html +3 -3
  61. package/oj-c/docs/oj-c.InputText.html +3 -3
  62. package/oj-c/docs/oj-c.Legend.html +5 -4
  63. package/oj-c/docs/oj-c.LegendItem.html +3 -3
  64. package/oj-c/docs/oj-c.LegendSection.html +3 -3
  65. package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
  66. package/oj-c/docs/oj-c.ListView.html +3 -3
  67. package/oj-c/docs/oj-c.MessageToast.html +3 -3
  68. package/oj-c/docs/oj-c.MeterBar.html +3 -3
  69. package/oj-c/docs/oj-c.MeterCircle.html +3 -3
  70. package/oj-c/docs/oj-c.ProgressBar.html +3 -3
  71. package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
  72. package/oj-c/docs/oj-c.RatingGauge.html +3 -3
  73. package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
  74. package/oj-c/docs/oj-c.SelectSingle.html +3 -3
  75. package/oj-c/docs/oj-c.Selector.html +3 -3
  76. package/oj-c/docs/oj-c.SelectorAll.html +3 -3
  77. package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
  78. package/oj-c/docs/oj-c.TagCloud.html +6 -5
  79. package/oj-c/docs/oj-c.TagCloudItem.html +3 -3
  80. package/oj-c/docs/oj-c.TextArea.html +3 -3
  81. package/oj-c/docs/progress-bar.html +3 -3
  82. package/oj-c/docs/progress-circle.html +3 -3
  83. package/oj-c/docs/rating-gauge.html +3 -3
  84. package/oj-c/docs/select-multiple.html +3 -3
  85. package/oj-c/docs/select-single.html +3 -3
  86. package/oj-c/docs/selector-all.html +3 -3
  87. package/oj-c/docs/selector.html +3 -3
  88. package/oj-c/docs/split-menu-button.html +3 -3
  89. package/oj-c/docs/tag-cloud-item.html +3 -3
  90. package/oj-c/docs/tag-cloud.html +3 -3
  91. package/oj-c/docs/text-area.html +3 -3
  92. package/oj-c/file-picker/component.json +2 -2
  93. package/oj-c/highlight-text/component.json +2 -2
  94. package/oj-c/input-date-text/component.json +2 -2
  95. package/oj-c/input-number/component.json +2 -2
  96. package/oj-c/input-password/component.json +2 -2
  97. package/oj-c/input-text/component.json +2 -2
  98. package/oj-c/legend/component.json +2 -2
  99. package/oj-c/legend-item/component.json +2 -2
  100. package/oj-c/legend-section/component.json +2 -2
  101. package/oj-c/list-item-layout/component.json +2 -2
  102. package/oj-c/list-view/component.json +2 -2
  103. package/oj-c/message-toast/component.json +2 -2
  104. package/oj-c/metadata/allComponents.json +58 -58
  105. package/oj-c/meter-bar/component.json +2 -2
  106. package/oj-c/meter-circle/component.json +2 -2
  107. package/oj-c/min/button.js +1 -1
  108. package/oj-c/min/button.js.map +1 -1
  109. package/oj-c/min/corepackbundle.js +3 -3
  110. package/oj-c/min/corepackbundle.js.map +1 -1
  111. package/oj-c/progress-bar/component.json +2 -2
  112. package/oj-c/progress-circle/component.json +2 -2
  113. package/oj-c/rating-gauge/component.json +2 -2
  114. package/oj-c/select-multiple/component.json +2 -2
  115. package/oj-c/select-single/component.json +2 -2
  116. package/oj-c/selector/component.json +2 -2
  117. package/oj-c/selector-all/component.json +2 -2
  118. package/oj-c/split-menu-button/component.json +2 -2
  119. package/oj-c/tag-cloud/component.json +3 -3
  120. package/oj-c/tag-cloud-item/component.json +2 -2
  121. package/oj-c/text-area/component.json +2 -2
  122. package/package.json +3 -3
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>15.0.0</h3>
25
+ <h3>15.0.2</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -138,7 +138,7 @@
138
138
 
139
139
  <p class="product-docs-header">
140
140
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
141
- 15.0.0</span><br>
141
+ 15.0.2</span><br>
142
142
  </p>
143
143
 
144
144
 
@@ -172,7 +172,7 @@
172
172
  </section>
173
173
 
174
174
  <footer>
175
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Jul 08 2023 00:16:50 GMT+0000 (Coordinated Universal Time)<br>
175
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Aug 04 2023 17:30:01 GMT+0000 (Coordinated Universal Time)<br>
176
176
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
177
177
  </footer>
178
178
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "file-picker",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "highlight-text",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-date-text",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-number",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-password",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-text",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "legend",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "legend-item",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "legend-section",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "list-item-layout",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "list-view",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "message-toast",
3
- "version": "15.0.0",
4
- "jetVersion": "^15.0.0",
3
+ "version": "15.0.2",
4
+ "jetVersion": "^15.0.2",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",