@neutron.co.id/pendidikan-operation 1.27.27 → 1.27.28

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.
@@ -46,7 +46,7 @@ const sendPointNotification = operation.Action.define({
46
46
  lastName: ""
47
47
  },
48
48
  payload: {
49
- point: data?.point
49
+ point: String(data?.point)
50
50
  },
51
51
  overrides: {
52
52
  fcm: {
@@ -44,7 +44,7 @@ const sendPointNotification = Action.define({
44
44
  lastName: ""
45
45
  },
46
46
  payload: {
47
- point: data?.point
47
+ point: String(data?.point)
48
48
  },
49
49
  overrides: {
50
50
  fcm: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/pendidikan-operation",
3
- "version": "1.27.27",
3
+ "version": "1.27.28",
4
4
  "description": "Operation package of Neutron Pendidikan.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "build": 152
89
+ "build": 153
90
90
  }