Skip to content

Commit 31a2092

Browse files
Change Package Name (#218)
1 parent 69140f2 commit 31a2092

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1521
-1704
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ yarn-debug.log*
1010
yarn-error.log*
1111
lerna-debug.log*
1212

13+
# Jest
14+
jest.config.cjs
15+
1316
# OS
1417
.DS_Store
1518

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @techmmunity-symbiosis/reviewers
1+
* @thothom/reviewers

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const your = (code) => here;
3131
## Environment
3232

3333
<pre><code>
34-
Symbiosis version: X.Y.Z
34+
ThothOM version: X.Y.Z
3535
<!-- Check whether this is still an issue in the most recent Nest version -->
3636

3737
For Tooling issues:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PR Of Documentation Update: N/A
99

1010
Please check if your PR fulfills the following requirements:
1111

12-
- [ ] My contribution follows [the guidelines](https://symbiosis.techmmunity.com.br/docs/create-plugin/first-steps)
12+
- [ ] My contribution follows [the guidelines](https://thothom.com/docs/create-plugin/first-steps)
1313
- [ ] I followed [GitFlow](https://github.com/techmmunity/git-magic/blob/master/docs/en/gitflow.md) pattern to create the branch
1414
- [ ] Tests for the changes have been added
1515
- [ ] I created a PR to add / update the documentation (or aren't necessary)

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"*{ts,js}": [
2+
"*{ts,js,cjs}": [
33
"yarn format"
44
]
55
}

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"prebuild",
125125
"sonarjs",
126126
"techmmunity",
127+
"thothom",
127128
"transpiled",
128129
"tsbuildinfo",
129130
"typeorm",

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18-
## [0.0.18] - 2022-02-14
18+
### Dependencies
19+
20+
## [0.0.1] - 2022-05-30
21+
22+
### Added
23+
24+
### Changed
25+
26+
- Package name to `ThothOM`, `@thothom/dynamodb`
27+
28+
### Fixed
29+
30+
### Removed
31+
32+
### Dependencies
33+
34+
## [@techmmunity/symbiosis-dynamodb@0.0.18] - 2022-02-14
1935

2036
### Added
2137

@@ -27,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2743

2844
### Removed
2945

30-
## [0.0.17] - 2021-12-05
46+
## [@techmmunity/symbiosis-dynamodb@0.0.17] - 2021-12-05
3147

3248
### Added
3349

@@ -39,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3955

4056
### Removed
4157

42-
## [0.0.16] - 2021-11-12
58+
## [@techmmunity/symbiosis-dynamodb@0.0.16] - 2021-11-12
4359

4460
### Added
4561

@@ -52,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5268

5369
### Removed
5470

55-
## [0.0.15] - 2021-11-04
71+
## [@techmmunity/symbiosis-dynamodb@0.0.15] - 2021-11-04
5672

5773
### Added
5874

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# How to contribute?
22

3-
All the details about contributing are in [our website](https://symbiosis.techmmunity.com.br).
3+
All the details about contributing are in [our website](https://thothom.com).

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
<div align="center">
22

3-
<img src="https://github.com/techmmunity-symbiosis/symbiosis/raw/master/resources/logo.gif" width="300" height="300">
3+
<img src="https://github.com/thothom/core/raw/master/resources/logo.gif" width="300" height="300">
44

5-
# Techmmunity - Symbiosis DynamoDB
5+
# ThothOM DynamoDB
66

77
<a href="https://github.com/techmmunity/eslint-config">
88
<img src="https://img.shields.io/badge/style%20guide-Techmmunity-01d2ce?style=for-the-badge" alt="Style Guide: Techmmunity">
99
</a>
10-
<a href="https://www.codefactor.io/repository/github/techmmunity-symbiosis/dynamodb">
11-
<img src="https://www.codefactor.io/repository/github/techmmunity-symbiosis/dynamodb/badge?style=for-the-badge" alt="CodeFactor">
10+
<a href="https://www.codefactor.io/repository/github/thothom/dynamodb">
11+
<img src="https://www.codefactor.io/repository/github/thothom/dynamodb/badge?style=for-the-badge" alt="CodeFactor">
1212
</a>
13-
<a href="https://coveralls.io/github/techmmunity-symbiosis/dynamodb?branch=master">
14-
<img src="https://img.shields.io/coveralls/github/techmmunity-symbiosis/dynamodb/master?style=for-the-badge" alt="Coveralls">
13+
<a href="https://coveralls.io/github/thothom/dynamodb?branch=master">
14+
<img src="https://img.shields.io/coveralls/github/thothom/dynamodb/master?style=for-the-badge" alt="Coveralls">
1515
</a>
16-
<a href="https://github.com/techmmunity-symbiosis/dynamodb/actions/workflows/coverage.yml">
17-
<img src="https://img.shields.io/github/workflow/status/techmmunity-symbiosis/dynamodb/tests?label=tests&logo=github&style=for-the-badge" alt="Tests">
16+
<a href="https://github.com/thothom/dynamodb/actions/workflows/coverage.yml">
17+
<img src="https://img.shields.io/github/workflow/status/thothom/dynamodb/tests?label=tests&logo=github&style=for-the-badge" alt="Tests">
1818
</a>
19-
<a href="https://www.npmjs.com/package/@techmmunity/symbiosis-dynamodb">
20-
<img src="https://img.shields.io/npm/v/@techmmunity/symbiosis-dynamodb.svg?color=CC3534&style=for-the-badge" alt="Npm">
19+
<a href="https://www.npmjs.com/package/@thothom/dynamodb">
20+
<img src="https://img.shields.io/npm/v/@thothom/dynamodb.svg?color=CC3534&style=for-the-badge" alt="Npm">
2121
</a>
22-
<a href="https://www.npmjs.com/package/@techmmunity/symbiosis-dynamodb">
23-
<img src="https://img.shields.io/npm/dw/@techmmunity/symbiosis-dynamodb.svg?style=for-the-badge" alt="Downloads">
22+
<a href="https://www.npmjs.com/package/@thothom/dynamodb">
23+
<img src="https://img.shields.io/npm/dw/@thothom/dynamodb.svg?style=for-the-badge" alt="Downloads">
2424
</a>
2525

2626
<br>
2727
<br>
2828

2929
</div>
3030

31-
This is a DynamoDB plugin for [@techmmunity/symbiosis](https://github.com/techmmunity-symbiosis/symbiosis).
31+
This is a DynamoDB plugin for [@thothom/core](https://github.com/thothom/core).
3232

3333
[![Discord Community](https://img.shields.io/badge/discord%20community-5865F2?style=for-the-badge&labelColor=5865F2&logo=discord&logoColor=ffffff)](https://discord.gg/TakYksUzzZ)
34-
[![Docs](https://img.shields.io/badge/📄%20documentation-01d2ce?style=for-the-badge)](https://symbiosis.techmmunity.com.br)
34+
[![Docs](https://img.shields.io/badge/📄%20documentation-01d2ce?style=for-the-badge)](https://thothom.com)
3535

3636
## Installation
3737

3838
With yarn
3939

4040
```
41-
yarn add @techmmunity/symbiosis-dynamodb
41+
yarn add @thothom/dynamodb
4242
```
4343

4444
With npm
4545

4646
```
47-
npm i @techmmunity/symbiosis-dynamodb
47+
npm i @thothom/dynamodb
4848
```
4949

5050
## Usage
5151

52-
Please, check [the docs](https://symbiosis.techmmunity.com.br/docs/plugins/dynamodb) for more information.
52+
Please, check [the docs](https://thothom.com/docs/plugins/dynamodb) for more information.
5353

5454
## Warning
5555

File renamed without changes.

0 commit comments

Comments
 (0)