mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 21:42:33 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
17
web/admin-spa/node_modules/semver/internal/parse-options.js
generated
vendored
17
web/admin-spa/node_modules/semver/internal/parse-options.js
generated
vendored
@@ -1,17 +0,0 @@
|
||||
'use strict'
|
||||
|
||||
// parse out just the options we care about
|
||||
const looseOption = Object.freeze({ loose: true })
|
||||
const emptyOpts = Object.freeze({ })
|
||||
const parseOptions = options => {
|
||||
if (!options) {
|
||||
return emptyOpts
|
||||
}
|
||||
|
||||
if (typeof options !== 'object') {
|
||||
return looseOption
|
||||
}
|
||||
|
||||
return options
|
||||
}
|
||||
module.exports = parseOptions
|
||||
Reference in New Issue
Block a user