@lumiastream/lumia-types 3.8.6 → 3.8.7

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.
@@ -215,11 +215,11 @@ export const VARIABLE_EXAMPLES = {
215
215
  { label: 'Wait 5s before saving', snippet: 'obs_vertical_replay=5' },
216
216
  ],
217
217
  twitch_followage: [
218
- { label: 'Your own followage', snippet: 'twitch_followage' },
218
+ { label: "Followage of whoever ran the command", snippet: 'twitch_followage' },
219
219
  { label: "Another user's followage", snippet: 'twitch_followage={{message}}' },
220
220
  ],
221
221
  twitch_accountage: [
222
- { label: 'Your account age', snippet: 'twitch_accountage' },
222
+ { label: "Account age of whoever ran the command", snippet: 'twitch_accountage' },
223
223
  { label: "Another user's account age", snippet: 'twitch_accountage={{message}}' },
224
224
  ],
225
225
  account_age: [
@@ -218,11 +218,11 @@ exports.VARIABLE_EXAMPLES = {
218
218
  { label: 'Wait 5s before saving', snippet: 'obs_vertical_replay=5' },
219
219
  ],
220
220
  twitch_followage: [
221
- { label: 'Your own followage', snippet: 'twitch_followage' },
221
+ { label: "Followage of whoever ran the command", snippet: 'twitch_followage' },
222
222
  { label: "Another user's followage", snippet: 'twitch_followage={{message}}' },
223
223
  ],
224
224
  twitch_accountage: [
225
- { label: 'Your account age', snippet: 'twitch_accountage' },
225
+ { label: "Account age of whoever ran the command", snippet: 'twitch_accountage' },
226
226
  { label: "Another user's account age", snippet: 'twitch_accountage={{message}}' },
227
227
  ],
228
228
  account_age: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.8.6",
3
+ "version": "3.8.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",