Skip to content

Commit

Permalink
[RELEASE] Beta Release 1.3.0-Beta.1
Browse files Browse the repository at this point in the history
- EXPT-23: Dependencies Fixes and apply resolutions for vulnerabilities.
  • Loading branch information
chrnx-dev committed Nov 9, 2021
1 parent a98e6b7 commit fc2ac9c
Show file tree
Hide file tree
Showing 7 changed files with 2,357 additions and 10,262 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- node/install-packages:
# If you are using yarn, change the line below from "npm" to "yarn"
pkg-manager: npm
pkg-manager: yarn
- save_cache:
paths:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bower_components

# node-waf configuration
.lock-wscript
#package-lock.json
package-lock.json

# api docs (should be generated on the fly)
docs/api_data.*
Expand Down
192 changes: 96 additions & 96 deletions CHANGELOG.md

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<!-- License
<a href="https://github.com/Zero-OneiT/expresive-tea/blob/develop/LICENSE">
<a href="https://github.com/Expressive-Tea/expresive-tea/blob/develop/LICENSE">
<img alt="NPM" src="https://img.shields.io/npm/l/@zerooneit/expressive-tea?style=flat-square">
</a>
-->
Expand All @@ -27,12 +27,12 @@
</a>

<!-- Last Commit
<a href="https://github.com/Zero-OneiT/expresive-tea">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Zero-OneiT/expresive-tea?style=flat-square">
<a href="https://github.com/Expressive-Tea/expresive-tea">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Expressive-Tea/expresive-tea?style=flat-square">
</a>
-->
<!-- Stars -->
<a href="https://github.com/Zero-OneiT/expresive-tea/stargazers">
<a href="https://github.com/Expressive-Tea/expresive-tea/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/Expressive-Tea/expresive-tea?style=flat-square">
</a>

Expand All @@ -47,30 +47,30 @@
</a>
-->
<!-- Issues
<a href="https://github.com/Zero-OneiT/expresive-tea/issues">
<a href="https://github.com/Expressive-Tea/expresive-tea/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues-raw/Zero-Oneit/expresive-tea?style=flat-square">
</a>
-->
<!-- Gitter
<a href="https://gitter.im/Zero-OneiT/expresive-tea">
<a href="https://gitter.im/Expressive-Tea/expresive-tea">
<img alt="Gitter" src="https://img.shields.io/gitter/room/zero-oneit/expresive-tea?style=flat-square">
</a>
-->
<!-- Test Coverage -->
<a href="https://codecov.io/gh/Zero-OneiT/expresive-tea">
<a href="https://codecov.io/gh/Expressive-Tea/expresive-tea">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/expressive-tea/expresive-tea?label=Test%20coverage&style=flat-square">
</a>

<!-- Build -->
<a href="https://travis-ci.org/Zero-OneiT/expresive-tea">
<a href="https://travis-ci.org/Expressive-Tea/expresive-tea">
<img alt="Travis (.org) branch" src="https://ci.zero-oneit.systems/buildStatus/icon?job=Expressive+Tea&style=flat-square">
</a>
</p>

<!-- PROJECT LOGO -->
<br />
<p align="center">
<a href="https://github.com/Zero-OneiT/expresive-tea">
<a href="https://github.com/Expressive-Tea/expresive-tea">
<img src="images/logo.png" alt="Logo" width="160" />
</a>

Expand All @@ -84,9 +84,9 @@
<br />
<a href="https://codesandbox.io/s/expressive-tea-2kmg7?fontsize=14&hidenavigation=1&theme=dark">View Demo</a>
·
<a href="https://github.com/Zero-OneiT/expresive-tea/issues">Report Bug</a>
<a href="https://github.com/Expressive-Tea/expresive-tea/issues">Report Bug</a>
·
<a href="https://github.com/Zero-OneiT/expresive-tea/issues">Request Feature</a>
<a href="https://github.com/Expressive-Tea/expresive-tea/issues">Request Feature</a>
</p>
</p>

Expand Down Expand Up @@ -145,6 +145,7 @@ architecture.
* [Typescript](https://www.typescriptlang.org/) - Main Language
* [Inversify](https://github.com/inversify/InversifyJS/) - Used for dependency Injection
* [Reflect Metadata](https://github.com/rbuckton/reflect-metadata) - Used to get code metadata.
* [YARN](https://yarnpkg.com/) - Used to build and dependencies.

## Getting Started

Expand Down Expand Up @@ -180,10 +181,9 @@ npm i --save @zerooneit/expressive-tea
}
```
### Examples
You can looking into our simple example [here](https://github.com/Zero-OneiT/expressive-tea-sandbox).
You can looking into our simple example [here](https://github.com/Expressive-Tea/expressive-tea-sandbox), or edit or see how is working on our live preview using th button below.

<p align="center">
or edit or see how is working on our live preview
<br/>
<a href="https://codesandbox.io/s/expressive-tea-2kmg7?fontsize=14&hidenavigation=1&module=%2Fmain.ts&theme=dark">
<img src="https://codesandbox.io/static/img/play-codesandbox.svg">
Expand All @@ -192,23 +192,23 @@ or edit or see how is working on our live preview

## Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Expressive-Tea/expresive-tea/tags).

## Contributors

* **Diego Resendez** - *Lead Developer / Author* - [zerooneit](https://github.com/zerooneit)

See also the list of [contributors](https://github.com/Zero-OneiT/expresive-tea/contributors) who participated in this project.
See also the list of [contributors](https://github.com/Expressive-Tea/expresive-tea/contributors) who participated in this project.

## Support
If you are experience any kind of issues we will be happy to help. You can report an issue using the [issues page](https://github.com/Zero-OneiT/expresive-tea/issues) or the [chat](https://gitter.im/Zero-OneiT/expresive-tea). You can also ask questions at [Stack overflow](http://stackoverflow.com/tags/expressive-tea) using the `expressive-tea` tag.
If you are experience any kind of issues we will be happy to help. You can report an issue using the [issues page](https://github.com/Expressive-Tea/expresive-tea/issues) or the [chat](https://gitter.im/Expressive-Tea/expresive-tea). You can also ask questions at [Stack overflow](http://stackoverflow.com/tags/expressive-tea) using the `expressive-tea` tag.

If you want to share your thoughts with the development team or join us you will be able to do so using the [official the mailing list](https://groups.google.com/forum/#!forum/expressive-tea/). You can check out the
[wiki](https://github.com/Zero-OneiT/expresive-tea/blob/develop/README.md) to learn more about Expressive Tea internals or check our [documentation](https://zero-oneit.github.io/expresive-tea/).
[wiki](https://github.com/Expressive-Tea/expresive-tea/blob/develop/README.md) to learn more about Expressive Tea internals or check our [documentation](https://docs.expressive-tea.io).

Expressive Tea is an open source project, our goal is create an awesome framework that helps to build marvelous server side applications. If you like to join as Sponsor or backer to continue grow, please you can contact us on [[email protected]](mailto:[email protected])
#### Principal Sponsors
Expand Down
Loading

0 comments on commit fc2ac9c

Please sign in to comment.