@oneblink/sdk 13.1.0-beta.2 → 13.1.0-beta.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.
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "name": "@oneblink/sdk",
3
3
  "description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4
- "version": "13.1.0-beta.2",
4
+ "version": "13.1.0-beta.4",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/sdk-node-js/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@aws-sdk/client-sesv2": "^3.965.0",
11
- "@oneblink/sdk-core": "^9.0.0-beta.2",
12
- "@oneblink/storage": "^4.0.0-beta.3",
13
- "joi": "^17.12.2",
10
+ "@aws-sdk/client-sesv2": "^3.987.0",
11
+ "@oneblink/sdk-core": "^9.0.0",
12
+ "@oneblink/storage": "^5.0.0-beta.2",
13
+ "joi": "^18.0.2",
14
14
  "jsonwebtoken": "^9.0.3",
15
- "jwks-rsa": "^3.2.0",
16
- "nodemailer": "^7.0.12",
17
- "uuid": "^11.1.0"
15
+ "jwks-rsa": "^3.2.2",
16
+ "nodemailer": "^8.0.1",
17
+ "uuid": "^13.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@aws-sdk/client-s3": "^3.965.0",
20
+ "@aws-sdk/client-s3": "^3.987.0",
21
21
  "@eslint/eslintrc": "^3.3.3",
22
22
  "@eslint/js": "^9.39.2",
23
23
  "@microsoft/eslint-plugin-sdl": "^1.1.0",
24
- "@oneblink/release-cli": "^4.0.0-beta.2",
24
+ "@oneblink/release-cli": "^4.0.0",
25
25
  "@oneblink/types": "github:oneblink/types",
26
26
  "@types/joi": "^17.2.3",
27
- "@types/jsonwebtoken": "^9.0.6",
28
- "@types/nodemailer": "^7.0.5",
29
- "@typescript-eslint/eslint-plugin": "^8.52.0",
30
- "@typescript-eslint/parser": "^8.52.0",
27
+ "@types/jsonwebtoken": "^9.0.10",
28
+ "@types/nodemailer": "^7.0.9",
29
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
30
+ "@typescript-eslint/parser": "^8.55.0",
31
31
  "eslint": "^9.39.2",
32
32
  "eslint-config-prettier": "^10.1.8",
33
- "eslint-plugin-prettier": "^5.5.4",
33
+ "eslint-plugin-prettier": "^5.5.5",
34
34
  "fixpack": "^4.0.0",
35
- "prettier": "^3.7.4",
36
- "prettier-plugin-jsdoc": "^1.3.0",
37
- "typedoc": "^0.28.15",
35
+ "prettier": "^3.8.1",
36
+ "prettier-plugin-jsdoc": "^1.8.0",
37
+ "typedoc": "^0.28.16",
38
38
  "typescript": "^5.9.3",
39
- "vitest": "^4.0.16"
39
+ "vitest": "^4.0.18"
40
40
  },
41
41
  "directories": {
42
42
  "doc": "docs",
@@ -54,5 +54,5 @@ export declare const regexSchemas: {
54
54
  regexMessage: Joi.StringSchema<string>;
55
55
  };
56
56
  export declare const canToggleAll: Joi.BooleanSchema<boolean>;
57
- export declare const customCssClasses: Joi.ArraySchema<any[]>;
58
- export declare const autocompleteAttributes: Joi.ArraySchema<any[]>;
57
+ export declare const customCssClasses: Joi.ArraySchema<string[]>;
58
+ export declare const autocompleteAttributes: Joi.ArraySchema<string[]>;