@arroyodev-llc/projen.project.nx-monorepo
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -908,2 +908,3 @@ import { PnpmWorkspace } from '@arroyodev-llc/projen.component.pnpm-workspace'; | ||
* This is the name of your project. | ||
* @default $BASEDIR | ||
* @stability experimental | ||
@@ -954,3 +955,4 @@ * @featured true | ||
ESM = "esm", | ||
BUNDLER = "bundler" | ||
BUNDLER = "bundler", | ||
COMPOSITE = "composite" | ||
} | ||
@@ -957,0 +959,0 @@ interface ApplyRecursiveOptions { |
@@ -10,3 +10,3 @@ { | ||
"devDependencies": { | ||
"@aws-prototyping-sdk/nx-monorepo": "^0.19.45", | ||
"@aws-prototyping-sdk/nx-monorepo": "^0.19.62", | ||
"@types/node": "^16", | ||
@@ -16,6 +16,6 @@ "@typescript-eslint/eslint-plugin": "^5", | ||
"eslint": "^8", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-import-resolver-node": "^0.3.7", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -25,3 +25,3 @@ "lint-staged": "^13.2.3", | ||
"prettier": "^2.8.8", | ||
"projen": "^0.71.142", | ||
"projen": "^0.72.10", | ||
"standard-version": "^9", | ||
@@ -32,13 +32,13 @@ "typescript": "~5.1", | ||
"peerDependencies": { | ||
"@aws-prototyping-sdk/nx-monorepo": "^0.19.45", | ||
"projen": "^0.71.142" | ||
"@aws-prototyping-sdk/nx-monorepo": "^0.19.62", | ||
"projen": "^0.72.10" | ||
}, | ||
"dependencies": { | ||
"@mrgrain/jsii-struct-builder": "^0.4.3", | ||
"@arroyodev-llc/projen.component.linting": "0.1.17", | ||
"@arroyodev-llc/projen.component.pnpm-workspace": "0.1.18", | ||
"@arroyodev-llc/projen.component.tsconfig-container": "0.1.12", | ||
"@arroyodev-llc/utils.projen": "0.1.17" | ||
"@mrgrain/jsii-struct-builder": "^0.5.4", | ||
"@arroyodev-llc/projen.component.linting": "0.1.18", | ||
"@arroyodev-llc/projen.component.pnpm-workspace": "0.1.19", | ||
"@arroyodev-llc/projen.component.tsconfig-container": "0.1.13", | ||
"@arroyodev-llc/utils.projen": "0.1.18" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"main": "dist/index.mjs", | ||
"license": "Apache-2.0", | ||
@@ -48,11 +48,9 @@ "publishConfig": { | ||
}, | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"sideEffects": false, | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs" | ||
@@ -59,0 +57,0 @@ }, |
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
217331
10
2128
+ Added@arroyodev-llc/projen.component.linting@0.1.18(transitive)
+ Added@arroyodev-llc/projen.component.pnpm-workspace@0.1.19(transitive)
+ Added@arroyodev-llc/projen.component.tsconfig-container@0.1.13(transitive)
+ Added@arroyodev-llc/utils.projen@0.1.18(transitive)
+ Added@mrgrain/jsii-struct-builder@0.5.21(transitive)
+ Addedflat@5.0.2(transitive)
+ Addedprojen@0.72.31(transitive)
- Removed@arroyodev-llc/projen.component.linting@0.1.17(transitive)
- Removed@arroyodev-llc/projen.component.pnpm-workspace@0.1.18(transitive)
- Removed@arroyodev-llc/projen.component.tsconfig-container@0.1.12(transitive)
- Removed@arroyodev-llc/utils.projen@0.1.17(transitive)
- Removed@mrgrain/jsii-struct-builder@0.4.11(transitive)
Updated@arroyodev-llc/projen.component.pnpm-workspace@0.1.19
Updated@arroyodev-llc/projen.component.tsconfig-container@0.1.13