@vinejs/compiler
Advanced tools
Comparing version 1.2.2 to 2.0.0
@@ -8,3 +8,3 @@ export function defineFieldVariables({ parseFnRefId, variableName, wildCardPath, isArrayMember, valueExpression, fieldNameExpression, parentValueExpression, }) { | ||
meta: meta, | ||
fieldName: ${fieldNameExpression}, | ||
name: ${fieldNameExpression}, | ||
wildCardPath: '${wildCardPath}', | ||
@@ -11,0 +11,0 @@ mutate: defineValue, |
@@ -21,3 +21,3 @@ export type RefIdentifier = `ref://${number}`; | ||
parent: any; | ||
fieldName: string | number; | ||
name: string | number; | ||
isArrayMember: boolean; | ||
@@ -24,0 +24,0 @@ }; |
{ | ||
"name": "@vinejs/compiler", | ||
"version": "1.2.2", | ||
"version": "2.0.0", | ||
"description": "Low level compiler for VineJS validator", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -43,3 +43,3 @@ /* | ||
meta: meta, | ||
fieldName: ${fieldNameExpression}, | ||
name: ${fieldNameExpression}, | ||
wildCardPath: '${wildCardPath}', | ||
@@ -46,0 +46,0 @@ mutate: defineValue, |
@@ -68,3 +68,2 @@ /* | ||
* The data property is the top-level object under validation. | ||
* It is always an object with string based keys | ||
*/ | ||
@@ -117,3 +116,3 @@ data: any | ||
*/ | ||
fieldName: string | number | ||
name: string | number | ||
@@ -120,0 +119,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141312
3464