@codegouvfr/sill
Advanced tools
Comparing version 1.18.2 to 1.18.3
{ | ||
"name": "@codegouvfr/sill", | ||
"version": "1.18.2", | ||
"version": "1.18.3", | ||
"description": "The backend of etalab.gouv.fr/sill", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -45,3 +45,3 @@ import { parseGitHubRepoUrl } from "./parseGithubRepoUrl"; | ||
async_iter: for await (const tag of asyncIterator) { | ||
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip"]) { | ||
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip", "next."]) { | ||
if (tag.toLowerCase().includes(search)) { | ||
@@ -48,0 +48,0 @@ continue async_iter; |
@@ -63,3 +63,3 @@ "use strict"; | ||
async_iter: for await (const tag of asyncIterator) { | ||
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip"]) { | ||
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip", "next."]) { | ||
if (tag.toLowerCase().includes(search)) { | ||
@@ -66,0 +66,0 @@ continue async_iter; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
701002