@tak-ps/cloudtak 13.67.2 → 13.68.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.
@@ -211,7 +211,6 @@ export type AdminLayerUpdate = {
211
211
  latest_version: string | null;
212
212
  has_update: boolean;
213
213
  has_stack: boolean;
214
- template: boolean;
215
214
  connection: number | null;
216
215
  parent_name: string | null;
217
216
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.67.2",
4
+ "version": "13.68.1",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"