@windrun-huaiin/backend-core 13.0.0 → 14.1.0

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 (110) hide show
  1. package/dist/_virtual/index.js +7 -3
  2. package/dist/_virtual/index.mjs +5 -3
  3. package/dist/_virtual/index2.js +2 -6
  4. package/dist/_virtual/index2.mjs +2 -6
  5. package/dist/index.js +3 -1
  6. package/dist/index.mjs +2 -2
  7. package/dist/lib/index.js +3 -1
  8. package/dist/lib/index.mjs +2 -2
  9. package/dist/lib/stripe-config.d.ts +1 -1
  10. package/dist/lib/stripe-config.d.ts.map +1 -1
  11. package/dist/lib/stripe-config.js +25 -16
  12. package/dist/lib/stripe-config.mjs +25 -16
  13. package/dist/lib/upstash/qstash.d.ts.map +1 -1
  14. package/dist/lib/upstash/qstash.js +66 -62
  15. package/dist/lib/upstash/qstash.mjs +67 -63
  16. package/dist/lib/upstash/redis-counter.d.ts.map +1 -1
  17. package/dist/lib/upstash/redis-counter.js +9 -24
  18. package/dist/lib/upstash/redis-counter.mjs +10 -25
  19. package/dist/lib/upstash/redis-favorite.d.ts.map +1 -1
  20. package/dist/lib/upstash/redis-favorite.js +22 -36
  21. package/dist/lib/upstash/redis-favorite.mjs +23 -37
  22. package/dist/lib/upstash/redis-like.d.ts.map +1 -1
  23. package/dist/lib/upstash/redis-like.js +22 -36
  24. package/dist/lib/upstash/redis-like.mjs +23 -37
  25. package/dist/lib/upstash/redis-lock.d.ts.map +1 -1
  26. package/dist/lib/upstash/redis-lock.js +22 -38
  27. package/dist/lib/upstash/redis-lock.mjs +23 -39
  28. package/dist/lib/upstash/redis-structures.d.ts.map +1 -1
  29. package/dist/lib/upstash/redis-structures.js +77 -113
  30. package/dist/lib/upstash/redis-structures.mjs +78 -114
  31. package/dist/lib/upstash-config.d.ts +9 -1
  32. package/dist/lib/upstash-config.d.ts.map +1 -1
  33. package/dist/lib/upstash-config.js +221 -27
  34. package/dist/lib/upstash-config.mjs +220 -28
  35. package/dist/node_modules/.pnpm/{@upstash_qstash@2.8.4/node_modules/@upstash/qstash/chunk-RQPZUJXG.js → @upstash_qstash@2.10.1/node_modules/@upstash/qstash/chunk-35B33QW3.js} +897 -468
  36. package/dist/node_modules/.pnpm/{@upstash_qstash@2.8.4/node_modules/@upstash/qstash/chunk-RQPZUJXG.mjs → @upstash_qstash@2.10.1/node_modules/@upstash/qstash/chunk-35B33QW3.mjs} +895 -468
  37. package/dist/node_modules/.pnpm/{@upstash_redis@1.36.1/node_modules/@upstash/redis/chunk-LLI2WIYN.js → @upstash_redis@1.37.0/node_modules/@upstash/redis/chunk-IH7W44G6.js} +657 -40
  38. package/dist/node_modules/.pnpm/{@upstash_redis@1.36.1/node_modules/@upstash/redis/chunk-LLI2WIYN.mjs → @upstash_redis@1.37.0/node_modules/@upstash/redis/chunk-IH7W44G6.mjs} +657 -41
  39. package/dist/node_modules/.pnpm/{@upstash_redis@1.36.1 → @upstash_redis@1.37.0}/node_modules/@upstash/redis/nodejs.js +6 -5
  40. package/dist/node_modules/.pnpm/{@upstash_redis@1.36.1 → @upstash_redis@1.37.0}/node_modules/@upstash/redis/nodejs.mjs +2 -2
  41. package/dist/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/index.js +1 -1
  42. package/dist/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/index.mjs +1 -1
  43. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/jws/flattened/verify.js +6 -6
  44. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/jwt/verify.js +1 -1
  45. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/key/import.js +2 -2
  46. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/epoch.js +3 -1
  47. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/is_disjoint.js +3 -1
  48. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/is_jwk.js +1 -1
  49. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/is_object.js +3 -1
  50. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +7 -5
  51. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/secs.js +3 -1
  52. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +3 -1
  53. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/lib/validate_crit.js +3 -1
  54. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/check_key_length.js +3 -1
  55. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +3 -1
  56. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +4 -2
  57. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +3 -1
  58. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +3 -1
  59. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/is_key_like.js +1 -1
  60. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/is_key_object.js +3 -1
  61. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +3 -1
  62. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/node_key.js +6 -4
  63. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/sign.js +6 -4
  64. package/dist/node_modules/.pnpm/jose@5.10.0/node_modules/jose/dist/node/esm/runtime/verify.js +7 -5
  65. package/dist/services/stripe/webhook-handler.js +4 -2
  66. package/dist/services/stripe/webhook-handler.mjs +3 -1
  67. package/package.json +5 -5
  68. package/src/lib/stripe-config.ts +27 -15
  69. package/src/lib/upstash/qstash.ts +64 -62
  70. package/src/lib/upstash/redis-counter.ts +10 -26
  71. package/src/lib/upstash/redis-favorite.ts +23 -42
  72. package/src/lib/upstash/redis-like.ts +23 -42
  73. package/src/lib/upstash/redis-lock.ts +23 -49
  74. package/src/lib/upstash/redis-structures.ts +82 -131
  75. package/src/lib/upstash-config.ts +231 -24
  76. package/src/services/stripe/webhook-handler.ts +3 -1
  77. package/dist/_virtual/index3.js +0 -5
  78. package/dist/_virtual/index3.mjs +0 -3
  79. package/dist/node_modules/.pnpm/@upstash_lock@0.2.1_typescript@5.9.3/node_modules/@upstash/lock/dist/index.js +0 -191
  80. package/dist/node_modules/.pnpm/@upstash_lock@0.2.1_typescript@5.9.3/node_modules/@upstash/lock/dist/index.mjs +0 -189
  81. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.js +0 -54
  82. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.mjs +0 -51
  83. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.js +0 -44
  84. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.mjs +0 -35
  85. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.js +0 -31
  86. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.mjs +0 -18
  87. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.js +0 -587
  88. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.mjs +0 -527
  89. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.js +0 -447
  90. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.mjs +0 -399
  91. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.js +0 -245
  92. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.mjs +0 -232
  93. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.js +0 -68
  94. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.mjs +0 -62
  95. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/doc.js +0 -39
  96. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/doc.mjs +0 -37
  97. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.js +0 -80
  98. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.mjs +0 -75
  99. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.js +0 -101
  100. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.mjs +0 -86
  101. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.js +0 -102
  102. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.mjs +0 -76
  103. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.js +0 -56
  104. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.mjs +0 -52
  105. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.js +0 -1205
  106. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.mjs +0 -1157
  107. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.js +0 -407
  108. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.mjs +0 -374
  109. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.js +0 -9
  110. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.mjs +0 -7
@@ -1,374 +0,0 @@
1
- // functions
2
- function getEnumValues(entries) {
3
- const numericValues = Object.values(entries).filter((v) => typeof v === "number");
4
- const values = Object.entries(entries)
5
- .filter(([k, _]) => numericValues.indexOf(+k) === -1)
6
- .map(([_, v]) => v);
7
- return values;
8
- }
9
- function jsonStringifyReplacer(_, value) {
10
- if (typeof value === "bigint")
11
- return value.toString();
12
- return value;
13
- }
14
- function cached(getter) {
15
- return {
16
- get value() {
17
- {
18
- const value = getter();
19
- Object.defineProperty(this, "value", { value });
20
- return value;
21
- }
22
- },
23
- };
24
- }
25
- function nullish(input) {
26
- return input === null || input === undefined;
27
- }
28
- function cleanRegex(source) {
29
- const start = source.startsWith("^") ? 1 : 0;
30
- const end = source.endsWith("$") ? source.length - 1 : source.length;
31
- return source.slice(start, end);
32
- }
33
- const EVALUATING = Symbol("evaluating");
34
- function defineLazy(object, key, getter) {
35
- let value = undefined;
36
- Object.defineProperty(object, key, {
37
- get() {
38
- if (value === EVALUATING) {
39
- // Circular reference detected, return undefined to break the cycle
40
- return undefined;
41
- }
42
- if (value === undefined) {
43
- value = EVALUATING;
44
- value = getter();
45
- }
46
- return value;
47
- },
48
- set(v) {
49
- Object.defineProperty(object, key, {
50
- value: v,
51
- // configurable: true,
52
- });
53
- // object[key] = v;
54
- },
55
- configurable: true,
56
- });
57
- }
58
- function assignProp(target, prop, value) {
59
- Object.defineProperty(target, prop, {
60
- value,
61
- writable: true,
62
- enumerable: true,
63
- configurable: true,
64
- });
65
- }
66
- function mergeDefs(...defs) {
67
- const mergedDescriptors = {};
68
- for (const def of defs) {
69
- const descriptors = Object.getOwnPropertyDescriptors(def);
70
- Object.assign(mergedDescriptors, descriptors);
71
- }
72
- return Object.defineProperties({}, mergedDescriptors);
73
- }
74
- function esc(str) {
75
- return JSON.stringify(str);
76
- }
77
- const captureStackTrace = ("captureStackTrace" in Error ? Error.captureStackTrace : (..._args) => { });
78
- function isObject(data) {
79
- return typeof data === "object" && data !== null && !Array.isArray(data);
80
- }
81
- const allowsEval = cached(() => {
82
- // @ts-ignore
83
- if (typeof navigator !== "undefined" && navigator?.userAgent?.includes("Cloudflare")) {
84
- return false;
85
- }
86
- try {
87
- const F = Function;
88
- new F("");
89
- return true;
90
- }
91
- catch (_) {
92
- return false;
93
- }
94
- });
95
- function isPlainObject(o) {
96
- if (isObject(o) === false)
97
- return false;
98
- // modified constructor
99
- const ctor = o.constructor;
100
- if (ctor === undefined)
101
- return true;
102
- // modified prototype
103
- const prot = ctor.prototype;
104
- if (isObject(prot) === false)
105
- return false;
106
- // ctor doesn't have static `isPrototypeOf`
107
- if (Object.prototype.hasOwnProperty.call(prot, "isPrototypeOf") === false) {
108
- return false;
109
- }
110
- return true;
111
- }
112
- function shallowClone(o) {
113
- if (isPlainObject(o))
114
- return { ...o };
115
- if (Array.isArray(o))
116
- return [...o];
117
- return o;
118
- }
119
- const propertyKeyTypes = new Set(["string", "number", "symbol"]);
120
- function escapeRegex(str) {
121
- return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
122
- }
123
- // zod-specific utils
124
- function clone(inst, def, params) {
125
- const cl = new inst._zod.constr(def ?? inst._zod.def);
126
- if (!def || params?.parent)
127
- cl._zod.parent = inst;
128
- return cl;
129
- }
130
- function normalizeParams(_params) {
131
- const params = _params;
132
- if (!params)
133
- return {};
134
- if (typeof params === "string")
135
- return { error: () => params };
136
- if (params?.message !== undefined) {
137
- if (params?.error !== undefined)
138
- throw new Error("Cannot specify both `message` and `error` params");
139
- params.error = params.message;
140
- }
141
- delete params.message;
142
- if (typeof params.error === "string")
143
- return { ...params, error: () => params.error };
144
- return params;
145
- }
146
- function optionalKeys(shape) {
147
- return Object.keys(shape).filter((k) => {
148
- return shape[k]._zod.optin === "optional" && shape[k]._zod.optout === "optional";
149
- });
150
- }
151
- function pick(schema, mask) {
152
- const currDef = schema._zod.def;
153
- const def = mergeDefs(schema._zod.def, {
154
- get shape() {
155
- const newShape = {};
156
- for (const key in mask) {
157
- if (!(key in currDef.shape)) {
158
- throw new Error(`Unrecognized key: "${key}"`);
159
- }
160
- if (!mask[key])
161
- continue;
162
- newShape[key] = currDef.shape[key];
163
- }
164
- assignProp(this, "shape", newShape); // self-caching
165
- return newShape;
166
- },
167
- checks: [],
168
- });
169
- return clone(schema, def);
170
- }
171
- function omit(schema, mask) {
172
- const currDef = schema._zod.def;
173
- const def = mergeDefs(schema._zod.def, {
174
- get shape() {
175
- const newShape = { ...schema._zod.def.shape };
176
- for (const key in mask) {
177
- if (!(key in currDef.shape)) {
178
- throw new Error(`Unrecognized key: "${key}"`);
179
- }
180
- if (!mask[key])
181
- continue;
182
- delete newShape[key];
183
- }
184
- assignProp(this, "shape", newShape); // self-caching
185
- return newShape;
186
- },
187
- checks: [],
188
- });
189
- return clone(schema, def);
190
- }
191
- function extend(schema, shape) {
192
- if (!isPlainObject(shape)) {
193
- throw new Error("Invalid input to extend: expected a plain object");
194
- }
195
- const checks = schema._zod.def.checks;
196
- const hasChecks = checks && checks.length > 0;
197
- if (hasChecks) {
198
- throw new Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");
199
- }
200
- const def = mergeDefs(schema._zod.def, {
201
- get shape() {
202
- const _shape = { ...schema._zod.def.shape, ...shape };
203
- assignProp(this, "shape", _shape); // self-caching
204
- return _shape;
205
- },
206
- checks: [],
207
- });
208
- return clone(schema, def);
209
- }
210
- function safeExtend(schema, shape) {
211
- if (!isPlainObject(shape)) {
212
- throw new Error("Invalid input to safeExtend: expected a plain object");
213
- }
214
- const def = {
215
- ...schema._zod.def,
216
- get shape() {
217
- const _shape = { ...schema._zod.def.shape, ...shape };
218
- assignProp(this, "shape", _shape); // self-caching
219
- return _shape;
220
- },
221
- checks: schema._zod.def.checks,
222
- };
223
- return clone(schema, def);
224
- }
225
- function merge(a, b) {
226
- const def = mergeDefs(a._zod.def, {
227
- get shape() {
228
- const _shape = { ...a._zod.def.shape, ...b._zod.def.shape };
229
- assignProp(this, "shape", _shape); // self-caching
230
- return _shape;
231
- },
232
- get catchall() {
233
- return b._zod.def.catchall;
234
- },
235
- checks: [], // delete existing checks
236
- });
237
- return clone(a, def);
238
- }
239
- function partial(Class, schema, mask) {
240
- const def = mergeDefs(schema._zod.def, {
241
- get shape() {
242
- const oldShape = schema._zod.def.shape;
243
- const shape = { ...oldShape };
244
- if (mask) {
245
- for (const key in mask) {
246
- if (!(key in oldShape)) {
247
- throw new Error(`Unrecognized key: "${key}"`);
248
- }
249
- if (!mask[key])
250
- continue;
251
- // if (oldShape[key]!._zod.optin === "optional") continue;
252
- shape[key] = Class
253
- ? new Class({
254
- type: "optional",
255
- innerType: oldShape[key],
256
- })
257
- : oldShape[key];
258
- }
259
- }
260
- else {
261
- for (const key in oldShape) {
262
- // if (oldShape[key]!._zod.optin === "optional") continue;
263
- shape[key] = Class
264
- ? new Class({
265
- type: "optional",
266
- innerType: oldShape[key],
267
- })
268
- : oldShape[key];
269
- }
270
- }
271
- assignProp(this, "shape", shape); // self-caching
272
- return shape;
273
- },
274
- checks: [],
275
- });
276
- return clone(schema, def);
277
- }
278
- function required(Class, schema, mask) {
279
- const def = mergeDefs(schema._zod.def, {
280
- get shape() {
281
- const oldShape = schema._zod.def.shape;
282
- const shape = { ...oldShape };
283
- if (mask) {
284
- for (const key in mask) {
285
- if (!(key in shape)) {
286
- throw new Error(`Unrecognized key: "${key}"`);
287
- }
288
- if (!mask[key])
289
- continue;
290
- // overwrite with non-optional
291
- shape[key] = new Class({
292
- type: "nonoptional",
293
- innerType: oldShape[key],
294
- });
295
- }
296
- }
297
- else {
298
- for (const key in oldShape) {
299
- // overwrite with non-optional
300
- shape[key] = new Class({
301
- type: "nonoptional",
302
- innerType: oldShape[key],
303
- });
304
- }
305
- }
306
- assignProp(this, "shape", shape); // self-caching
307
- return shape;
308
- },
309
- checks: [],
310
- });
311
- return clone(schema, def);
312
- }
313
- // invalid_type | too_big | too_small | invalid_format | not_multiple_of | unrecognized_keys | invalid_union | invalid_key | invalid_element | invalid_value | custom
314
- function aborted(x, startIndex = 0) {
315
- if (x.aborted === true)
316
- return true;
317
- for (let i = startIndex; i < x.issues.length; i++) {
318
- if (x.issues[i]?.continue !== true) {
319
- return true;
320
- }
321
- }
322
- return false;
323
- }
324
- function prefixIssues(path, issues) {
325
- return issues.map((iss) => {
326
- var _a;
327
- (_a = iss).path ?? (_a.path = []);
328
- iss.path.unshift(path);
329
- return iss;
330
- });
331
- }
332
- function unwrapMessage(message) {
333
- return typeof message === "string" ? message : message?.message;
334
- }
335
- function finalizeIssue(iss, ctx, config) {
336
- const full = { ...iss, path: iss.path ?? [] };
337
- // for backwards compatibility
338
- if (!iss.message) {
339
- const message = unwrapMessage(iss.inst?._zod.def?.error?.(iss)) ??
340
- unwrapMessage(ctx?.error?.(iss)) ??
341
- unwrapMessage(config.customError?.(iss)) ??
342
- unwrapMessage(config.localeError?.(iss)) ??
343
- "Invalid input";
344
- full.message = message;
345
- }
346
- // delete (full as any).def;
347
- delete full.inst;
348
- delete full.continue;
349
- if (!ctx?.reportInput) {
350
- delete full.input;
351
- }
352
- return full;
353
- }
354
- function getLengthableOrigin(input) {
355
- if (Array.isArray(input))
356
- return "array";
357
- if (typeof input === "string")
358
- return "string";
359
- return "unknown";
360
- }
361
- function issue(...args) {
362
- const [iss, input, inst] = args;
363
- if (typeof iss === "string") {
364
- return {
365
- message: iss,
366
- code: "custom",
367
- input,
368
- inst,
369
- };
370
- }
371
- return { ...iss };
372
- }
373
-
374
- export { aborted, allowsEval, assignProp, cached, captureStackTrace, cleanRegex, clone, defineLazy, esc, escapeRegex, extend, finalizeIssue, getEnumValues, getLengthableOrigin, isObject, isPlainObject, issue, jsonStringifyReplacer, merge, mergeDefs, normalizeParams, nullish, omit, optionalKeys, partial, pick, prefixIssues, propertyKeyTypes, required, safeExtend, shallowClone, unwrapMessage };
@@ -1,9 +0,0 @@
1
- 'use strict';
2
-
3
- const version = {
4
- major: 4,
5
- minor: 1,
6
- patch: 12,
7
- };
8
-
9
- exports.version = version;
@@ -1,7 +0,0 @@
1
- const version = {
2
- major: 4,
3
- minor: 1,
4
- patch: 12,
5
- };
6
-
7
- export { version };