Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atelier-wb/vite-plugin-atelier

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atelier-wb/vite-plugin-atelier - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

6

package.json
{
"name": "@atelier-wb/vite-plugin-atelier",
"version": "0.10.1",
"version": "0.10.2",
"description": "Helps you buildind Component Driven UIs with Atelier and Vite",

@@ -8,5 +8,5 @@ "main": "src/index.js",

"dependencies": {
"@atelier-wb/ui": "0.10.0",
"ajv": "^8.11.2",
"sirv": "^2.0.2"
"sirv": "^2.0.2",
"@atelier-wb/ui": "0.10.0"
},

@@ -13,0 +13,0 @@ "peerDependencies": {

@@ -188,5 +188,7 @@ import Ajv from 'ajv'

viteConfig.build.outDir = outDir
// exclude sveltekit which fails to find its application
// exclude sveltekit which fails to find its application:
// ENOENT: no such file or directory, open '.../.svelte-kit/output/client/false'
viteConfig.plugins = viteConfig.plugins.filter(
({ name }) => name !== 'vite-plugin-svelte-kit'
({ name }) =>
!name.includes('svelte-kit') && !name.includes('sveltekit')
)

@@ -193,0 +195,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc