wenum 1.69.0 → 1.69.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/dist/index.d.mts CHANGED
@@ -85,7 +85,7 @@ type BroadcastType = 'info' | 'warn' | 'alert';
85
85
  type CollectionMetaStatus = "inactive" | "active" | "none";
86
86
  type CollectionStatus = "inactive" | "active" | "none";
87
87
  type CollectionPrivacy = "public" | "private";
88
- type CollectionOwnerStatus = "owner";
88
+ type CollectionOwnerStatus = "owned";
89
89
 
90
90
  type CollectionTypeOther = 'zzzother';
91
91
 
package/dist/index.d.ts CHANGED
@@ -85,7 +85,7 @@ type BroadcastType = 'info' | 'warn' | 'alert';
85
85
  type CollectionMetaStatus = "inactive" | "active" | "none";
86
86
  type CollectionStatus = "inactive" | "active" | "none";
87
87
  type CollectionPrivacy = "public" | "private";
88
- type CollectionOwnerStatus = "owner";
88
+ type CollectionOwnerStatus = "owned";
89
89
 
90
90
  type CollectionTypeOther = 'zzzother';
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenum",
3
- "version": "1.69.0",
3
+ "version": "1.69.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -13,4 +13,4 @@ export type CollectionPrivacy =
13
13
  "private";
14
14
 
15
15
  export type CollectionOwnerStatus =
16
- "owner" ;
16
+ "owned";