tpmkms_4wp 9.3.0-beta.29 → 9.3.0-beta.30

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.
@@ -265,7 +265,7 @@ const template = {
265
265
  if (item.who.text == 'me') {
266
266
  who = 'you'
267
267
  } else {
268
- who = item.text
268
+ who = item.who.text
269
269
  }
270
270
  }
271
271
  return `When should I remind ${who} to ${item.text}`
package/package.json CHANGED
@@ -341,8 +341,8 @@
341
341
  "scriptjs": "^2.5.9",
342
342
  "table": "^6.7.1",
343
343
  "uuid": "^9.0.0",
344
- "theprogrammablemind_4wp": "9.3.0-beta.29"
344
+ "theprogrammablemind_4wp": "9.3.0-beta.30"
345
345
  },
346
- "version": "9.3.0-beta.29",
346
+ "version": "9.3.0-beta.30",
347
347
  "license": "UNLICENSED"
348
348
  }