@assecosolutions/fox-list
Advanced tools
Comparing version 0.0.1-alpha.114 to 1.0.1-fox
{ | ||
"name": "@assecosolutions/fox-list", | ||
"version": "0.0.1-alpha.114", | ||
"version": "1.0.1-fox", | ||
"public": true, | ||
"lib": { | ||
@@ -15,14 +16,11 @@ "entryFile": "index.ts" | ||
}, | ||
"description": "Webcomponent fox-list following open-wc recommendations", | ||
"author": "fox-list", | ||
"author": "assecosolutions", | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"module": "index.ts", | ||
"dependencies": { | ||
"@material/mwc-list": "^0.19.1", | ||
"lit-element": "^2.2.1", | ||
"lit-html": "^1.1.2" | ||
} | ||
"@material/mwc-list": "^0.21.0", | ||
"lit": "^2.0.0-rc.2" | ||
}, | ||
"main": "./shared-ui-molecules-fox-list.umd.js", | ||
"module": "./shared-ui-molecules-fox-list.esm.js", | ||
"typings": "./index.d.ts" | ||
} |
@@ -1,7 +0,48 @@ | ||
# shared-ui-molecules-fox-list | ||
# 🦊 Fox - Future Open Experience | ||
This library was generated with [Nx](https://nx.dev). | ||
This monorepo is the home of all applications and libraries build by the 🦊 Fox team. | ||
## Running unit tests | ||
## Tech Stack - From Web-Components to Dev-Containers | ||
Run `ng test shared-ui-molecules-fox-list` to execute the unit tests via [Jest](https://jestjs.io). | ||
In the following sections we describe our tech stack and how it all fits together. | ||
### Web-Components | ||
We are using [Lit-Element](https://github.com/Polymer/lit-element) and [Lit-HTML](https://github.com/Polymer/lit-html) | ||
to write [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). Web Components enables us to | ||
ship cross browser compatible, framework / library independent and reusable custom elements. All of our web components | ||
are used within our very own applications and are well tested. If you would like to use one of our components just add | ||
it as follows e.g. `npm install @fox/button --save` or `yarn add @fox/button` and you are good to go. You can find an | ||
overview of all our available components in our [Storybook](https://fox.assecosolutions.com/fox-web-components/?path=/story/atoms-foxbutton--default). | ||
### Angular | ||
As an engine for our applications and to bring our web components to life we decided to go for [Angular](https://angular.io/). | ||
Angular is a web application framework / platfrom which is developed by google, and provides everything needed to build robust | ||
enterprise web applications. | ||
### Monorepo with Nx Workspace | ||
[Nx-Workspace](https://nx.dev/angular) and its sophisticated tools enables our team to manage the complexity of having all of our application components in one giant git repository. This approach, called monorepo, was inspired by google and comes with a lot of | ||
advantages: | ||
1. **Increase Visibility** | ||
- _In a nx workspace project a change of a library directly affectes all of its consumers_ | ||
- _API contracts are clearly visible for all participants_ | ||
2. **Reuse Code Directly** | ||
- _No need for usage of npm link or additional build pipelines._ | ||
3. **Consistency of version Numbers** | ||
- _One package.json for all your applications and libraries_ | ||
Furthermore you can even build multi framework or fullstack applications side by side all in one nx-workspace. To get more insights on | ||
nx-workspace please see the [documentation](https://nx.dev/latest/angular/getting-started/why-nx) of nrwl. | ||
### Dev-Container | ||
To decrease time for dev machine setup to a minimum and to prevent complicated os specific installations we leverage [Docker](https://www.docker.com/) and [VS Code](https://code.visualstudio.com/) to make it a breeze to get your dev machine ready to code. Just install the | ||
[Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for VS Code and you are ready to contribute to 🦊 Fox. For more information see the documentation about [Dev-Container](https://code.visualstudio.com/docs/remote/containers). |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
534854
2
11699
49
10
+ Addedlit@^2.0.0-rc.2
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@material/mwc-base@0.21.0(transitive)
+ Added@material/mwc-checkbox@0.21.0(transitive)
+ Added@material/mwc-list@0.21.0(transitive)
+ Added@material/mwc-radio@0.21.0(transitive)
+ Added@material/mwc-ripple@0.21.0(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@2.4.03.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedlit-element@^2.2.1
- Removedlit-html@^1.1.2
- Removed@material/mwc-base@0.19.1(transitive)
- Removed@material/mwc-checkbox@0.19.1(transitive)
- Removed@material/mwc-list@0.19.1(transitive)
- Removed@material/mwc-radio@0.19.1(transitive)
- Removed@material/mwc-ripple@0.19.1(transitive)
- Removedlit-element@2.5.1(transitive)
- Removedtslib@1.14.1(transitive)
Updated@material/mwc-list@^0.21.0