@muhammedaksam/ayyildiz-node 1.0.6 → 1.0.7

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.
@@ -22,5 +22,5 @@ class VersionInfo {
22
22
  exports.VersionInfo = VersionInfo;
23
23
  VersionInfo.MAJOR = 1;
24
24
  VersionInfo.MINOR = 0;
25
- VersionInfo.PATCH = 6;
25
+ VersionInfo.PATCH = 7;
26
26
  //# sourceMappingURL=VersionInfo.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muhammedaksam/ayyildiz-node",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Ayyıldız Mobile Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,8 +38,8 @@
38
38
  "@eslint/js": "^9.39.1",
39
39
  "@types/jest": "^30.0.0",
40
40
  "@types/node": "^24.10.1",
41
- "@typescript-eslint/eslint-plugin": "^8.47.0",
42
- "@typescript-eslint/parser": "^8.47.0",
41
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
42
+ "@typescript-eslint/parser": "^8.48.0",
43
43
  "eslint": "^9.39.1",
44
44
  "jest": "^30.2.0",
45
45
  "prettier": "^3.6.2",
@@ -51,6 +51,10 @@
51
51
  "node": ">=18",
52
52
  "pnpm": "^10.23.0"
53
53
  },
54
+ "publishConfig": {
55
+ "access": "public",
56
+ "provenance": true
57
+ },
54
58
  "scripts": {
55
59
  "build": "tsc",
56
60
  "test": "jest",