pmcf 6.29.0 → 6.29.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": "pmcf",
3
- "version": "6.29.0",
3
+ "version": "6.29.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -295,7 +295,7 @@ class bind_group extends bind_object {
295
295
  type: bind_group
296
296
  },
297
297
  notify: { ...boolean_attribute_writable_false, name: "notify" },
298
- hasCatalog: { ...boolean_attribute_writable_true, name: "hasCatalog" },
298
+ hasCatalog: { ...boolean_attribute_writable_false, name: "hasCatalog" },
299
299
  hasReverse: { ...boolean_attribute_writable_false, name: "hasReverse" },
300
300
  hasSVRRecords: {
301
301
  ...boolean_attribute_writable_false,