@netlify/build-info
Advanced tools
Comparing version 7.13.2 to 7.14.0
@@ -7,2 +7,3 @@ import { BaseFramework, Category, DetectedFramework, Framework } from './framework.js'; | ||
npmDependencies: string[]; | ||
excludedNpmDependencies: string[]; | ||
category: Category; | ||
@@ -9,0 +10,0 @@ dev: { |
@@ -8,2 +8,3 @@ import { gte } from 'semver'; | ||
npmDependencies = ['@angular/cli']; | ||
excludedNpmDependencies = ['@analogjs/platform']; | ||
category = Category.FrontendFramework; | ||
@@ -10,0 +11,0 @@ dev = { |
@@ -0,1 +1,2 @@ | ||
import { Analog } from './analog.js'; | ||
import { Angular } from './angular.js'; | ||
@@ -47,5 +48,5 @@ import { Assemble } from './assemble.js'; | ||
import { Zola } from './zola.js'; | ||
export declare const frameworks: (typeof Angular | typeof Assemble | typeof Astro | typeof Blitz | typeof Brunch | typeof Cecil | typeof DocPad | typeof Docusaurus | typeof Eleventy | typeof Ember | typeof Expo | typeof Gatsby | typeof Gridsome | typeof Grunt | typeof Gulp | typeof Harp | typeof Hexo | typeof Hugo | typeof Hydrogen | typeof Jekyll | typeof Metalsmith | typeof Middleman | typeof Next | typeof Nuxt | typeof Observable | typeof Parcel | typeof Phenomic | typeof Quasar | typeof Qwik | typeof ReactStatic | typeof CreateReactApp | typeof RedwoodJS | typeof Remix | typeof Roots | typeof Sapper | typeof SolidStart | typeof Solid | typeof Stencil | typeof SvelteKit | typeof Svelte | typeof Vite | typeof Vue | typeof VuePress | typeof Wintersmith | typeof WMR | typeof Zola)[]; | ||
export declare const frameworks: (typeof Analog | typeof Angular | typeof Assemble | typeof Astro | typeof Blitz | typeof Brunch | typeof Cecil | typeof DocPad | typeof Docusaurus | typeof Eleventy | typeof Ember | typeof Expo | typeof Gatsby | typeof Gridsome | typeof Grunt | typeof Gulp | typeof Harp | typeof Hexo | typeof Hugo | typeof Hydrogen | typeof Jekyll | typeof Metalsmith | typeof Middleman | typeof Next | typeof Nuxt | typeof Observable | typeof Parcel | typeof Phenomic | typeof Quasar | typeof Qwik | typeof ReactStatic | typeof CreateReactApp | typeof RedwoodJS | typeof Remix | typeof Roots | typeof Sapper | typeof SolidStart | typeof Solid | typeof Stencil | typeof SvelteKit | typeof Svelte | typeof Vite | typeof Vue | typeof VuePress | typeof Wintersmith | typeof WMR | typeof Zola)[]; | ||
type Frameworks = typeof frameworks; | ||
export type FrameworkName = InstanceType<Frameworks[number]>['id']; | ||
export type { FrameworkInfo, PollingStrategy } from './framework.js'; |
@@ -0,1 +1,2 @@ | ||
import { Analog } from './analog.js'; | ||
import { Angular } from './angular.js'; | ||
@@ -48,3 +49,3 @@ import { Assemble } from './assemble.js'; | ||
export const frameworks = [ | ||
// Static site generators | ||
// Static site generators / meta frameworks | ||
Astro, | ||
@@ -81,2 +82,3 @@ Docusaurus, | ||
Observable, | ||
Analog, | ||
// Front-end frameworks | ||
@@ -83,0 +85,0 @@ Angular, |
@@ -6,3 +6,10 @@ import { BaseFramework, Category } from './framework.js'; | ||
npmDependencies = ['vite']; | ||
excludedNpmDependencies = ['@shopify/hydrogen', '@builder.io/qwik', 'solid-start', 'solid-js', '@sveltejs/kit']; | ||
excludedNpmDependencies = [ | ||
'@shopify/hydrogen', | ||
'@builder.io/qwik', | ||
'solid-start', | ||
'solid-js', | ||
'@sveltejs/kit', | ||
'@analogjs/platform', | ||
]; | ||
category = Category.BuildTool; | ||
@@ -9,0 +16,0 @@ dev = { |
{ | ||
"name": "@netlify/build-info", | ||
"version": "7.13.2", | ||
"version": "7.14.0", | ||
"description": "Build info utility", | ||
@@ -76,3 +76,3 @@ "type": "module", | ||
}, | ||
"gitHead": "1cee56d47237e07daa078e8149c411aa346bc8e1" | ||
"gitHead": "f62a7f814decf726c329f3709d267020e3dfa4b8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
320055
293
5910