@hero-design/snowflake-guard 1.3.6 → 1.3.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.
@@ -520,12 +520,7 @@ const RULESET_MAP = {
520
520
  ...WIDTH_ATTRS,
521
521
  ...HEIGHT_ATTRS,
522
522
  ],
523
- Table: [
524
- ...COMMON_PROHIBITED_ATTRS,
525
- ...SHADOW_ATTRS,
526
- ...WIDTH_ATTRS,
527
- ...HEIGHT_ATTRS,
528
- ],
523
+ Table: [...COMMON_PROHIBITED_ATTRS, ...SHADOW_ATTRS, ...WIDTH_ATTRS],
529
524
  'Table.ActionButtons': [
530
525
  ...COMMON_PROHIBITED_ATTRS,
531
526
  ...SHADOW_ATTRS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/snowflake-guard",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "A hero-design bot detecting snowflake usage",
5
5
  "author": "Hau Dao",
6
6
  "license": "ISC",