@prorobotech/openapi-k8s-toolkit 1.2.0-alpha.10 → 1.2.0-alpha.11

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.
@@ -24,6 +24,9 @@ export declare const convertStorage: (value: number, from: TUnitInput, to: TUnit
24
24
  * Try to parse a string like:
25
25
  * "12312312Ki"
26
26
  * " 12.5 GiB"
27
+ * " 12,5 GiB"
28
+ * "1,234.56 MB"
29
+ * "1.234,56 MB"
27
30
  * "1000" (no unit -> unit undefined)
28
31
  */
29
32
  export declare const parseValueWithUnit: (input: string) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "1.2.0-alpha.10",
3
+ "version": "1.2.0-alpha.11",
4
4
  "description": "ProRobotech OpenAPI k8s tools",
5
5
  "main": "dist/openapi-k8s-toolkit.cjs.js",
6
6
  "module": "dist/openapi-k8s-toolkit.es.js",