epicshop 6.90.0 → 6.90.2
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.
|
@@ -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.90.
|
|
3
|
+
"version": "6.90.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
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.90.
|
|
108
|
+
"@epic-web/workshop-utils": "6.90.2",
|
|
109
109
|
"@inquirer/prompts": "^8.4.2",
|
|
110
110
|
"@sentry/node": "^10.50.0",
|
|
111
111
|
"chalk": "^5.6.2",
|