@stackworx/react
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -56,2 +56,13 @@ "use strict"; | ||
} | ||
/** | ||
* Should be one of production,development,testing,staging etc. | ||
*/ | ||
}, { | ||
key: "stage", | ||
get: function get() | ||
/*: string | null*/ | ||
{ | ||
return (0, _getMeta.default)('app:stage') || 'production'; | ||
} | ||
}]); | ||
@@ -58,0 +69,0 @@ |
{ | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"name": "@stackworx/react", | ||
@@ -4,0 +4,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
15526
241