@pisell/pisellos 0.10.33 → 0.10.34

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.
@@ -39,7 +39,7 @@ var LABELS = {
39
39
  balance: 'Balance',
40
40
  remainingAmount: 'Remaining amount',
41
41
  redeemPoints: 'Redeem points',
42
- remainingPoints: 'Point Balance',
42
+ remainingPoints: 'Points balance',
43
43
  table: 'Table',
44
44
  orderDiscount: 'Order discount',
45
45
  manualDiscount: 'Manual discount',
@@ -31,7 +31,7 @@ const LABELS = {
31
31
  balance: 'Balance',
32
32
  remainingAmount: 'Remaining amount',
33
33
  redeemPoints: 'Redeem points',
34
- remainingPoints: 'Point Balance',
34
+ remainingPoints: 'Points balance',
35
35
  table: 'Table',
36
36
  orderDiscount: 'Order discount',
37
37
  manualDiscount: 'Manual discount',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.10.33",
4
+ "version": "0.10.34",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",