js-mvc-framework
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -13,3 +13,3 @@ import { regularExpressions } from '../../../../../../../Coutil/index.js' | ||
const ulteroptions = Object.assign({}, $options, arguments[1]) | ||
const { events, pathkey } = ulteroptions | ||
const { events, pathkey, keychaining } = ulteroptions | ||
// Path Key: true | ||
@@ -16,0 +16,0 @@ if(pathkey === true) { |
@@ -9,7 +9,7 @@ import { regularExpressions } from '../../../../../../../Coutil/index.js' | ||
const { contentEvents } = $content.options | ||
const { proxy } = $content | ||
const { proxy } = $conten | ||
// Arguments | ||
const $path = arguments[0] | ||
const ulteroptions = Object.assign({}, $options, arguments[1]) | ||
const { events, pathkey } = ulteroptions | ||
const { events, pathkey, keychaining } = ulteroptions | ||
// Path Key: true | ||
@@ -16,0 +16,0 @@ if(pathkey === true) { |
@@ -10,3 +10,2 @@ import { regularExpressions } from '../../../../../../../Coutil/index.js' | ||
const { proxy } = $content | ||
const { recursive } = $options | ||
// Arguments | ||
@@ -21,3 +20,3 @@ const $path = arguments[0] | ||
contentOptions.traps.accessor.set = ulteroptions | ||
const { events, pathkey } = ulteroptions | ||
const { events, pathkey, keychaining, recursive } = ulteroptions | ||
// Path Key: true | ||
@@ -24,0 +23,0 @@ if(pathkey === true) { |
{ | ||
"name": "js-mvc-framework", | ||
"author": "Thomas Patrick Welborn", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1492946
10805