@plyaz/config 1.6.4 → 1.6.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@plyaz/config",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "author": "Redeemer Pace",
5
5
  "license": "ISC",
6
6
  "description": "Provides shared configs and constants for @playz ecosystem.",
@@ -99,6 +99,12 @@
99
99
  "require": "./dist/logger/index.cjs",
100
100
  "default": "./dist/logger/index.mjs"
101
101
  },
102
+ "./auth": {
103
+ "types": "./dist/auth/index.d.ts",
104
+ "import": "./dist/auth/index.mjs",
105
+ "require": "./dist/auth/index.cjs",
106
+ "default": "./dist/auth/index.mjs"
107
+ },
102
108
  "./translations": {
103
109
  "types": "./dist/translations/index.d.ts"
104
110
  },
@@ -114,6 +120,8 @@
114
120
  "keywords": [],
115
121
  "packageManager": "pnpm@10.11.0",
116
122
  "dependencies": {
123
+ "@plyaz/devtools": "^1.9.4",
124
+ "@plyaz/types": "^1.12.3",
117
125
  "viem": "^2.31.7"
118
126
  },
119
127
  "devDependencies": {
@@ -124,7 +132,6 @@
124
132
  "@eslint/markdown": "^6.5.0",
125
133
  "@next/eslint-plugin-next": "^15.0.3",
126
134
  "@plyaz/devtools": "^1.8.0",
127
- "@plyaz/types": "^1.10.0",
128
135
  "@types/node": "^22.14.0",
129
136
  "@types/react": "^19.1.8",
130
137
  "@types/react-dom": "^19.1.6",