Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graycoreio/daffodil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 352df9d70897f3cb9a6a4012231ba0e5c093b9bc
Choose a base ref
..
head repository: graycoreio/daffodil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 31fd41b23c637bd65e58c7effac5e07c2849032a
Choose a head ref
Showing with 28 additions and 26 deletions.
  1. +16 −21 angular.json
  2. +11 −4 apps/demo/package.json
  3. +1 −1 docs/CHANGELOG.md
37 changes: 16 additions & 21 deletions angular.json
Original file line number Diff line number Diff line change
@@ -216,12 +216,7 @@
"dist/branding/src/scss"
]
},
"scripts": [],
"aot": false,
"extractLicenses": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"scripts": []
},
"configurations": {
"production": {
@@ -377,11 +372,6 @@
]
},
"scripts": [],
"aot": false,
"extractLicenses": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
@@ -391,26 +381,27 @@
"with": "apps/design-land/src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
"maximumWarning": "2kb",
"maximumError": "4kb"
}
]
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
}
},
"defaultConfiguration": ""
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
@@ -423,8 +414,12 @@
"configurations": {
"production": {
"buildTarget": "design-land:build:production"
},
"development": {
"buildTarget": "design-land:build:development"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
15 changes: 11 additions & 4 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -28,17 +28,24 @@
"url": "https://github.com/graycoreio/daffodil"
},
"devDependencies": {
"@daffodil/builders": "0.0.0-PLACEHOLDER",
"@daffodil/authorizenet": "0.0.0-PLACEHOLDER",
"@daffodil/auth": "0.0.0-PLACEHOLDER",
"@daffodil/authorizenet": "0.0.0-PLACEHOLDER",
"@daffodil/builders": "0.0.0-PLACEHOLDER",
"@daffodil/cart": "0.0.0-PLACEHOLDER",
"@daffodil/category": "0.0.0-PLACEHOLDER",
"@daffodil/checkout": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER",
"@daffodil/design": "0.0.0-PLACEHOLDER",
"@daffodil/driver": "0.0.0-PLACEHOLDER",
"@daffodil/external-router": "0.0.0-PLACEHOLDER",
"@daffodil/newsletter": "0.0.0-PLACEHOLDER",
"@daffodil/geography": "0.0.0-PLACEHOLDER",
"@daffodil/navigation": "0.0.0-PLACEHOLDER",
"@daffodil/driver": "0.0.0-PLACEHOLDER"
"@daffodil/newsletter": "0.0.0-PLACEHOLDER",
"@daffodil/order": "0.0.0-PLACEHOLDER",
"@daffodil/payment": "0.0.0-PLACEHOLDER",
"@daffodil/product": "0.0.0-PLACEHOLDER",
"@daffodil/product-composite": "0.0.0-PLACEHOLDER",
"@daffodil/product-configurable": "0.0.0-PLACEHOLDER",
"@daffodil/router": "0.0.0-PLACEHOLDER"
}
}
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.74.1](https://github.com/graycoreio/daffodil/compare/v0.74.0...v0.74.1) (2024-07-26)
## [0.74.1](https://github.com/graycoreio/daffodil/compare/v0.74.0...v0.74.1) (2024-07-29)


### Features