@godzilla-forms/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -14,3 +14,4 @@ export declare enum GodzillaItemTypes { | ||
textarea = "textarea", | ||
heading = "heading" | ||
heading = "heading", | ||
upload = "upload" | ||
} | ||
@@ -17,0 +18,0 @@ export declare enum GodzillaValueSource { |
@@ -19,2 +19,3 @@ "use strict"; | ||
GodzillaItemTypes["heading"] = "heading"; | ||
GodzillaItemTypes["upload"] = "upload"; | ||
})(GodzillaItemTypes = exports.GodzillaItemTypes || (exports.GodzillaItemTypes = {})); | ||
@@ -21,0 +22,0 @@ var GodzillaValueSource; |
{ | ||
"name": "@godzilla-forms/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Godzilla Forms core library", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
{ | ||
"name": "@godzilla-forms/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Godzilla Forms core library", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
11707
236