oca_package 1.0.4 → 1.0.6

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/README.md CHANGED
@@ -145,5 +145,5 @@ const oca_bundle = {
145
145
  };
146
146
 
147
147
  const oca_package = new OcaPackage(extension, oca_bundle);
148
- expect(JSON.parse(oca_package.generateOcaPackage()).d).toBe('EGww-Ni9LMDNY3BiiYH7u_AP6UK4_XoZ1BerppSe4oLE');
148
+ expect(JSON.parse(oca_package.generateOcaPackage()).d).toBe('EAMvqPRrf6F_8aERtYd02F3ts_e9fmh5th1e_4JDkqZn');
149
149
  ```
@@ -20,7 +20,7 @@ class Ordering {
20
20
  toJSON() {
21
21
  return {
22
22
  d: '',
23
- type: 'community/overlays/adc/ordering/1.0',
23
+ type: 'community/overlays/adc/ordering/1.1',
24
24
  capture_base: (0, helpers_js_1.getDigest)(this.oca_bundle),
25
25
  attribute_ordering: this.getAttributeOrdering(),
26
26
  entry_code_ordering: this.getEntryCodeOrdering(),
@@ -18,7 +18,7 @@ class Ordering {
18
18
  toJSON() {
19
19
  return {
20
20
  d: '',
21
- type: 'community/overlays/adc/ordering/1.0',
21
+ type: 'community/overlays/adc/ordering/1.1',
22
22
  capture_base: getDigest(this.oca_bundle),
23
23
  attribute_ordering: this.getAttributeOrdering(),
24
24
  entry_code_ordering: this.getEntryCodeOrdering(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oca_package",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "The wrapper of OCA bundle to generate OCA Package at ADC",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",