pacc 10.1.0 → 10.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacc",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -55,7 +55,7 @@ export const default_attribute_writable = {
55
55
  /**
56
56
  * @type {AttributeDefinition}
57
57
  */
58
- export const default_collection_attribute_writeable = {
58
+ export const default_collection_attribute_writable = {
59
59
  ...default_attribute_writable,
60
60
  collection: true
61
61
  };
@@ -37,7 +37,7 @@ export const default_attribute_writable: AttributeDefinition;
37
37
  /**
38
38
  * @type {AttributeDefinition}
39
39
  */
40
- export const default_collection_attribute_writeable: AttributeDefinition;
40
+ export const default_collection_attribute_writable: AttributeDefinition;
41
41
  /**
42
42
  * @type {AttributeDefinition}
43
43
  */