@tak-ps/cloudtak 12.116.1 → 12.116.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.
@@ -113,7 +113,7 @@ export default class AtlasDatabase {
113
113
  skipSave?: boolean;
114
114
  skipBroadcast?: boolean;
115
115
  authored?: boolean;
116
- }): Promise<COT>;
116
+ }): Promise<COT | void>;
117
117
  /**
118
118
  * Return a CoT by ID if it exists
119
119
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "12.116.1",
4
+ "version": "12.116.2",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"