@feathersjs/feathers 5.0.0-pre.16 → 5.0.0-pre.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
7
+
8
+ **Note:** Version bump only for package @feathersjs/feathers
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
7
15
 
8
16
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Feathers
3
+ Copyright (c) 2022 Feathers
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -31,6 +31,6 @@ The [Feathers docs](http://docs.feathersjs.com) are loaded with awesome stuff an
31
31
 
32
32
  ## License
33
33
 
34
- Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
34
+ Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
35
35
 
36
36
  Licensed under the [MIT license](LICENSE).
@@ -7,7 +7,7 @@ export declare class FeathersHookManager<A> extends HookManager {
7
7
  method: string;
8
8
  constructor(app: A, method: string);
9
9
  collectMiddleware(self: any, args: any[]): Middleware[];
10
- initializeContext(self: any, args: any[], context: HookContext): import("@feathersjs/hooks/lib/base").HookContext<any, any>;
10
+ initializeContext(self: any, args: any[], context: HookContext): import("@feathersjs/hooks/types/base").HookContext<any, any>;
11
11
  middleware(mw: Middleware[]): this;
12
12
  }
13
13
  export declare function hookMixin<A>(this: A, service: FeathersService<A>, path: string, options: ServiceOptions): FeathersService<A, Service<any, Partial<any>>>;
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "5.0.0-pre.16";
1
+ declare const _default: "5.0.0-pre.17";
2
2
  export default _default;
package/lib/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '5.0.0-pre.16';
3
+ exports.default = '5.0.0-pre.17';
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/feathers",
3
3
  "description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
4
- "version": "5.0.0-pre.16",
4
+ "version": "5.0.0-pre.17",
5
5
  "homepage": "http://feathersjs.com",
6
6
  "repository": {
7
7
  "type": "git",
@@ -57,17 +57,17 @@
57
57
  "access": "public"
58
58
  },
59
59
  "dependencies": {
60
- "@feathersjs/commons": "^5.0.0-pre.16",
61
- "@feathersjs/hooks": "^0.6.5",
60
+ "@feathersjs/commons": "^5.0.0-pre.17",
61
+ "@feathersjs/hooks": "^0.7.3",
62
62
  "events": "^3.3.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@types/mocha": "^9.0.0",
66
- "@types/node": "^17.0.5",
67
- "mocha": "^9.1.3",
68
- "shx": "^0.3.3",
65
+ "@types/mocha": "^9.1.0",
66
+ "@types/node": "^17.0.15",
67
+ "mocha": "^9.2.0",
68
+ "shx": "^0.3.4",
69
69
  "ts-node": "^10.4.0",
70
- "typescript": "^4.5.4"
70
+ "typescript": "^4.5.5"
71
71
  },
72
- "gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
72
+ "gitHead": "d828748e57b40abfaa15710663afed417de14a1d"
73
73
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export default '5.0.0-pre.16';
1
+ export default '5.0.0-pre.17';