Skip to content

Commit

Permalink
add as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmelo1 committed Sep 6, 2024
1 parent 5e23b18 commit 7dfbbbd
Show file tree
Hide file tree
Showing 297 changed files with 2,100 additions and 1,388 deletions.
36 changes: 36 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @example/basic

## 0.0.18

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/sequelize-engine@0.1.15
- @palmares/express-adapter@0.1.13
- @palmares/databases@0.1.15
- @palmares/server@0.1.12
- @palmares/core@0.1.12

## 0.0.17

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/sequelize-engine@0.1.14
- @palmares/express-adapter@0.1.12
- @palmares/databases@0.1.14
- @palmares/server@0.1.11
- @palmares/core@0.1.11

## 0.0.16

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/express-adapter@0.1.11
- @palmares/sequelize-engine@0.1.13
- @palmares/core@0.1.10
- @palmares/databases@0.1.13
- @palmares/server@0.1.10

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/basic",
"version": "0.0.15",
"version": "0.0.18",
"private": true,
"description": "This is a basic example application, just to test if everything works as expected",
"main": "manage.ts",
Expand Down
45 changes: 45 additions & 0 deletions examples/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @examples/bench

## 0.0.18

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/sequelize-engine@0.1.15
- @palmares/console-logging@0.1.6
- @palmares/express-adapter@0.1.13
- @palmares/databases@0.1.15
- @palmares/logging@0.1.12
- @palmares/server@0.1.12
- @palmares/node-std@0.1.12
- @palmares/core@0.1.12

## 0.0.17

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/sequelize-engine@0.1.14
- @palmares/console-logging@0.1.5
- @palmares/express-adapter@0.1.12
- @palmares/databases@0.1.14
- @palmares/logging@0.1.11
- @palmares/server@0.1.11
- @palmares/node-std@0.1.11
- @palmares/core@0.1.11

## 0.0.16

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/console-logging@0.1.4
- @palmares/express-adapter@0.1.11
- @palmares/node-std@0.1.10
- @palmares/sequelize-engine@0.1.13
- @palmares/core@0.1.10
- @palmares/databases@0.1.13
- @palmares/logging@0.1.10
- @palmares/server@0.1.10

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/bench",
"version": "0.0.15",
"version": "0.0.18",
"description": "asdasdasd",
"main": "manage.ts",
"scripts": {
Expand Down
51 changes: 51 additions & 0 deletions examples/deel-hometask-challenge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# @examples/deel-hometask-challenge

## 0.0.24

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/sequelize-engine@0.1.15
- @palmares/console-logging@0.1.6
- @palmares/express-adapter@0.1.13
- @palmares/databases@0.1.15
- @palmares/logging@0.1.12
- @palmares/schemas@0.1.19
- @palmares/zod-schema@0.1.21
- @palmares/server@0.1.12
- @palmares/node-std@0.1.12
- @palmares/core@0.1.12

## 0.0.23

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/sequelize-engine@0.1.14
- @palmares/console-logging@0.1.5
- @palmares/express-adapter@0.1.12
- @palmares/databases@0.1.14
- @palmares/logging@0.1.11
- @palmares/schemas@0.1.18
- @palmares/zod-schema@0.1.20
- @palmares/server@0.1.11
- @palmares/node-std@0.1.11
- @palmares/core@0.1.11

## 0.0.22

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/console-logging@0.1.4
- @palmares/express-adapter@0.1.11
- @palmares/node-std@0.1.10
- @palmares/sequelize-engine@0.1.13
- @palmares/zod-schema@0.1.19
- @palmares/core@0.1.10
- @palmares/databases@0.1.13
- @palmares/logging@0.1.10
- @palmares/schemas@0.1.17
- @palmares/server@0.1.10

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/deel-hometask-challenge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/deel-hometask-challenge",
"version": "0.0.21",
"version": "0.0.24",
"description": "This is the home task challenge solution for deel",
"main": "manage.ts",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions examples/next-monorepo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @examples/next-monorepo

## 0.0.5

### Patch Changes

- removed all default exports

## 0.0.4

### Patch Changes

- Add named exports so it can function properly

## 0.0.3

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-monorepo",
"version": "0.0.2",
"version": "0.0.5",
"description": "testing the serverless vercel on a next app",
"keywords": [],
"author": "",
Expand Down
27 changes: 27 additions & 0 deletions examples/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @examples/schemas

## 0.0.24

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/schemas@0.1.19
- @palmares/zod-schema@0.1.21

## 0.0.23

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/schemas@0.1.18
- @palmares/zod-schema@0.1.20

## 0.0.22

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/zod-schema@0.1.19
- @palmares/schemas@0.1.17

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/schemas",
"version": "0.0.21",
"version": "0.0.24",
"description": "asdasdasd",
"main": "./src/index.ts",
"scripts": {
Expand Down
39 changes: 39 additions & 0 deletions examples/server-express-only/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @examples/server-express-only

## 0.0.16

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/console-logging@0.1.6
- @palmares/express-adapter@0.1.13
- @palmares/logging@0.1.12
- @palmares/server@0.1.12
- @palmares/node-std@0.1.12
- @palmares/core@0.1.12

## 0.0.15

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/console-logging@0.1.5
- @palmares/express-adapter@0.1.12
- @palmares/logging@0.1.11
- @palmares/server@0.1.11
- @palmares/node-std@0.1.11
- @palmares/core@0.1.11

## 0.0.14

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/console-logging@0.1.4
- @palmares/express-adapter@0.1.11
- @palmares/node-std@0.1.10
- @palmares/core@0.1.10
- @palmares/logging@0.1.10
- @palmares/server@0.1.10

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/server-express-only/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/server-express-only",
"version": "0.0.13",
"version": "0.0.16",
"description": "This is an example just to see if the server works as expected",
"main": "manage.ts",
"scripts": {
Expand Down
39 changes: 39 additions & 0 deletions examples/server-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @palmares/server-vercel

## 0.0.16

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/console-logging@0.1.6
- @palmares/vercel-adapter@0.0.16
- @palmares/logging@0.1.12
- @palmares/server@0.1.12
- @palmares/node-std@0.1.12
- @palmares/core@0.1.12

## 0.0.15

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/console-logging@0.1.5
- @palmares/vercel-adapter@0.0.15
- @palmares/logging@0.1.11
- @palmares/server@0.1.11
- @palmares/node-std@0.1.11
- @palmares/core@0.1.11

## 0.0.14

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/console-logging@0.1.4
- @palmares/node-std@0.1.10
- @palmares/vercel-adapter@0.0.14
- @palmares/core@0.1.10
- @palmares/logging@0.1.10
- @palmares/server@0.1.10

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/server-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/server-vercel",
"version": "0.0.13",
"version": "0.0.16",
"description": "testing the serverless vercel",
"main": "manage.ts",
"scripts": {
Expand Down
39 changes: 39 additions & 0 deletions examples/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @example/tests

## 0.0.15

### Patch Changes

- removed all default exports
- Updated dependencies
- @palmares/console-logging@0.1.6
- @palmares/logging@0.1.12
- @palmares/jest-tests@0.1.12
- @palmares/tests@0.1.12
- @palmares/node-std@0.1.12
- @palmares/core@0.1.12

## 0.0.14

### Patch Changes

- Add named exports so it can function properly
- Updated dependencies
- @palmares/console-logging@0.1.5
- @palmares/logging@0.1.11
- @palmares/jest-tests@0.1.11
- @palmares/tests@0.1.11
- @palmares/node-std@0.1.11
- @palmares/core@0.1.11

## 0.0.13

### Patch Changes

- Fix module issues to allow palmares to run as a module as well as commonjs
- Updated dependencies
- @palmares/console-logging@0.1.4
- @palmares/jest-tests@0.1.10
- @palmares/node-std@0.1.10
- @palmares/core@0.1.10
- @palmares/logging@0.1.10
- @palmares/tests@0.1.10

## 0.0.12

### Patch Changes
Expand Down
Loading

0 comments on commit 7dfbbbd

Please sign in to comment.