@formkit/core
Advanced tools
Comparing version 1.2.0-5ec4cfb to 1.2.0-a090d34
@@ -192,3 +192,3 @@ /** | ||
*/ | ||
export declare const FORMKIT_VERSION = "1.2.0-5ec4cfb"; | ||
export declare const FORMKIT_VERSION = "1.2.0-a090d34"; | ||
@@ -887,3 +887,3 @@ /** | ||
* ```typescript | ||
* at: (address: FormKitAddress | string) => FormKitNode | undefined | ||
* at: (address: FormKitAddress | '$root' | '$parent' | '$self' | (string & {})) => FormKitNode | undefined | ||
* ``` | ||
@@ -1413,3 +1413,3 @@ * | ||
*/ | ||
at: (address: FormKitAddress | string) => FormKitNode | undefined; | ||
at: (address: FormKitAddress | '$root' | '$parent' | '$self' | (string & {})) => FormKitNode | undefined; | ||
/** | ||
@@ -1416,0 +1416,0 @@ * The address of the current node from the root of the tree. |
{ | ||
"name": "@formkit/core", | ||
"version": "1.2.0-5ec4cfb", | ||
"version": "1.2.0-a090d34", | ||
"type": "module", | ||
@@ -34,3 +34,3 @@ "description": "The framework agnostic core of FormKit", | ||
"dependencies": { | ||
"@formkit/utils": "1.2.0-5ec4cfb" | ||
"@formkit/utils": "1.2.0-a090d34" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
274476
+ Added@formkit/utils@1.2.0-a090d34(transitive)
- Removed@formkit/utils@1.2.0-5ec4cfb(transitive)
Updated@formkit/utils@1.2.0-a090d34