Comparing version 4.3.1 to 4.3.2
@@ -28,3 +28,3 @@ declare module 'jimple' { | ||
*/ | ||
get(key: string): any; | ||
get<T=any>(key: string): T; | ||
/** | ||
@@ -31,0 +31,0 @@ * Defines a new parameter or service. |
@@ -0,1 +1,8 @@ | ||
## [4.3.2](https://github.com/homer0/wootils/compare/4.3.1...4.3.2) (2021-01-25) | ||
### Bug Fixes | ||
* import Jimple type the right way ([395fb7f](https://github.com/homer0/wootils/commit/395fb7f08efca1d5545df2315c3990f9a92f29db)) | ||
## [4.3.1](https://github.com/homer0/wootils/compare/4.3.0...4.3.1) (2021-01-25) | ||
@@ -2,0 +9,0 @@ |
/// <reference path="../../@types/jimple.module.d.ts" /> | ||
export type Jimple = typeof import("jimple"); | ||
export type ProviderRegisterFn = (app: Jimple) => any; | ||
export type Jimple = import("jimple").default; | ||
export type ProviderRegisterFn = (app: Jimple) => void; | ||
export type Provider = { | ||
@@ -67,3 +67,3 @@ /** | ||
/** | ||
* @typedef {import('jimple')} Jimple | ||
* @typedef {import('jimple').default} Jimple | ||
* @external Jimple | ||
@@ -79,2 +79,3 @@ * @see https://yarnpkg.com/en/package/jimple | ||
* @param {Jimple} app A reference to the dependency injection container. | ||
* @returns {Void} | ||
* @parent module:shared/jimpleFns | ||
@@ -81,0 +82,0 @@ */ |
@@ -7,3 +7,3 @@ /* eslint-disable jsdoc/require-jsdoc */ | ||
/** | ||
* @typedef {import('jimple')} Jimple | ||
* @typedef {import('jimple').default} Jimple | ||
* @external Jimple | ||
@@ -21,2 +21,3 @@ * @see https://yarnpkg.com/en/package/jimple | ||
* @param {Jimple} app A reference to the dependency injection container. | ||
* @returns {Void} | ||
* @parent module:shared/jimpleFns | ||
@@ -23,0 +24,0 @@ */ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://homer0.github.io/wootils/", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"repository": "homer0/wootils", | ||
@@ -8,0 +8,0 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", |
/// <reference path="../@types/jimple.module.d.ts" /> | ||
export type Jimple = typeof import("jimple"); | ||
export type ProviderRegisterFn = (app: Jimple) => any; | ||
export type Jimple = import("jimple").default; | ||
export type ProviderRegisterFn = (app: Jimple) => void; | ||
export type Provider = { | ||
@@ -67,3 +67,3 @@ /** | ||
/** | ||
* @typedef {import('jimple')} Jimple | ||
* @typedef {import('jimple').default} Jimple | ||
* @external Jimple | ||
@@ -79,2 +79,3 @@ * @see https://yarnpkg.com/en/package/jimple | ||
* @param {Jimple} app A reference to the dependency injection container. | ||
* @returns {Void} | ||
* @parent module:shared/jimpleFns | ||
@@ -81,0 +82,0 @@ */ |
@@ -7,3 +7,3 @@ /* eslint-disable jsdoc/require-jsdoc */ | ||
/** | ||
* @typedef {import('jimple')} Jimple | ||
* @typedef {import('jimple').default} Jimple | ||
* @external Jimple | ||
@@ -21,2 +21,3 @@ * @see https://yarnpkg.com/en/package/jimple | ||
* @param {Jimple} app A reference to the dependency injection container. | ||
* @returns {Void} | ||
* @parent module:shared/jimpleFns | ||
@@ -23,0 +24,0 @@ */ |
/// <reference path="../../@types/jimple.module.d.ts" /> | ||
export type Jimple = typeof import("jimple"); | ||
export type ProviderRegisterFn = (app: Jimple) => any; | ||
export type Jimple = import("jimple").default; | ||
export type ProviderRegisterFn = (app: Jimple) => void; | ||
export type Provider = { | ||
@@ -67,3 +67,3 @@ /** | ||
/** | ||
* @typedef {import('jimple')} Jimple | ||
* @typedef {import('jimple').default} Jimple | ||
* @external Jimple | ||
@@ -79,2 +79,3 @@ * @see https://yarnpkg.com/en/package/jimple | ||
* @param {Jimple} app A reference to the dependency injection container. | ||
* @returns {Void} | ||
* @parent module:shared/jimpleFns | ||
@@ -81,0 +82,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
733385
19415