@tak-ps/cloudtak 12.122.0 → 12.123.0

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.
@@ -170,6 +170,7 @@ export type AdminLayerUpdate = {
170
170
  current_version: string;
171
171
  latest_version: string | null;
172
172
  has_update: boolean;
173
+ has_stack: boolean;
173
174
  template: boolean;
174
175
  connection: number | null;
175
176
  parent_name: string | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "12.122.0",
4
+ "version": "12.123.0",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"
@@ -112,4 +112,4 @@
112
112
  "> 1%",
113
113
  "last 2 versions"
114
114
  ]
115
- }
115
+ }