Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8127d82
Merge pull request #19 from feathersjs/dove
fratzinger Oct 15, 2021
22b7457
Updated Slack link to Discord link
candicetate Jan 24, 2022
f85aac8
Updated Slack links to Discord links
candicetate Jan 24, 2022
4aabf87
fix(express): Fix application typings to work with typed configuratio…
daffl Jan 25, 2022
58f03ef
fix(schema): Properly handle resolver errors (#2540)
daffl Jan 25, 2022
7cfea62
fix(queryProperty): allow compound oneOf (#2545)
marshallswain Jan 28, 2022
ec529cd
chore: Update year and remove david-dm badges (#2548)
daffl Jan 30, 2022
4a02435
chore(dependencies): Update all dependencies and CI Node versions (#2…
daffl Feb 6, 2022
fdfbb8c
Merge branch 'dove' of https://github.com/fratzinger/feathers into dove
fratzinger Mar 9, 2022
77c7741
chore(transport-commons): export Channel, RealTimeConnection & Combin…
fratzinger Mar 9, 2022
2ee4f06
Merge branch 'dove' of https://github.com/feathersjs/feathers into fe…
fratzinger Mar 9, 2022
eacadd9
Merge pull request #41 from fratzinger/feathersjs-dove
fratzinger Mar 9, 2022
e4981d9
feat: Publish native ES module builds
daffl Apr 24, 2022
3c2bcb3
chore(esm): moduleResolution: "node"
fratzinger Jun 9, 2022
036bd6a
fix(esm): export default and default module.exports
fratzinger Jun 9, 2022
88760f7
Merge branch 'dove' into esm-build-fratzinger
fratzinger Jun 11, 2022
57ba14b
Merge remote-tracking branch 'upstream/dove' into esm-build-fratzinger
fratzinger Jun 11, 2022
7807fab
chore: revert global moduleResolution
fratzinger Jun 12, 2022
f7ac14b
fix(esm): don't use `export =` but export default
fratzinger Jun 12, 2022
cbb636b
fix(esm): compile with `--moduleResolution node`
fratzinger Jun 12, 2022
357f364
lint: ignorePattern "**/esm/"
fratzinger Jun 12, 2022
113ec58
fix(transport-commons): fix import from @feathersjs/errors
fratzinger Jun 13, 2022
d2cc9f6
Merge branch 'dove' into esm-build-fratzinger
fratzinger Oct 29, 2022
8c4f594
fix typo in compile script
fratzinger Oct 29, 2022
707f782
fix(socketio-client): import from transport-commons
fratzinger Oct 29, 2022
eef613a
chore: update package-lock
fratzinger Oct 29, 2022
5969be2
fix: text/fixture ref in express from authentication-local
fratzinger Oct 29, 2022
b888cd0
chore: add todo comments for separate packages
fratzinger Oct 29, 2022
b7eafb7
test: fix import from '[...]/lib'
fratzinger Oct 29, 2022
0af31a6
chore: add esm to @feathersjs/cli
fratzinger Oct 29, 2022
f839bcb
Merge with latest dove
daffl Dec 20, 2022
e6f7a3d
Update ESM build
daffl Dec 20, 2022
4095a58
Update all dependencies
daffl Dec 20, 2022
820743d
Update all package file lists
daffl Dec 20, 2022
43f2b08
Merge branch 'dove' into esm-build-fratzinger
fratzinger Jun 7, 2023
926ffd6
refactor: tsconfig.esm.json extends default
fratzinger Jun 9, 2023
0502063
fix: trailing comma json
fratzinger Jun 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Update year and remove david-dm badges (#2548)
  • Loading branch information
daffl authored Jan 30, 2022
commit ec529cdf2f98e8bc32077749f8736cf0b44b8550
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ The [Feathers docs](http://docs.feathersjs.com) are loaded with awesome stuff an

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
1 change: 0 additions & 1 deletion _templates/package/new/README.md.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ to: packages/<%= name %>/README.md
# @feathersjs/<%= name %>

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/<%= name %>)](https://david-dm.org/feathersjs/feathers?path=packages/<%= name %>)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/<%= name %>.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/<%= name %>)

> <%= description %>
Expand Down
2 changes: 1 addition & 1 deletion deno/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/adapter-commons/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-commons/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Feathers Adapter Commons

[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/adapter-commons)](https://david-dm.org/feathersjs/feathers?path=packages/adapter-commons)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/adapter-commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/adapter-commons)

> Shared utility functions for Feathers adatabase adapters
Expand All @@ -17,6 +16,6 @@ This is a repository for handling Feathers common database syntax. See the [API

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/adapter-tests/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Feathers Adapter Tests

[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/adapter-tests)](https://david-dm.org/feathersjs/feathers?path=packages/adapter-tests)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/adapter-commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/adapter-commons)

> Feathers shared database adapter test suite
Expand All @@ -16,6 +15,6 @@ This is a repository that contains the test suite for the common database adapte

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/authentication-client/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/authentication-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/authentication-client

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication-client)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-client)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-client)

> Feathers authentication client
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers authentication client API documentation](https://docs.fea

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/authentication-local/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/authentication-local/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/authentication-local

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication-local)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-local)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-local.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-local)

> Local username and password authentication strategy for Feathers authentication
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers local authentication API documentation](https://docs.feat

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/authentication-oauth/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/authentication-oauth/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/authentication-oauth

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication-oauth)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-oauth)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-oauth.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-oauth)

> OAuth 1 and 2 authentication for Feathers. Powered by Grant.
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers oAuth authentication API documentation](https://docs.feat

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/authentication/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/authentication/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/authentication

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication)](https://david-dm.org/feathersjs/feathers?path=packages/authentication)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication)

> Add Authentication to your FeathersJS app.
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers authentication API documentation](https://docs.feathersjs

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
3 changes: 1 addition & 2 deletions packages/client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/client

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/client.svg?style=flat-square)](https://david-dm.org/feathersjs/client)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/client)

> A client build for FeathersJS
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers client API documentation](https://docs.feathersjs.com/api

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/commons/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/commons/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Feathers Commons

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/commons)](https://david-dm.org/feathersjs/feathers?path=packages/commons)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/commons)

> Shared Feathers utility functions
Expand All @@ -12,6 +11,6 @@ This is a repository for utility functionality that is shared between different

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/configuration/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/configuration/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/configuration

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/configuration)](https://david-dm.org/feathersjs/feathers?path=packages/configuration)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/configuration.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/configuration)

> A small configuration module for your Feathers application.
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers configuration API documentation](https://docs.feathersjs.

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/errors/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/errors/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/errors

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/errors)](https://david-dm.org/feathersjs/feathers?path=packages/errors)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/errors.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/errors)

> Common error types for feathers apps
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers errors API documentation](https://docs.feathersjs.com/api

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/express/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/express/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/express

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/express)](https://david-dm.org/feathersjs/feathers?path=packages/express)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/express.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/express)

> Feathers Express framework bindings and REST provider
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers Express API documentation](https://docs.feathersjs.com/ap

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/feathers/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ The [Feathers docs](http://docs.feathersjs.com) are loaded with awesome stuff an

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
1 change: 0 additions & 1 deletion packages/koa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# @feathersjs/koa

[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/koa)](https://david-dm.org/feathersjs/feathers?path=packages/koa)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/koa.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/koa)

> Feathers KoaJS framework bindings and REST provider
2 changes: 1 addition & 1 deletion packages/memory/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/memory/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/memory

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/memory)](https://david-dm.org/feathersjs/feathers?path=packages/memory)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/memory.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/memory)

A [Feathers](https://feathersjs.com) service adapter for in-memory data storage that works on all platforms.
Expand Down Expand Up @@ -92,6 +91,6 @@ Run the example with `node app` and go to [localhost:3030/messages](http://local

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/rest-client/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/rest-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/rest-client

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/rest-client)](https://david-dm.org/feathersjs/feathers?path=packages/rest-client)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/rest-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/rest-client)

> REST client services for different Ajax libraries
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers REST client API documentation](https://docs.feathersjs.co

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/schema/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions packages/schema/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @feathersjs/schema

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/socketio)](https://david-dm.org/feathersjs/feathers?path=packages/schema)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/schema.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/schema)

> A common data schema definition format
Expand All @@ -18,6 +17,6 @@ Refer to the [Feathers documentation](https://docs.feathersjs.com) for more deta

## License

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion packages/socketio-client/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Feathers
Copyright (c) 2022 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading