@nomalism-com/api 0.36.17 → 0.36.19

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-lock.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@nomalism-com/api",
3
- "version": "0.36.16",
3
+ "version": "0.36.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@nomalism-com/api",
9
- "version": "0.36.16",
9
+ "version": "0.36.18",
10
10
  "license": "UNLICENSED",
11
11
  "dependencies": {
12
- "@nomalism-com/types": "^0.36.13",
12
+ "@nomalism-com/types": "^0.36.21",
13
13
  "axios": "^1.9.0"
14
14
  },
15
15
  "devDependencies": {
@@ -887,10 +887,9 @@
887
887
  }
888
888
  },
889
889
  "node_modules/@nomalism-com/types": {
890
- "version": "0.36.19",
891
- "resolved": "https://registry.npmjs.org/@nomalism-com/types/-/types-0.36.19.tgz",
892
- "integrity": "sha512-jRt/jZewIeA2BD3Qegv1iDAgN3GKIbxSnVeo2fB+5fXfm1lghSNcy+HfFDnGfnGCeSkU4Lhj0kXSpzagB05fiw==",
893
- "license": "UNLICENSED",
890
+ "version": "0.36.21",
891
+ "resolved": "https://registry.npmjs.org/@nomalism-com/types/-/types-0.36.21.tgz",
892
+ "integrity": "sha512-95v66EVlUJ3WxqaNIist02b/iNWZvBb5wAvz2do7OjMQGv+yRIsKn9Td7t5l3bPEt1bGjXfcbawMnkVOf0tGsw==",
894
893
  "dependencies": {
895
894
  "joi": "^17.13.3"
896
895
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.36.17",
12
+ "version": "0.36.19",
13
13
  "type": "module",
14
14
  "main": "./dist/index.cjs",
15
15
  "module": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "prepack": "npm run lint && npm run build"
40
40
  },
41
41
  "dependencies": {
42
- "@nomalism-com/types": "^0.36.13",
42
+ "@nomalism-com/types": "^0.36.21",
43
43
  "axios": "^1.9.0"
44
44
  },
45
45
  "devDependencies": {