temba 0.53.1 → 0.53.2

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.
package/index.d.ts CHANGED
@@ -27,8 +27,8 @@ import { type UserConfig } from './config/index.js';
27
27
  * ```
28
28
  */
29
29
  export declare const create: (userConfig?: UserConfig) => Promise<{
30
- start: () => import("http").Server<typeof IncomingMessage, typeof ServerResponse> | undefined;
31
- server: import("http").Server<typeof IncomingMessage, typeof ServerResponse>;
30
+ start: () => import("node:http").Server<typeof IncomingMessage, typeof ServerResponse> | undefined;
31
+ server: import("node:http").Server<typeof IncomingMessage, typeof ServerResponse>;
32
32
  }>;
33
33
  export type { UserConfig } from './config/index.js';
34
34
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "temba",
3
- "version": "0.53.1",
3
+ "version": "0.53.2",
4
4
  "description": "Create a simple REST API with zero coding in less than 30 seconds (seriously).",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
7
7
  "scripts": {
8
8
  "build": "rm -rf dist && tsc && tsc-alias && cp package.json ../../README.md ./dist/src",
9
- "test": "vitest",
9
+ "test": "vitest run",
10
10
  "test:watch": "vitest --watch",
11
11
  "lint": "eslint . && tsc --noEmit",
12
12
  "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
@@ -25,32 +25,32 @@
25
25
  "@types/indefinite": "2.3.4",
26
26
  "@types/morgan": "1.9.10",
27
27
  "@types/supertest": "6.0.3",
28
- "@types/ws": "^8.18.1",
29
- "@typescript-eslint/eslint-plugin": "8.46.3",
30
- "@typescript-eslint/parser": "8.46.3",
31
- "eslint": "9.39.1",
28
+ "@types/ws": "8.18.1",
29
+ "@typescript-eslint/eslint-plugin": "8.55.0",
30
+ "@typescript-eslint/parser": "8.55.0",
31
+ "eslint": "9.39.2",
32
32
  "eslint-config-prettier": "10.1.8",
33
- "prettier": "3.6.2",
34
- "supertest": "7.1.4",
33
+ "prettier": "3.8.1",
34
+ "supertest": "7.2.2",
35
35
  "ts-node": "10.9.2",
36
36
  "tsc-alias": "1.8.16",
37
37
  "typescript": "5.9.3",
38
- "typescript-eslint": "^8.46.3",
39
- "vitest": "4.0.8"
38
+ "typescript-eslint": "8.55.0",
39
+ "vitest": "4.0.18"
40
40
  },
41
41
  "dependencies": {
42
42
  "@rakered/mongo": "1.6.0",
43
43
  "ajv": "8.17.1",
44
44
  "connect-pause": "0.1.0",
45
- "cors": "2.8.5",
45
+ "cors": "2.8.6",
46
46
  "deepmerge": "4.3.1",
47
- "dotenv": "17.2.3",
47
+ "dotenv": "17.2.4",
48
48
  "etag": "1.8.1",
49
49
  "indefinite": "2.5.2",
50
50
  "lowdb": "7.0.1",
51
51
  "mime": "4.1.0",
52
52
  "morgan": "1.10.1",
53
53
  "openapi3-ts": "4.5.0",
54
- "ws": "^8.19.0"
54
+ "ws": "8.19.0"
55
55
  }
56
56
  }
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.53.1";
1
+ export declare const version = "0.53.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = "0.53.1";
1
+ export const version = "0.53.2";
2
2
  //# sourceMappingURL=version.js.map