create-quilt-app
Advanced tools
Comparing version 0.0.0-stricter-typescript-20220327233127 to 0.0.0-update-lint-and-type-dependencies-20220623235239
# create-quilt-app | ||
## 0.0.0-stricter-typescript-20220327233127 | ||
## 0.0.0-update-lint-and-type-dependencies-20220623235239 | ||
### Patch Changes | ||
- [#228](https://github.com/lemonmade/quilt/pull/228) [`e72333d4`](https://github.com/lemonmade/quilt/commit/e72333d4d0d241f0f31a01303edc183f08f60ab4) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade to stricter typescript options | ||
- [#359](https://github.com/lemonmade/quilt/pull/359) [`e8723484`](https://github.com/lemonmade/quilt/commit/e8723484494538c9493c16737a7b03325147b384) Thanks [@lemonmade](https://github.com/lemonmade)! - Update TypeScript and ESLint to latest versions | ||
## 0.1.22 | ||
### Patch Changes | ||
- [#265](https://github.com/lemonmade/quilt/pull/265) [`6b523901`](https://github.com/lemonmade/quilt/commit/6b52390142a0d075d6ce75e014e45cb02f5c6d9a) Thanks [@lemonmade](https://github.com/lemonmade)! - Simpler AppContext component | ||
## 0.1.21 | ||
### Patch Changes | ||
- [#228](https://github.com/lemonmade/quilt/pull/228) [`c7afc048`](https://github.com/lemonmade/quilt/commit/c7afc0486d37bc54da704c46cda1166690dda152) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade to stricter typescript options | ||
## 0.1.20 | ||
@@ -10,0 +22,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.0.0-stricter-typescript-20220327233127", | ||
"version": "0.0.0-update-lint-and-type-dependencies-20220623235239", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -5,4 +5,4 @@ import {createPackage, quiltPackage, Runtime} from '@quilted/craft'; | ||
pkg.runtime(Runtime.Node); | ||
pkg.binary({name: 'create-quilt-app', source: './src/index'}); | ||
pkg.binary({name: 'create-quilt-app', source: './source/index'}); | ||
pkg.use(quiltPackage({build: {bundle: true}})); | ||
}); |
@@ -24,3 +24,3 @@ { | ||
"@quilted/typescript": "^0.2.0", | ||
"typescript": "^4.6.0" | ||
"typescript": "^4.7.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "prettier": "@quilted/prettier", |
{ | ||
"extends": "@quilted/typescript/pkg.json", | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"rootDir": "source", | ||
"outDir": "build/typescript" | ||
}, | ||
"include": ["src"], | ||
"include": ["source"], | ||
"exclude": ["quilt.project.ts", "**/*.test.ts", "**/*.test.tsx"], | ||
"references": [{"path": "../quilt"}, {"path": "../craft"}] | ||
} |
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
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
11028
7
398109