@blumintinc/eslint-plugin-blumint 1.9.0 → 1.9.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -100,7 +100,7 @@ const no_uuidv4_base62_as_key_1 = require("./rules/no-uuidv4-base62-as-key");
100
100
  module.exports = {
101
101
  meta: {
102
102
  name: '@blumintinc/eslint-plugin-blumint',
103
- version: '1.9.0',
103
+ version: '1.9.1',
104
104
  },
105
105
  parseOptions: {
106
106
  ecmaVersion: 2020,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blumintinc/eslint-plugin-blumint",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Custom eslint rules for use within BluMint",
5
5
  "author": {
6
6
  "name": "Brodie McGuire",