@wix/pathgrade 1.0.21 → 1.0.22
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.
|
@@ -6,10 +6,11 @@ managed ChatGPT access session from Codex App Server.
|
|
|
6
6
|
|
|
7
7
|
## Install and authenticate
|
|
8
8
|
|
|
9
|
-
Install
|
|
9
|
+
Install Pathgrade and sign in once with Codex. Pathgrade installs its pinned
|
|
10
|
+
OAuth runtime dependency automatically:
|
|
10
11
|
|
|
11
12
|
```bash
|
|
12
|
-
yarn add -D @wix/pathgrade
|
|
13
|
+
yarn add -D @wix/pathgrade
|
|
13
14
|
codex login
|
|
14
15
|
```
|
|
15
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/pathgrade",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"packageManager": "yarn@4.12.0",
|
|
5
5
|
"description": "Evaluate whether AI agents discover and use your skills correctly",
|
|
6
6
|
"exports": {
|
|
@@ -107,14 +107,10 @@
|
|
|
107
107
|
"node": ">=20.19.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@openai-oauth/core": "2.0.0",
|
|
111
110
|
"jest": "^30.0.0",
|
|
112
111
|
"vitest": "^4.0.0"
|
|
113
112
|
},
|
|
114
113
|
"peerDependenciesMeta": {
|
|
115
|
-
"@openai-oauth/core": {
|
|
116
|
-
"optional": true
|
|
117
|
-
},
|
|
118
114
|
"jest": {
|
|
119
115
|
"optional": true
|
|
120
116
|
},
|
|
@@ -123,7 +119,6 @@
|
|
|
123
119
|
}
|
|
124
120
|
},
|
|
125
121
|
"devDependencies": {
|
|
126
|
-
"@openai-oauth/core": "2.0.0",
|
|
127
122
|
"@types/fs-extra": "^11.0.4",
|
|
128
123
|
"@types/jest": "^30.0.0",
|
|
129
124
|
"@types/picomatch": "^4.0.2",
|
|
@@ -135,6 +130,7 @@
|
|
|
135
130
|
"dependencies": {
|
|
136
131
|
"@anthropic-ai/claude-agent-sdk": "0.2.141",
|
|
137
132
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
133
|
+
"@openai-oauth/core": "2.0.0",
|
|
138
134
|
"@types/node": "25.6.0",
|
|
139
135
|
"ajv": "8.20.0",
|
|
140
136
|
"fs-extra": "11.3.3",
|
|
@@ -144,5 +140,5 @@
|
|
|
144
140
|
"typescript": "^5.9.3",
|
|
145
141
|
"zod": "4.3.6"
|
|
146
142
|
},
|
|
147
|
-
"falconPackageHash": "
|
|
143
|
+
"falconPackageHash": "9c3889eefa996053dbb4d3dca4d3ef2dbfe9f7776d7e69e82b0d721f"
|
|
148
144
|
}
|