@marko/compiler
Advanced tools
Comparing version 5.37.5 to 5.37.6
@@ -9,2 +9,3 @@ "use strict";exports.__esModule = true;exports.default = exports.MARKO_TYPES = exports.MARKO_ALIAS_TYPES = void 0;var _utils = require("@babel/types/lib/definitions/utils"); | ||
const valueFieldCommon = { | ||
@@ -91,3 +92,3 @@ value: { | ||
target: { | ||
validate: (0, _utils.assertValueType)("string"), | ||
validate: (0, _utils.assertOneOf)("server", "client"), | ||
optional: true | ||
@@ -94,0 +95,0 @@ } |
{ | ||
"name": "@marko/compiler", | ||
"version": "5.37.5", | ||
"version": "5.37.6", | ||
"description": "Marko template to JS compiler.", | ||
@@ -69,3 +69,3 @@ "keywords": [ | ||
"@luxass/strip-json-comments": "^1.3.2", | ||
"@marko/babel-utils": "^6.5.2", | ||
"@marko/babel-utils": "^6.5.3", | ||
"complain": "^1.6.0", | ||
@@ -84,3 +84,3 @@ "he": "^1.2.0", | ||
"devDependencies": { | ||
"@marko/translator-default": "^6.0.7" | ||
"@marko/translator-default": "^6.0.8" | ||
}, | ||
@@ -87,0 +87,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
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
462426
Updated@marko/babel-utils@^6.5.3