Skip to content

Commit

Permalink
v1.0.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Dec 30, 2021
1 parent 35cbff4 commit f629d0f
Show file tree
Hide file tree
Showing 44 changed files with 121 additions and 57 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

### Features

- add json options rest server option ([35cbff4](https://github.com/sciactive/nymphjs/commit/35cbff4b8dbc3e112604119efe05b813f5948dff))

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"command": {
"version": {
"allowBranch": ["master"],
Expand Down
4 changes: 4 additions & 0 deletions packages/client-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/client-node

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/client-node
Expand Down
2 changes: 1 addition & 1 deletion packages/client-node/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/client-node",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - Node Client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/client": "^1.0.0-alpha.25",
"@nymphjs/client": "^1.0.0-alpha.26",
"node-fetch": "^2.6.6",
"websocket": "^1.0.34"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/client

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/client
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/client",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - Client",
"browser": "dist/index.js",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/driver-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/driver-mysql

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/driver-mysql
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-mysql/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/driver-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/driver-mysql",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - MySQL DB Driver",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/nymph": "^1.0.0-alpha.25",
"@nymphjs/nymph": "^1.0.0-alpha.26",
"@vlasky/mysql": "^2.18.5",
"nanoid": "^3.1.30"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/driver-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/driver-postgresql

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/driver-postgresql
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-postgresql/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/driver-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/driver-postgresql",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - PostgreSQL DB Driver",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/nymph": "^1.0.0-alpha.25",
"@nymphjs/nymph": "^1.0.0-alpha.26",
"nanoid": "^3.1.30",
"pg": "^8.7.1",
"pg-format": "^1.0.4"
Expand Down
4 changes: 4 additions & 0 deletions packages/driver-sqlite3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/driver-sqlite3

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/driver-sqlite3
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-sqlite3/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/driver-sqlite3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/driver-sqlite3",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - SQLite3 DB Driver",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/nymph": "^1.0.0-alpha.25",
"@nymphjs/nymph": "^1.0.0-alpha.26",
"better-sqlite3": "^7.4.5",
"nanoid": "^3.1.30"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/nymph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/nymph

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/nymph
Expand Down
2 changes: 1 addition & 1 deletion packages/nymph/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/nymph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/nymph",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - Nymph ORM",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/pubsub

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/pubsub
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/pubsub",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - PubSub Server",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,15 +31,15 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/nymph": "^1.0.0-alpha.25",
"@nymphjs/nymph": "^1.0.0-alpha.26",
"lodash": "^4.17.21",
"websocket": "^1.0.34"
},
"devDependencies": {
"@nymphjs/client": "^1.0.0-alpha.25",
"@nymphjs/client-node": "^1.0.0-alpha.25",
"@nymphjs/driver-sqlite3": "^1.0.0-alpha.25",
"@nymphjs/server": "^1.0.0-alpha.25",
"@nymphjs/client": "^1.0.0-alpha.26",
"@nymphjs/client-node": "^1.0.0-alpha.26",
"@nymphjs/driver-sqlite3": "^1.0.0-alpha.26",
"@nymphjs/server": "^1.0.0-alpha.26",
"@tsconfig/recommended": "^1.0.1",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/query-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/query-parser

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/query-parser
Expand Down
2 changes: 1 addition & 1 deletion packages/query-parser/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/query-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/query-parser",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - Query Parse",
"browser": "dist/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@nymphjs/client": "^1.0.0-alpha.25",
"@nymphjs/client": "^1.0.0-alpha.26",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

### Features

- add json options rest server option ([35cbff4](https://github.com/sciactive/nymphjs/commit/35cbff4b8dbc3e112604119efe05b813f5948dff))

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/server
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/server",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - REST Server",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/nymph": "^1.0.0-alpha.25",
"@nymphjs/nymph": "^1.0.0-alpha.26",
"cookie-parser": "^1.4.6",
"express": "^4.17.1"
},
"devDependencies": {
"@nymphjs/client": "^1.0.0-alpha.25",
"@nymphjs/client-node": "^1.0.0-alpha.25",
"@nymphjs/driver-sqlite3": "^1.0.0-alpha.25",
"@nymphjs/client": "^1.0.0-alpha.26",
"@nymphjs/client-node": "^1.0.0-alpha.26",
"@nymphjs/driver-sqlite3": "^1.0.0-alpha.26",
"@tsconfig/recommended": "^1.0.1",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
Expand Down
4 changes: 4 additions & 0 deletions packages/sorter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/sorter

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/sorter
Expand Down
2 changes: 1 addition & 1 deletion packages/sorter/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/sorter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/sorter",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "NymphJS - Sorter",
"browser": "dist/index.js",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/tilmeld-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.26](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-12-30)

**Note:** Version bump only for package @nymphjs/tilmeld-client

# [1.0.0-alpha.25](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2021-12-30)

**Note:** Version bump only for package @nymphjs/tilmeld-client
Expand Down
2 changes: 1 addition & 1 deletion packages/tilmeld-client/package-lock.json

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

Loading

0 comments on commit f629d0f

Please sign in to comment.