Skip to content

Commit

Permalink
refactor: rename packages (#6)
Browse files Browse the repository at this point in the history
* refactor: rename packages

* refactor: rename packages
  • Loading branch information
rgomezcasas authored Jun 11, 2024
1 parent db834fb commit be55726
Show file tree
Hide file tree
Showing 31 changed files with 66 additions and 711 deletions.
8 changes: 8 additions & 0 deletions .changeset/swift-lamps-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@codelytv/criteria-to-elasticsearch": major
"@codelytv/criteria-test-mother": major
"@codelytv/criteria-to-mysql": major
"@codelytv/criteria": major
---

rename packages
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ If you want to merge a code without a changeset (for example, a Readme or test m
To facilitate testing of the criteria, you can use the provided [object mothers](https://www.martinfowler.com/bliki/ObjectMother.html):

```sh
npm i @codelytv/criteria-mother -D
npm i @codelytv/criteria-test-mother -D
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@codelytv/criteria-monorepo",
"private": true,
"author": "Codely (www.codely.com)",
"license": "SEE LICENSE IN LICENSE",
"author": "Codely (https://codely.com)",
"license": "MIT",
"engines": {
"node": ">=20"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @codelytv/criteria-mother
# @codelytv/criteria-test-mother

## 1.0.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
## 📥 Installation

```sh
npm i @codelytv/criteria-mother -D
npm i @codelytv/criteria-test-mother -D
```
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codelytv/criteria-mother",
"name": "@codelytv/criteria-test-mother",
"version": "1.0.3",
"description": "",
"keywords": [],
"author": "Codely (www.codely.com)",
"license": "SEE LICENSE IN LICENSE",
"author": "Codely (https://codely.com)",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @codelytv/criteria-elasticsearch
# @codelytv/criteria-to-elasticsearch

## 1.0.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
## 📥 Installation

```sh
npm i @codelytv/criteria-elasticsearch
npm i @codelytv/criteria-to-elasticsearch
```
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codelytv/criteria-elasticsearch",
"name": "@codelytv/criteria-to-elasticsearch",
"version": "1.0.3",
"description": "",
"keywords": [],
"author": "Codely (www.codely.com)",
"license": "SEE LICENSE IN LICENSE",
"author": "Codely (https://codely.com)",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -15,6 +15,6 @@
"@codelytv/criteria": "workspace:^"
},
"devDependencies": {
"@codelytv/criteria-mother": "workspace:^"
"@codelytv/criteria-test-mother": "workspace:^"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from "node:assert";
import { describe, it } from "node:test";

import { CriteriaMother } from "@codelytv/criteria-mother";
import { CriteriaMother } from "@codelytv/criteria-test-mother";

import { CriteriaToElasticsearchConverter } from "../src";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from "node:assert";
import { describe, it } from "node:test";

import { CriteriaMother } from "@codelytv/criteria-mother";
import { CriteriaMother } from "@codelytv/criteria-test-mother";

import { CriteriaToEsqlConverter } from "../src";

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @codelytv/criteria-mysql
# @codelytv/criteria-to-mysql

## 1.1.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
## 📥 Installation

```sh
npm i @codelytv/criteria-mysql
npm i @codelytv/criteria-to-mysql
```
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codelytv/criteria-mysql",
"name": "@codelytv/criteria-to-mysql",
"version": "1.1.2",
"description": "",
"keywords": [],
"author": "Codely (www.codely.com)",
"license": "SEE LICENSE IN LICENSE",
"author": "Codely (https://codely.com)",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -15,6 +15,6 @@
"@codelytv/criteria": "workspace:^"
},
"devDependencies": {
"@codelytv/criteria-mother": "workspace:^"
"@codelytv/criteria-test-mother": "workspace:^"
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from "node:assert";
import { describe, it } from "node:test";

import { CriteriaMother } from "@codelytv/criteria-mother";
import { CriteriaMother } from "@codelytv/criteria-test-mother";

import { CriteriaToMySqlConverter } from "../src";

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/criteria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.2.0",
"description": "",
"keywords": [],
"author": "Codely (www.codely.com)",
"license": "SEE LICENSE IN LICENSE",
"author": "Codely (https://codely.com)",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be55726

Please sign in to comment.