@themezernx/layout-id-parser
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -13,3 +13,3 @@ interface Option { | ||
id: string; | ||
options: Option[]; | ||
options?: Option[]; | ||
}) => string; | ||
@@ -16,0 +16,0 @@ declare const DEFAULT_IDS: { |
{ | ||
"name": "@themezernx/layout-id-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A small library that parses the ID string in a Nintendo Switch layout json file.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/ThemezerNX/Layout-ID-Parser.git", |
6509