Skip to content

Commit

Permalink
Merge pull request #9 from elysiumphase/develop
Browse files Browse the repository at this point in the history
1.1.2
  • Loading branch information
adrienv1520 committed Jun 6, 2023
2 parents 3c0b4ca + 59b83af commit 2681f1f
Show file tree
Hide file tree
Showing 41 changed files with 2,683 additions and 2,164 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at **adrienvalcke@icloud.com**. All
reported by contacting the project team at **hi@elysiumphase.com**. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Here are the guidelines we'd like you to follow:
Any contributor of this project should follow:
- [Git flow](https://danielkummer.github.io/git-flow-cheatsheet/);
- [ES6/7 features](https://github.com/lukehoban/es6features);
- [Airbnb's Javascript Style Guide](https://github.com/airbnb/javascript) within [ESLint](https://github.com/adrienv1520/esbnb).
- [Airbnb's Javascript Style Guide](https://github.com/airbnb/javascript) within [ESLint](https://github.com/elysiumphase/esbnb).

## <a name="issue"></a> Found an Issue or Bug?
Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ assignees: ''

* [ ] I have read the [Contributing Guidelines](../CONTRIBUTING.md) for this project;
* [ ] I agree to follow the [Code of Conduct](../CODE_OF_CONDUCT.md) that this project adheres to;
* [ ] I have searched the [issue tracker](https://github.com/adrienv1520/node-uri/issues) for an issue that matches the one I want to file, without success.
* [ ] I have searched the [issue tracker](https://github.com/elysiumphase/node-uri/issues) for an issue that matches the one I want to file, without success.

### Bug Details

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''

* [ ] I have read the [Contributing Guidelines](../CONTRIBUTING.md) for this project;
* [ ] I agree to follow the [Code of Conduct](../CODE_OF_CONDUCT.md) that this project adheres to;
* [ ] I have searched the [issue tracker](https://github.com/adrienv1520/node-uri/issues) for an issue that matches the one I want to file, without success.
* [ ] I have searched the [issue tracker](https://github.com/elysiumphase/node-uri/issues) for an issue that matches the one I want to file, without success.

### Problem Description
<!-- Is your feature request related to a problem? Please add a clear and concise description of what the problem is. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The node-uri team and community take security bugs in node-uri seriously. We app
Your responsibility is to report vulnerabilities to us using the guidelines outlined below.

To report a security issue please do the following:
* Email [adrienvalcke@icloud.com](mailto:adrienvalcke@icloud.com);
* Email [hi@elysiumphase.com](mailto:hi@elysiumphase.com);
* Include the word "SECURITY" in the subject line;
* Give your name and affiliation (if any);
* Include scope of vulnerability by letting us know who could use this exploit;
Expand Down
4 changes: 2 additions & 2 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ please see our [security page](SECURITY.md).
If you're looking for programming help,
for answers to questions,
or to discuss with the team,
please feel free to contact the project team at **adrienvalcke@icloud.com**.
please feel free to contact the project team at **hi@elysiumphase.com**.

If you'd like to contribute to node-uri,
see our [Contributing Guidelines](CONTRIBUTING.md)
and our [TODO](../TODO.md).

If you've found a bug in a [supported version](#supported-versions)
of node-uri, please report it with the
[issue tracker](https://github.com/adrienv1520/node-uri/issues).
[issue tracker](https://github.com/elysiumphase/node-uri/issues).

## Supported Versions
The latest *stable* major version is currently supported by the team.
Expand Down
28 changes: 26 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
node_modules/
npm-debug.log
# Distribution directory
dist

# eslint cache
.eslintcache

# JetBrains
.idea

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Mac
*.DS_Store

# Node
node_modules/

# npm
.npm

# Test
test/node_modules/
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
save-prefix='~'
save-exact='true'
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.1.2 - delivery @06/06/2023

- chore: update dev dependencies
- docs: update

## 1.1.1 - delivery @07/10/2020

- fix readme typo
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*node-uri* is released under the MIT license.

Copyright (C) 2020 Adrien Valcke
Copyright (C) 2023 Elysium Phase

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 2681f1f

Please sign in to comment.