orc-shared 5.9.0-dev.4 → 5.9.0-dev.5

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.
@@ -23,7 +23,7 @@ var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoader
23
23
  };
24
24
  var customDataType = exports.customDataType = {
25
25
  money: "Money",
26
- moneyDecimal: "moneyDecimal",
26
+ moneyDecimal: "MoneyDecimal",
27
27
  priceTieredRateTable: "PriceTieredRateTable",
28
28
  quantityTieredRateTable: "QuantityTieredRateTable",
29
29
  password: "Password",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orc-shared",
3
- "version": "5.9.0-dev.4",
3
+ "version": "5.9.0-dev.5",
4
4
  "description": "Shared code for Orckestra applications",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
@@ -11,7 +11,7 @@ import { parseGuid } from "./parseHelper";
11
11
 
12
12
  export const customDataType = {
13
13
  money: "Money",
14
- moneyDecimal: "moneyDecimal",
14
+ moneyDecimal: "MoneyDecimal",
15
15
  priceTieredRateTable: "PriceTieredRateTable",
16
16
  quantityTieredRateTable: "QuantityTieredRateTable",
17
17
  password: "Password",