@uniformdev/assets 20.42.2-alpha.6 → 20.43.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.
package/dist/index.d.mts CHANGED
@@ -902,6 +902,8 @@ interface components$1 {
902
902
  /** @description Allows executing the transition for a role. Note that write permissions to the destination stage are NOT required to execute a transition to it */
903
903
  execute?: boolean;
904
904
  };
905
+ /** @enum {string} */
906
+ ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
905
907
  ProjectMapNodeAllowedQueryString: {
906
908
  /** @description The name of the query string parameter */
907
909
  name: string;
package/dist/index.d.ts CHANGED
@@ -902,6 +902,8 @@ interface components$1 {
902
902
  /** @description Allows executing the transition for a role. Note that write permissions to the destination stage are NOT required to execute a transition to it */
903
903
  execute?: boolean;
904
904
  };
905
+ /** @enum {string} */
906
+ ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
905
907
  ProjectMapNodeAllowedQueryString: {
906
908
  /** @description The name of the query string parameter */
907
909
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "20.42.2-alpha.6+f523a72c7e",
3
+ "version": "20.43.0",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,10 +36,10 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "20.42.2-alpha.6+f523a72c7e"
39
+ "@uniformdev/context": "20.43.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "ts-xor": "^1.3.0"
43
43
  },
44
- "gitHead": "f523a72c7e64beca747f2146e1dfe62573a2e1a5"
44
+ "gitHead": "9a8037f9cd28afa60861e7de0fb8f6153482194f"
45
45
  }