Skip to content

Commit a3e6817

Browse files
committed
chore: update build
1 parent f08447c commit a3e6817

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

dist/index-browser-esm.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,24 +1645,24 @@ var NewError = /*#__PURE__*/function (_Error) {
16451645
/**
16461646
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
16471647
*/
1648-
/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
16491648
/**
16501649
* @typedef {PlainObject} JSONPathOptions
16511650
* @property {JSON} json
16521651
* @property {string|string[]} path
1653-
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
1652+
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
1653+
* "all"} [resultType="value"]
16541654
* @property {boolean} [flatten=false]
16551655
* @property {boolean} [wrap=true]
16561656
* @property {PlainObject} [sandbox={}]
1657-
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
1657+
* @property {EvalCallback|EvalClass|'safe'|'native'|
1658+
* boolean} [eval = 'safe']
16581659
* @property {PlainObject|GenericArray|null} [parent=null]
16591660
* @property {string|null} [parentProperty=null]
16601661
* @property {JSONPathCallback} [callback]
16611662
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
16621663
* function which throws on encountering `@other`
16631664
* @property {boolean} [autostart=true]
16641665
*/
1665-
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
16661666
/**
16671667
* @param {string|JSONPathOptions} opts If a string, will be treated as `expr`
16681668
* @param {string} [expr] JSON path to evaluate

dist/index-browser-esm.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-browser-umd.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,24 +1651,24 @@
16511651
/**
16521652
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
16531653
*/
1654-
/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
16551654
/**
16561655
* @typedef {PlainObject} JSONPathOptions
16571656
* @property {JSON} json
16581657
* @property {string|string[]} path
1659-
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
1658+
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
1659+
* "all"} [resultType="value"]
16601660
* @property {boolean} [flatten=false]
16611661
* @property {boolean} [wrap=true]
16621662
* @property {PlainObject} [sandbox={}]
1663-
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
1663+
* @property {EvalCallback|EvalClass|'safe'|'native'|
1664+
* boolean} [eval = 'safe']
16641665
* @property {PlainObject|GenericArray|null} [parent=null]
16651666
* @property {string|null} [parentProperty=null]
16661667
* @property {JSONPathCallback} [callback]
16671668
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
16681669
* function which throws on encountering `@other`
16691670
* @property {boolean} [autostart=true]
16701671
*/
1671-
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
16721672
/**
16731673
* @param {string|JSONPathOptions} opts If a string, will be treated as `expr`
16741674
* @param {string} [expr] JSON path to evaluate

dist/index-browser-umd.min.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-node-cjs.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,24 @@ class NewError extends Error {
103103
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
104104
*/
105105

106-
/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
107106
/**
108107
* @typedef {PlainObject} JSONPathOptions
109108
* @property {JSON} json
110109
* @property {string|string[]} path
111-
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
110+
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
111+
* "all"} [resultType="value"]
112112
* @property {boolean} [flatten=false]
113113
* @property {boolean} [wrap=true]
114114
* @property {PlainObject} [sandbox={}]
115-
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
115+
* @property {EvalCallback|EvalClass|'safe'|'native'|
116+
* boolean} [eval = 'safe']
116117
* @property {PlainObject|GenericArray|null} [parent=null]
117118
* @property {string|null} [parentProperty=null]
118119
* @property {JSONPathCallback} [callback]
119120
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
120121
* function which throws on encountering `@other`
121122
* @property {boolean} [autostart=true]
122123
*/
123-
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
124124

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

dist/index-node-esm.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,24 @@ class NewError extends Error {
101101
* @typedef {typeof import('./jsonpath-browser').SafeScript} EvalClass
102102
*/
103103

104-
/* eslint-disable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
105104
/**
106105
* @typedef {PlainObject} JSONPathOptions
107106
* @property {JSON} json
108107
* @property {string|string[]} path
109-
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|"all"} [resultType="value"]
108+
* @property {"value"|"path"|"pointer"|"parent"|"parentProperty"|
109+
* "all"} [resultType="value"]
110110
* @property {boolean} [flatten=false]
111111
* @property {boolean} [wrap=true]
112112
* @property {PlainObject} [sandbox={}]
113-
* @property {EvalCallback | EvalClass | 'safe' | 'native' | boolean} [eval = 'safe']
113+
* @property {EvalCallback|EvalClass|'safe'|'native'|
114+
* boolean} [eval = 'safe']
114115
* @property {PlainObject|GenericArray|null} [parent=null]
115116
* @property {string|null} [parentProperty=null]
116117
* @property {JSONPathCallback} [callback]
117118
* @property {OtherTypeCallback} [otherTypeCallback] Defaults to
118119
* function which throws on encountering `@other`
119120
* @property {boolean} [autostart=true]
120121
*/
121-
/* eslint-enable @stylistic/max-len -- Can make multiline type after https://github.com/syavorsky/comment-parser/issues/109 */
122122

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

0 commit comments

Comments
 (0)