Skip to content

Commit

Permalink
chore: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 5, 2024
1 parent f08447c commit a3e6817
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions dist/index-browser-esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,24 +1645,24 @@ var NewError = /*#__PURE__*/function (_Error) {
/**
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
*/
/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
/**
* @typedef {PlainObject} JSONPathOptions
* @property {JSON} json
* @property {string|string[]} path
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
* "all"} [resultType="value"]
* @property {boolean} [flatten=false]
* @property {boolean} [wrap=true]
* @property {PlainObject} [sandbox={}]
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
* @property {EvalCallback|EvalClass|'safe'|'native'|
* boolean} [eval = 'safe']
* @property {PlainObject|GenericArray|null} [parent=null]
* @property {string|null} [parentProperty=null]
* @property {JSONPathCallback} [callback]
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
* function which throws on encountering `@other`
* @property {boolean} [autostart=true]
*/
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
/**
* @param {string|JSONPathOptions} opts If a string, will be treated as `expr`
* @param {string} [expr] JSON path to evaluate
Expand Down
2 changes: 1 addition & 1 deletion dist/index-browser-esm.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index-browser-umd.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1651,24 +1651,24 @@
/**
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
*/
/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
/**
* @typedef {PlainObject} JSONPathOptions
* @property {JSON} json
* @property {string|string[]} path
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
* "all"} [resultType="value"]
* @property {boolean} [flatten=false]
* @property {boolean} [wrap=true]
* @property {PlainObject} [sandbox={}]
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
* @property {EvalCallback|EvalClass|'safe'|'native'|
* boolean} [eval = 'safe']
* @property {PlainObject|GenericArray|null} [parent=null]
* @property {string|null} [parentProperty=null]
* @property {JSONPathCallback} [callback]
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
* function which throws on encountering `@other`
* @property {boolean} [autostart=true]
*/
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
/**
* @param {string|JSONPathOptions} opts If a string, will be treated as `expr`
* @param {string} [expr] JSON path to evaluate
Expand Down
2 changes: 1 addition & 1 deletion dist/index-browser-umd.min.cjs.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index-node-cjs.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,24 @@ class NewError extends Error {
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
*/

/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
/**
* @typedef {PlainObject} JSONPathOptions
* @property {JSON} json
* @property {string|string[]} path
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
* "all"} [resultType="value"]
* @property {boolean} [flatten=false]
* @property {boolean} [wrap=true]
* @property {PlainObject} [sandbox={}]
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
* @property {EvalCallback|EvalClass|'safe'|'native'|
* boolean} [eval = 'safe']
* @property {PlainObject|GenericArray|null} [parent=null]
* @property {string|null} [parentProperty=null]
* @property {JSONPathCallback} [callback]
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
* function which throws on encountering `@other`
* @property {boolean} [autostart=true]
*/
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */

/**
* @param {string|JSONPathOptions} opts If a string, will be treated as `expr`
Expand Down
8 changes: 4 additions & 4 deletions dist/index-node-esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,24 @@ class NewError extends Error {
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
*/

/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
/**
* @typedef {PlainObject} JSONPathOptions
* @property {JSON} json
* @property {string|string[]} path
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
* "all"} [resultType="value"]
* @property {boolean} [flatten=false]
* @property {boolean} [wrap=true]
* @property {PlainObject} [sandbox={}]
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
* @property {EvalCallback|EvalClass|'safe'|'native'|
* boolean} [eval = 'safe']
* @property {PlainObject|GenericArray|null} [parent=null]
* @property {string|null} [parentProperty=null]
* @property {JSONPathCallback} [callback]
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
* function which throws on encountering `@other`
* @property {boolean} [autostart=true]
*/
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */

/**
* @param {string|JSONPathOptions} opts If a string, will be treated as `expr`
Expand Down

0 comments on commit a3e6817

Please sign in to comment.