epicshop 6.89.5 → 6.90.1
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/dist/commands/workshops.js +1 -1
- package/package.json +13 -13
|
@@ -254,7 +254,7 @@ async function fetchWorkshopPackageJson(repo) {
|
|
|
254
254
|
ttl: 1000 * 60 * 60 * 6, // 6 hours
|
|
255
255
|
swr: 1000 * 60 * 60 * 24 * 30, // 30 days stale-while-revalidate
|
|
256
256
|
checkValue: PackageJsonSchema.nullable(),
|
|
257
|
-
async getFreshValue(
|
|
257
|
+
async getFreshValue(_context) {
|
|
258
258
|
const rawHeaders = getGitHubHeadersWithAccept('application/vnd.github.raw');
|
|
259
259
|
const rawUrls = buildRawPackageJsonUrls(repo.name, repo.default_branch);
|
|
260
260
|
for (const url of rawUrls) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epicshop",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.90.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -105,25 +105,25 @@
|
|
|
105
105
|
"build:watch": "nx watch --projects=epicshop -- nx run \\$NX_PROJECT_NAME:build"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@epic-web/workshop-utils": "6.
|
|
109
|
-
"@inquirer/prompts": "^8.2
|
|
110
|
-
"@sentry/node": "^10.
|
|
108
|
+
"@epic-web/workshop-utils": "6.90.1",
|
|
109
|
+
"@inquirer/prompts": "^8.4.2",
|
|
110
|
+
"@sentry/node": "^10.50.0",
|
|
111
111
|
"chalk": "^5.6.2",
|
|
112
|
-
"close-with-grace": "^2.
|
|
112
|
+
"close-with-grace": "^2.5.0",
|
|
113
113
|
"execa": "^9.6.1",
|
|
114
|
-
"get-port": "^7.
|
|
115
|
-
"match-sorter": "^8.
|
|
114
|
+
"get-port": "^7.2.0",
|
|
115
|
+
"match-sorter": "^8.3.0",
|
|
116
116
|
"open": "^11.0.0",
|
|
117
|
-
"openid-client": "^6.8.
|
|
118
|
-
"ora": "^9.
|
|
117
|
+
"openid-client": "^6.8.4",
|
|
118
|
+
"ora": "^9.4.0",
|
|
119
119
|
"yargs": "^18.0.0"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
|
-
"@epic-web/config": "^1.
|
|
123
|
-
"@types/node": "^25.
|
|
122
|
+
"@epic-web/config": "^3.1.0",
|
|
123
|
+
"@types/node": "^25.6.0",
|
|
124
124
|
"@types/yargs": "^17.0.35",
|
|
125
|
-
"vitest": "^4.
|
|
126
|
-
"zshy": "^0.7.
|
|
125
|
+
"vitest": "^4.1.5",
|
|
126
|
+
"zshy": "^0.7.1"
|
|
127
127
|
},
|
|
128
128
|
"repository": {
|
|
129
129
|
"type": "git",
|