@zuplo/cli 7.4.1 → 7.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/node_modules/@inquirer/checkbox/package.json +5 -4
  2. package/node_modules/@inquirer/confirm/dist/index.d.ts +1 -1
  3. package/node_modules/@inquirer/confirm/package.json +4 -3
  4. package/node_modules/@inquirer/core/README.md +9 -3
  5. package/node_modules/@inquirer/core/dist/lib/hook-engine.d.ts +2 -8
  6. package/node_modules/@inquirer/core/dist/lib/use-memo.js +1 -1
  7. package/node_modules/@inquirer/core/dist/lib/use-state.d.ts +5 -2
  8. package/node_modules/@inquirer/core/dist/lib/use-state.js +7 -2
  9. package/node_modules/@inquirer/core/package.json +5 -4
  10. package/node_modules/@inquirer/editor/dist/index.d.ts +1 -1
  11. package/node_modules/@inquirer/editor/package.json +5 -4
  12. package/node_modules/@inquirer/expand/README.md +1 -1
  13. package/node_modules/@inquirer/expand/package.json +4 -3
  14. package/node_modules/@inquirer/external-editor/README.md +13 -0
  15. package/node_modules/@inquirer/external-editor/package.json +4 -3
  16. package/node_modules/@inquirer/figures/package.json +4 -3
  17. package/node_modules/@inquirer/input/package.json +4 -3
  18. package/node_modules/@inquirer/number/dist/index.d.ts +1 -1
  19. package/node_modules/@inquirer/number/dist/index.js +1 -6
  20. package/node_modules/@inquirer/number/dist/is-step-of.d.ts +1 -0
  21. package/node_modules/@inquirer/number/dist/is-step-of.js +22 -0
  22. package/node_modules/@inquirer/number/package.json +4 -3
  23. package/node_modules/@inquirer/password/package.json +4 -3
  24. package/node_modules/@inquirer/rawlist/package.json +4 -3
  25. package/node_modules/@inquirer/search/README.md +9 -8
  26. package/node_modules/@inquirer/search/dist/index.d.ts +1 -0
  27. package/node_modules/@inquirer/search/dist/index.js +6 -1
  28. package/node_modules/@inquirer/search/package.json +5 -4
  29. package/node_modules/@inquirer/select/package.json +5 -4
  30. package/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.d.ts.map +1 -1
  31. package/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.js +4 -2
  32. package/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs +4 -2
  33. package/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.d.ts.map +1 -1
  34. package/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.js +5 -5
  35. package/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs +5 -5
  36. package/node_modules/@posthog/core/dist/error-tracking/parsers/base.d.ts.map +1 -1
  37. package/node_modules/@posthog/core/dist/error-tracking/parsers/base.js +2 -1
  38. package/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs +2 -1
  39. package/node_modules/@posthog/core/dist/posthog-core.d.ts.map +1 -1
  40. package/node_modules/@posthog/core/dist/posthog-core.js +1 -0
  41. package/node_modules/@posthog/core/dist/posthog-core.mjs +1 -0
  42. package/node_modules/@posthog/core/package.json +1 -1
  43. package/node_modules/@posthog/core/src/error-tracking/coercers/error-coercer.ts +8 -2
  44. package/node_modules/@posthog/core/src/error-tracking/coercers/error-event-coercer.spec.ts +33 -0
  45. package/node_modules/@posthog/core/src/error-tracking/coercers/error-event-coercer.ts +13 -6
  46. package/node_modules/@posthog/core/src/error-tracking/error-properties-builder.coerce.spec.ts +15 -0
  47. package/node_modules/@posthog/core/src/error-tracking/parsers/base.spec.ts +34 -0
  48. package/node_modules/@posthog/core/src/error-tracking/parsers/base.ts +10 -2
  49. package/node_modules/@posthog/core/src/posthog-core.ts +1 -0
  50. package/node_modules/@zuplo/core/customer.cli.minified.js +239 -239
  51. package/node_modules/@zuplo/core/index.minified.js +253 -253
  52. package/node_modules/@zuplo/core/package.json +1 -1
  53. package/node_modules/@zuplo/graphql/package.json +1 -1
  54. package/node_modules/@zuplo/openapi-tools/package.json +1 -1
  55. package/node_modules/@zuplo/otel/package.json +1 -1
  56. package/node_modules/@zuplo/runtime/out/esm/chunk-4SX4HBWT.js +409 -0
  57. package/node_modules/@zuplo/runtime/out/esm/chunk-4SX4HBWT.js.map +1 -0
  58. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  59. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +13 -13
  60. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
  61. package/node_modules/@zuplo/runtime/out/types/index.d.ts +61 -4
  62. package/node_modules/@zuplo/runtime/out/types/mcp-gateway/index.d.ts +39 -2
  63. package/node_modules/@zuplo/runtime/package.json +1 -1
  64. package/node_modules/negotiator/lib/accept.js +54 -0
  65. package/node_modules/negotiator/lib/charset.js +10 -34
  66. package/node_modules/negotiator/lib/encoding.js +9 -30
  67. package/node_modules/negotiator/lib/language.js +15 -36
  68. package/node_modules/negotiator/lib/mediaType.js +16 -134
  69. package/node_modules/negotiator/node_modules/content-type/LICENSE +22 -0
  70. package/node_modules/negotiator/node_modules/content-type/README.md +71 -0
  71. package/node_modules/negotiator/node_modules/content-type/dist/index.d.ts +46 -0
  72. package/node_modules/negotiator/node_modules/content-type/dist/index.js +176 -0
  73. package/node_modules/negotiator/node_modules/content-type/dist/index.js.map +1 -0
  74. package/node_modules/negotiator/node_modules/content-type/package.json +52 -0
  75. package/node_modules/negotiator/package.json +16 -10
  76. package/package.json +11 -11
  77. package/node_modules/@inquirer/external-editor/dist/errors/CreateFileError.d.ts +0 -10
  78. package/node_modules/@inquirer/external-editor/dist/errors/CreateFileError.js +0 -13
  79. package/node_modules/@inquirer/external-editor/dist/errors/LaunchEditorError.d.ts +0 -10
  80. package/node_modules/@inquirer/external-editor/dist/errors/LaunchEditorError.js +0 -13
  81. package/node_modules/@inquirer/external-editor/dist/errors/ReadFileError.d.ts +0 -10
  82. package/node_modules/@inquirer/external-editor/dist/errors/ReadFileError.js +0 -13
  83. package/node_modules/@inquirer/external-editor/dist/errors/RemoveFileError.d.ts +0 -10
  84. package/node_modules/@inquirer/external-editor/dist/errors/RemoveFileError.js +0 -13
  85. package/node_modules/@zuplo/runtime/out/esm/chunk-JKIKT5LB.js +0 -409
  86. package/node_modules/@zuplo/runtime/out/esm/chunk-JKIKT5LB.js.map +0 -1
  87. package/node_modules/negotiator/HISTORY.md +0 -114
  88. /package/node_modules/@zuplo/runtime/out/esm/{chunk-JKIKT5LB.js.LEGAL.txt → chunk-4SX4HBWT.js.LEGAL.txt} +0 -0
@@ -0,0 +1,71 @@
1
+ # content-type
2
+
3
+ [![NPM version][npm-image]][npm-url]
4
+ [![NPM downloads][downloads-image]][downloads-url]
5
+ [![Build status][build-image]][build-url]
6
+ [![Build coverage][coverage-image]][coverage-url]
7
+ [![License][license-image]][license-url]
8
+
9
+ Create and parse HTTP `Content-Type` header.
10
+
11
+ ## Installation
12
+
13
+ ```sh
14
+ npm install content-type
15
+ ```
16
+
17
+ ## API
18
+
19
+ ```js
20
+ const contentType = require("content-type");
21
+ ```
22
+
23
+ ### contentType.parse(string, options?)
24
+
25
+ ```js
26
+ const obj = contentType.parse("image/svg+xml; charset=utf-8");
27
+ ```
28
+
29
+ Parse a `Content-Type` header. This will return an object with the following properties (examples are shown for the string `'image/svg+xml; charset=utf-8'`):
30
+
31
+ - `type`: The media type. Example: `'image/svg+xml'`.
32
+ - `parameters`: An object of the parameters in the media type (parameter name is always lower case). Example: `{charset: 'utf-8'}`.
33
+
34
+ The parser is lenient and does not error. You should validate `type` and `parameters` before trusting them.
35
+
36
+ #### Options
37
+
38
+ - `parameters` (default: `true`): Set to `false` to skip parameters.
39
+ - `comma` (default: `false`): Set to `true` to stop on a comma. This can be used to parse the media range in an `Accept` header.
40
+ - `start` (default: `0`): Set index to start parsing from.
41
+
42
+ ### contentType.format(obj)
43
+
44
+ ```js
45
+ const str = contentType.format({
46
+ type: "image/svg+xml",
47
+ parameters: { charset: "utf-8" },
48
+ });
49
+ ```
50
+
51
+ Format an object into a `Content-Type` header. This will return a string of the content type for the given object with the following properties (examples are shown that produce the string `'image/svg+xml; charset=utf-8'`):
52
+
53
+ - `type`: The media type. Example: `'image/svg+xml'`.
54
+ - `parameters`: An optional object of the parameters in the media type. Example: `{charset: 'utf-8'}`.
55
+
56
+ Throws a `TypeError` if the object contains an invalid type or parameter names.
57
+
58
+ ## License
59
+
60
+ [MIT](LICENSE)
61
+
62
+ [npm-image]: https://img.shields.io/npm/v/content-type
63
+ [npm-url]: https://npmjs.org/package/content-type
64
+ [downloads-image]: https://img.shields.io/npm/dm/content-type
65
+ [downloads-url]: https://npmjs.org/package/content-type
66
+ [build-image]: https://img.shields.io/github/actions/workflow/status/jshttp/content-type/ci.yml?branch=master
67
+ [build-url]: https://github.com/jshttp/content-type/actions/workflows/ci.yml?query=branch%3Amaster
68
+ [coverage-image]: https://img.shields.io/codecov/c/gh/jshttp/content-type
69
+ [coverage-url]: https://codecov.io/gh/jshttp/content-type
70
+ [license-image]: http://img.shields.io/npm/l/content-type.svg?style=flat
71
+ [license-url]: LICENSE
@@ -0,0 +1,46 @@
1
+ /*!
2
+ * content-type
3
+ * Copyright(c) 2015 Douglas Christopher Wilson
4
+ * MIT Licensed
5
+ */
6
+ /**
7
+ * The content type object contains a type string and optional parameters.
8
+ */
9
+ export interface ContentType {
10
+ type: string;
11
+ index: number;
12
+ parameters: Record<string, string>;
13
+ }
14
+ /**
15
+ * Format an object into a `Content-Type` header.
16
+ */
17
+ export declare function format(obj: Partial<ContentType>): string;
18
+ /**
19
+ * Options for parsing a `Content-Type` header.
20
+ */
21
+ export interface ParseOptions {
22
+ /**
23
+ * Exit early on the first semicolon, returning only the type.
24
+ * This is useful for parsing the MIME from `Content-Type` headers.
25
+ *
26
+ * @default false
27
+ */
28
+ parameters?: boolean;
29
+ /**
30
+ * Exits early on a comma, returning the first value and parameters.
31
+ * This is useful for parsing `Accept` headers.
32
+ *
33
+ * @default false
34
+ */
35
+ comma?: boolean;
36
+ /**
37
+ * The index to start parsing from.
38
+ *
39
+ * @default 0
40
+ */
41
+ start?: number;
42
+ }
43
+ /**
44
+ * Parse a `Content-Type` header.
45
+ */
46
+ export declare function parse(header: string, options?: ParseOptions): ContentType;
@@ -0,0 +1,176 @@
1
+ "use strict";
2
+ /*!
3
+ * content-type
4
+ * Copyright(c) 2015 Douglas Christopher Wilson
5
+ * MIT Licensed
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.format = format;
9
+ exports.parse = parse;
10
+ const TEXT_REGEXP = /^[\u0009\u0020-\u007e\u0080-\u00ff]*$/;
11
+ const TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;
12
+ /**
13
+ * RegExp to match chars that must be quoted-pair in RFC 9110 sec 5.6.4
14
+ */
15
+ const QUOTE_REGEXP = /[\\"]/g;
16
+ /**
17
+ * RegExp to match type in RFC 9110 sec 8.3.1
18
+ *
19
+ * media-type = type "/" subtype
20
+ * type = token
21
+ * subtype = token
22
+ */
23
+ const TYPE_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;
24
+ /**
25
+ * Null object perf optimization. Faster than `Object.create(null)` and `{ __proto__: null }`.
26
+ */
27
+ const NullObject = /* @__PURE__ */ (() => {
28
+ const C = function () { };
29
+ C.prototype = Object.create(null);
30
+ return C;
31
+ })();
32
+ /**
33
+ * Format an object into a `Content-Type` header.
34
+ */
35
+ function format(obj) {
36
+ const { type, parameters } = obj;
37
+ if (!type || !TYPE_REGEXP.test(type)) {
38
+ throw new TypeError(`Invalid type: ${type}`);
39
+ }
40
+ let result = type;
41
+ if (parameters) {
42
+ for (const param of Object.keys(parameters)) {
43
+ if (!TOKEN_REGEXP.test(param)) {
44
+ throw new TypeError(`Invalid parameter name: ${param}`);
45
+ }
46
+ result += `; ${param}=${qstring(parameters[param])}`;
47
+ }
48
+ }
49
+ return result;
50
+ }
51
+ /**
52
+ * Parse a `Content-Type` header.
53
+ */
54
+ function parse(header, options) {
55
+ const stopChar = options?.comma === true ? COMMA : 65536; // Sentinel for "no stop char".
56
+ const len = header.length;
57
+ let index = skipOWS(header, options?.start ?? 0, len);
58
+ const valueStart = index;
59
+ index = skipValue(header, index, len, stopChar);
60
+ const valueEnd = trailingOWS(header, valueStart, index);
61
+ const type = header.slice(valueStart, valueEnd).toLowerCase();
62
+ if (options?.parameters === false) {
63
+ return { type, index, parameters: new NullObject() };
64
+ }
65
+ return parseParameters(header, type, index, len, stopChar);
66
+ }
67
+ const SP = 32; // " "
68
+ const HTAB = 9; // "\t"
69
+ const SEMI = 59; // ";"
70
+ const EQ = 61; // "="
71
+ const DQUOTE = 34; // '"'
72
+ const BSLASH = 92; // "\\"
73
+ const COMMA = 44; // ","
74
+ /**
75
+ * Parses the parameters of a `Content-Type` header starting at the given index.
76
+ */
77
+ function parseParameters(header, type, index, len, stopChar) {
78
+ const parameters = new NullObject();
79
+ parameter: while (index < len) {
80
+ if (header.charCodeAt(index) === stopChar)
81
+ break;
82
+ index = skipOWS(header, index + 1 /* Skip over ; */, len);
83
+ const keyStart = index;
84
+ while (index < len) {
85
+ const code = header.charCodeAt(index);
86
+ if (code === stopChar)
87
+ break parameter;
88
+ if (code === SEMI)
89
+ continue parameter;
90
+ if (code === EQ) {
91
+ const keyEnd = trailingOWS(header, keyStart, index);
92
+ const key = header.slice(keyStart, keyEnd).toLowerCase();
93
+ index = skipOWS(header, index + 1, len);
94
+ if (index < len && header.charCodeAt(index) === DQUOTE) {
95
+ index++;
96
+ let value = "";
97
+ while (index < len) {
98
+ const code = header.charCodeAt(index++);
99
+ if (code === DQUOTE) {
100
+ index = skipValue(header, index, len, stopChar);
101
+ if (parameters[key] === undefined)
102
+ parameters[key] = value;
103
+ break;
104
+ }
105
+ if (code === BSLASH && index < len) {
106
+ value += header[index++];
107
+ continue;
108
+ }
109
+ value += String.fromCharCode(code);
110
+ }
111
+ continue parameter;
112
+ }
113
+ const valueStart = index;
114
+ index = skipValue(header, index, len, stopChar);
115
+ if (parameters[key] === undefined) {
116
+ const valueEnd = trailingOWS(header, valueStart, index);
117
+ parameters[key] = header.slice(valueStart, valueEnd);
118
+ }
119
+ continue parameter;
120
+ }
121
+ index++;
122
+ }
123
+ }
124
+ return { type, index, parameters };
125
+ }
126
+ /**
127
+ * Skip over characters until a semicolon or other exit character.
128
+ */
129
+ function skipValue(str, index, len, stopChar) {
130
+ while (index < len) {
131
+ const code = str.charCodeAt(index);
132
+ if (code === SEMI || code === stopChar)
133
+ break;
134
+ index++;
135
+ }
136
+ return index;
137
+ }
138
+ /**
139
+ * Skip optional whitespace (OWS) in an HTTP header value.
140
+ *
141
+ * OWS is defined in RFC 9110 sec 5.6.3 as SP (" ") or HTAB ("\t").
142
+ */
143
+ function skipOWS(header, index, len) {
144
+ while (index < len) {
145
+ const char = header.charCodeAt(index);
146
+ if (char !== SP && char !== HTAB)
147
+ break;
148
+ index++;
149
+ }
150
+ return index;
151
+ }
152
+ /**
153
+ * Trim optional whitespace (OWS) from the end of a substring.
154
+ *
155
+ * OWS is defined in RFC 9110 sec 5.6.3 as SP (" ") or HTAB ("\t").
156
+ */
157
+ function trailingOWS(header, start, end) {
158
+ while (end > start) {
159
+ const char = header.charCodeAt(end - 1);
160
+ if (char !== SP && char !== HTAB)
161
+ break;
162
+ end--;
163
+ }
164
+ return end;
165
+ }
166
+ /**
167
+ * Serialize a parameter value.
168
+ */
169
+ function qstring(str) {
170
+ if (TOKEN_REGEXP.test(str))
171
+ return str;
172
+ if (TEXT_REGEXP.test(str))
173
+ return `"${str.replace(QUOTE_REGEXP, "\\$&")}"`;
174
+ throw new TypeError(`Invalid parameter value: ${str}`);
175
+ }
176
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * content-type\n * Copyright(c) 2015 Douglas Christopher Wilson\n * MIT Licensed\n */\n\nconst TEXT_REGEXP = /^[\\u0009\\u0020-\\u007e\\u0080-\\u00ff]*$/;\nconst TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;\n\n/**\n * RegExp to match chars that must be quoted-pair in RFC 9110 sec 5.6.4\n */\nconst QUOTE_REGEXP = /[\\\\\"]/g;\n\n/**\n * RegExp to match type in RFC 9110 sec 8.3.1\n *\n * media-type = type \"/\" subtype\n * type = token\n * subtype = token\n */\nconst TYPE_REGEXP =\n /^[!#$%&'*+.^_`|~0-9A-Za-z-]+\\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;\n\n/**\n * Null object perf optimization. Faster than `Object.create(null)` and `{ __proto__: null }`.\n */\nconst NullObject = /* @__PURE__ */ (() => {\n const C = function () {};\n C.prototype = Object.create(null);\n return C;\n})() as unknown as { new (): any };\n\n/**\n * The content type object contains a type string and optional parameters.\n */\nexport interface ContentType {\n type: string;\n index: number;\n parameters: Record<string, string>;\n}\n\n/**\n * Format an object into a `Content-Type` header.\n */\nexport function format(obj: Partial<ContentType>): string {\n const { type, parameters } = obj;\n\n if (!type || !TYPE_REGEXP.test(type)) {\n throw new TypeError(`Invalid type: ${type}`);\n }\n\n let result = type;\n\n if (parameters) {\n for (const param of Object.keys(parameters)) {\n if (!TOKEN_REGEXP.test(param)) {\n throw new TypeError(`Invalid parameter name: ${param}`);\n }\n\n result += `; ${param}=${qstring(parameters[param])}`;\n }\n }\n\n return result;\n}\n\n/**\n * Options for parsing a `Content-Type` header.\n */\nexport interface ParseOptions {\n /**\n * Exit early on the first semicolon, returning only the type.\n * This is useful for parsing the MIME from `Content-Type` headers.\n *\n * @default false\n */\n parameters?: boolean;\n /**\n * Exits early on a comma, returning the first value and parameters.\n * This is useful for parsing `Accept` headers.\n *\n * @default false\n */\n comma?: boolean;\n /**\n * The index to start parsing from.\n *\n * @default 0\n */\n start?: number;\n}\n\n/**\n * Parse a `Content-Type` header.\n */\nexport function parse(header: string, options?: ParseOptions): ContentType {\n const stopChar = options?.comma === true ? COMMA : 65_536; // Sentinel for \"no stop char\".\n const len = header.length;\n let index = skipOWS(header, options?.start ?? 0, len);\n\n const valueStart = index;\n index = skipValue(header, index, len, stopChar);\n const valueEnd = trailingOWS(header, valueStart, index);\n const type = header.slice(valueStart, valueEnd).toLowerCase();\n\n if (options?.parameters === false) {\n return { type, index, parameters: new NullObject() };\n }\n\n return parseParameters(header, type, index, len, stopChar);\n}\n\nconst SP = 32; // \" \"\nconst HTAB = 9; // \"\\t\"\nconst SEMI = 59; // \";\"\nconst EQ = 61; // \"=\"\nconst DQUOTE = 34; // '\"'\nconst BSLASH = 92; // \"\\\\\"\nconst COMMA = 44; // \",\"\n\n/**\n * Parses the parameters of a `Content-Type` header starting at the given index.\n */\nfunction parseParameters(\n header: string,\n type: string,\n index: number,\n len: number,\n stopChar: number,\n): ContentType {\n const parameters: Record<string, string> = new NullObject();\n\n parameter: while (index < len) {\n if (header.charCodeAt(index) === stopChar) break;\n\n index = skipOWS(header, index + 1 /* Skip over ; */, len);\n\n const keyStart = index;\n\n while (index < len) {\n const code = header.charCodeAt(index);\n if (code === stopChar) break parameter;\n\n if (code === SEMI) continue parameter;\n\n if (code === EQ) {\n const keyEnd = trailingOWS(header, keyStart, index);\n const key = header.slice(keyStart, keyEnd).toLowerCase();\n\n index = skipOWS(header, index + 1, len);\n\n if (index < len && header.charCodeAt(index) === DQUOTE) {\n index++;\n\n let value = \"\";\n while (index < len) {\n const code = header.charCodeAt(index++);\n if (code === DQUOTE) {\n index = skipValue(header, index, len, stopChar);\n if (parameters[key] === undefined) parameters[key] = value;\n break;\n }\n\n if (code === BSLASH && index < len) {\n value += header[index++];\n continue;\n }\n\n value += String.fromCharCode(code);\n }\n\n continue parameter;\n }\n\n const valueStart = index;\n index = skipValue(header, index, len, stopChar);\n\n if (parameters[key] === undefined) {\n const valueEnd = trailingOWS(header, valueStart, index);\n parameters[key] = header.slice(valueStart, valueEnd);\n }\n\n continue parameter;\n }\n\n index++;\n }\n }\n\n return { type, index, parameters };\n}\n\n/**\n * Skip over characters until a semicolon or other exit character.\n */\nfunction skipValue(\n str: string,\n index: number,\n len: number,\n stopChar: number,\n): number {\n while (index < len) {\n const code = str.charCodeAt(index);\n if (code === SEMI || code === stopChar) break;\n index++;\n }\n return index;\n}\n\n/**\n * Skip optional whitespace (OWS) in an HTTP header value.\n *\n * OWS is defined in RFC 9110 sec 5.6.3 as SP (\" \") or HTAB (\"\\t\").\n */\nfunction skipOWS(header: string, index: number, len: number): number {\n while (index < len) {\n const char = header.charCodeAt(index);\n if (char !== SP && char !== HTAB) break;\n index++;\n }\n return index;\n}\n\n/**\n * Trim optional whitespace (OWS) from the end of a substring.\n *\n * OWS is defined in RFC 9110 sec 5.6.3 as SP (\" \") or HTAB (\"\\t\").\n */\nfunction trailingOWS(header: string, start: number, end: number): number {\n while (end > start) {\n const char = header.charCodeAt(end - 1);\n if (char !== SP && char !== HTAB) break;\n end--;\n }\n return end;\n}\n\n/**\n * Serialize a parameter value.\n */\nfunction qstring(str: string): string {\n if (TOKEN_REGEXP.test(str)) return str;\n if (TEXT_REGEXP.test(str)) return `\"${str.replace(QUOTE_REGEXP, \"\\\\$&\")}\"`;\n\n throw new TypeError(`Invalid parameter value: ${str}`);\n}\n"]}
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "content-type",
3
+ "version": "2.1.0",
4
+ "description": "Create and parse HTTP Content-Type header",
5
+ "keywords": [
6
+ "content-type",
7
+ "http",
8
+ "req",
9
+ "res",
10
+ "rfc7231",
11
+ "rfc9110"
12
+ ],
13
+ "repository": "jshttp/content-type",
14
+ "funding": {
15
+ "type": "opencollective",
16
+ "url": "https://opencollective.com/express"
17
+ },
18
+ "license": "MIT",
19
+ "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
20
+ "type": "commonjs",
21
+ "exports": "./dist/index.js",
22
+ "main": "./dist/index.js",
23
+ "typings": "./dist/index.d.ts",
24
+ "files": [
25
+ "dist/"
26
+ ],
27
+ "scripts": {
28
+ "bench": "vitest bench",
29
+ "build": "ts-scripts build",
30
+ "format": "ts-scripts format",
31
+ "prepare": "ts-scripts install && npm run build",
32
+ "specs": "ts-scripts specs",
33
+ "test": "ts-scripts test"
34
+ },
35
+ "devDependencies": {
36
+ "@borderless/ts-scripts": "^0.15.0",
37
+ "@vitest/coverage-v8": "^3.0.5",
38
+ "typescript": "^5.7.3",
39
+ "vitest": "^3.2.4"
40
+ },
41
+ "engines": {
42
+ "node": ">=18"
43
+ },
44
+ "ts-scripts": {
45
+ "dist": [
46
+ "dist"
47
+ ],
48
+ "project": [
49
+ "tsconfig.build.json"
50
+ ]
51
+ }
52
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "negotiator",
3
3
  "description": "HTTP content negotiation",
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "contributors": [
6
6
  "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
7
  "Federico Romero <federico.romero@outboxlabs.com>",
@@ -17,27 +17,33 @@
17
17
  "accept-charset"
18
18
  ],
19
19
  "repository": "jshttp/negotiator",
20
+ "funding": {
21
+ "type": "opencollective",
22
+ "url": "https://opencollective.com/express"
23
+ },
24
+ "dependencies": {
25
+ "content-type": "^2.1.0"
26
+ },
20
27
  "devDependencies": {
21
28
  "eslint": "7.32.0",
22
29
  "eslint-plugin-markdown": "2.2.1",
23
- "mocha": "9.1.3",
24
- "nyc": "15.1.0"
30
+ "mocha": "^11.7.0",
31
+ "nyc": "^17.1.0",
32
+ "vitest": "3.2.4"
25
33
  },
26
34
  "files": [
27
35
  "lib/",
28
- "HISTORY.md",
29
- "LICENSE",
30
- "index.js",
31
- "README.md"
36
+ "index.js"
32
37
  ],
33
38
  "engines": {
34
- "node": ">= 0.6"
39
+ "node": ">=18"
35
40
  },
36
41
  "scripts": {
42
+ "bench": "vitest bench",
37
43
  "lint": "eslint .",
38
- "test": "mocha --reporter spec --check-leaks --bail test/",
44
+ "test": "mocha --reporter spec --check-leaks test/",
39
45
  "test:debug": "mocha --reporter spec --check-leaks --inspect --inspect-brk test/",
40
- "test-ci": "nyc --reporter=lcov --reporter=text npm test",
46
+ "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
41
47
  "test-cov": "nyc --reporter=html --reporter=text npm test"
42
48
  }
43
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "7.4.1",
3
+ "version": "7.4.4",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "type": "module",
@@ -28,10 +28,10 @@
28
28
  "@opentelemetry/api": "1.9.0",
29
29
  "@opentelemetry/api-logs": "0.220.0",
30
30
  "@swc/core": "1.10.18",
31
- "@zuplo/core": "7.4.1",
31
+ "@zuplo/core": "7.4.4",
32
32
  "@zuplo/editor": "1.0.31094607111",
33
- "@zuplo/openapi-tools": "7.4.1",
34
- "@zuplo/runtime": "7.4.1",
33
+ "@zuplo/openapi-tools": "7.4.4",
34
+ "@zuplo/runtime": "7.4.4",
35
35
  "chalk": "5.4.1",
36
36
  "chokidar": "3.5.3",
37
37
  "cookie": "1.0.2",
@@ -62,15 +62,15 @@
62
62
  "workerd": "1.20241230.0",
63
63
  "yargs": "17.7.2",
64
64
  "zod": "4.4.3",
65
- "@zuplo/graphql": "7.4.1",
66
- "@zuplo/otel": "7.4.1"
65
+ "@zuplo/graphql": "7.4.4",
66
+ "@zuplo/otel": "7.4.4"
67
67
  },
68
68
  "optionalDependencies": {
69
- "@zuplo/lint-darwin-arm64": "7.4.1",
70
- "@zuplo/lint-darwin-x64": "7.4.1",
71
- "@zuplo/lint-linux-x64": "7.4.1",
72
- "@zuplo/lint-linux-arm64": "7.4.1",
73
- "@zuplo/lint-win32-x64": "7.4.1"
69
+ "@zuplo/lint-darwin-arm64": "7.4.4",
70
+ "@zuplo/lint-darwin-x64": "7.4.4",
71
+ "@zuplo/lint-linux-x64": "7.4.4",
72
+ "@zuplo/lint-linux-arm64": "7.4.4",
73
+ "@zuplo/lint-win32-x64": "7.4.4"
74
74
  },
75
75
  "bundleDependencies": [
76
76
  "@inquirer/prompts",
@@ -1,10 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export declare class CreateFileError extends Error {
8
- originalError: Error;
9
- constructor(originalError: Error);
10
- }
@@ -1,13 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export class CreateFileError extends Error {
8
- originalError;
9
- constructor(originalError) {
10
- super(`Failed to create temporary file. ${originalError.message}`);
11
- this.originalError = originalError;
12
- }
13
- }
@@ -1,10 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export declare class LaunchEditorError extends Error {
8
- originalError: Error;
9
- constructor(originalError: Error);
10
- }
@@ -1,13 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export class LaunchEditorError extends Error {
8
- originalError;
9
- constructor(originalError) {
10
- super(`Failed to launch editor. ${originalError.message}`);
11
- this.originalError = originalError;
12
- }
13
- }
@@ -1,10 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export declare class ReadFileError extends Error {
8
- originalError: Error;
9
- constructor(originalError: Error);
10
- }
@@ -1,13 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export class ReadFileError extends Error {
8
- originalError;
9
- constructor(originalError) {
10
- super(`Failed to read temporary file. ${originalError.message}`);
11
- this.originalError = originalError;
12
- }
13
- }
@@ -1,10 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export declare class RemoveFileError extends Error {
8
- originalError: Error;
9
- constructor(originalError: Error);
10
- }
@@ -1,13 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2018
6
- */
7
- export class RemoveFileError extends Error {
8
- originalError;
9
- constructor(originalError) {
10
- super(`Failed to remove temporary file. ${originalError.message}`);
11
- this.originalError = originalError;
12
- }
13
- }