create-qwik
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -19,4 +19,4 @@ { | ||
"devDependencies": { | ||
"@builder.io/qwik": "^1.8.0", | ||
"@builder.io/qwik-city": "^1.8.0", | ||
"@builder.io/qwik": "^1.9.0", | ||
"@builder.io/qwik-city": "^1.9.0", | ||
"@types/eslint": "8.56.10", | ||
@@ -27,3 +27,3 @@ "@types/node": "20.14.11", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-qwik": "^1.8.0", | ||
"eslint-plugin-qwik": "^1.9.0", | ||
"prettier": "3.3.3", | ||
@@ -30,0 +30,0 @@ "typescript": "5.4.5", |
@@ -36,3 +36,3 @@ { | ||
"devDependencies": { | ||
"@builder.io/qwik": "1.8.0", | ||
"@builder.io/qwik": "1.9.0", | ||
"@types/eslint": "8.56.10", | ||
@@ -43,3 +43,3 @@ "@types/node": "20.14.11", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-qwik": "1.8.0", | ||
"eslint-plugin-qwik": "1.9.0", | ||
"np": "^8.0.4", | ||
@@ -46,0 +46,0 @@ "prettier": "3.3.3", |
@@ -17,5 +17,10 @@ import { defineConfig } from "vite"; | ||
formats: ["es", "cjs"], | ||
fileName: (format) => `index.qwik.${format === "es" ? "mjs" : "cjs"}`, | ||
fileName: (format, entryName) => | ||
`${entryName}.qwik.${format === "es" ? "mjs" : "cjs"}`, | ||
}, | ||
rollupOptions: { | ||
output: { | ||
preserveModules: true, | ||
preserveModulesRoot: "src", | ||
}, | ||
// externalize deps that shouldn't be bundled into the library | ||
@@ -22,0 +27,0 @@ external: [ |
{ | ||
"name": "create-qwik", | ||
"description": "Interactive CLI for create Qwik projects and adding features.", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"author": "Builder.io Team", | ||
@@ -6,0 +6,0 @@ "bin": "./create-qwik.cjs", |
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
1901205
2607