@ikonintegration/ikapi 5.1.2 → 5.1.3

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ikonintegration/ikapi",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ikonintegration/ikapi",
9
- "version": "5.1.2",
9
+ "version": "5.1.3",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-dynamodb": "^3.988.0",
@@ -38,7 +38,7 @@
38
38
  "redis": "^5.10.0",
39
39
  "sha1": "^1.1.1",
40
40
  "stack-trace": "0.0.10",
41
- "zod": "^4.3.6"
41
+ "zod": "^3.23.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@go-task/cli": "^3.48.0",
@@ -14498,9 +14498,9 @@
14498
14498
  }
14499
14499
  },
14500
14500
  "node_modules/zod": {
14501
- "version": "4.3.6",
14502
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
14503
- "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
14501
+ "version": "3.25.76",
14502
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
14503
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
14504
14504
  "license": "MIT",
14505
14505
  "funding": {
14506
14506
  "url": "https://github.com/sponsors/colinhacks"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonintegration/ikapi",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -48,7 +48,7 @@
48
48
  "redis": "^5.10.0",
49
49
  "sha1": "^1.1.1",
50
50
  "stack-trace": "0.0.10",
51
- "zod": "^4.3.6"
51
+ "zod": "^3.23.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@go-task/cli": "^3.48.0",
package/eslint.config.cjs CHANGED
@@ -46,7 +46,7 @@ module.exports = defineConfig([
46
46
  'import/extensions': ['error', 'always'],
47
47
 
48
48
  'prettier/prettier': [
49
- 0,
49
+ 'error',
50
50
  {
51
51
  tabWidth: 2,
52
52
  useTabs: false,
@@ -91,6 +91,15 @@ module.exports = defineConfig([
91
91
  },
92
92
  },
93
93
  ],
94
+
95
+ '@typescript-eslint/explicit-member-accessibility': [
96
+ 'error',
97
+ {
98
+ accessibility: 'explicit',
99
+ },
100
+ ],
101
+
102
+ 'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: false }],
94
103
  },
95
104
  },
96
105
  globalIgnores(['**/node_modules', '**/dist', '**/build', 'eslint.config.cjs']),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonintegration/ikapi",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -48,7 +48,7 @@
48
48
  "redis": "^5.10.0",
49
49
  "sha1": "^1.1.1",
50
50
  "stack-trace": "0.0.10",
51
- "zod": "^4.3.6"
51
+ "zod": "^3.23.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@go-task/cli": "^3.48.0",