pragmatismo-io-framework
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -0,1 +1,34 @@ | ||
/*****************************************************************************\ | ||
| ( )_ _ | | ||
| _ _ _ __ _ _ __ ___ ___ _ _ | ,_)(_) ___ ___ _ | | ||
| ( '_`\ ( '__)/'_` ) /'_ `\/' _ ` _ `\ /'_` )| | | |/',__)/' _ `\ /'_`\ | | ||
| | (_) )| | ( (_| |( (_) || ( ) ( ) |( (_| || |_ | |\__, \| ( ) |( (_) ) | | ||
| | ,__/'(_) `\__,_)`\__ |(_) (_) (_)`\__,_)`\__)(_)(____/(_) (_)`\___/' | | ||
| | | ( )_) | | | ||
| (_) \___/' | | ||
| | | ||
| Copyright (c) Pragmatismo.io. All rights reserved. | | ||
| Licensed under the MIT license | | ||
| | | ||
| MIT License: | | ||
| Permission is hereby granted, free of charge, to any person obtaining | | ||
| a copy of this software and associated documentation files (the | | ||
| "Software"), to deal in the Software without restriction, including | | ||
| without limitation the rights to use, copy, modify, merge, publish, | | ||
| distribute, sublicense, and/or sell copies of the Software, and to | | ||
| permit persons to whom the Software is furnished to do so, subject to | | ||
| the following conditions: | | ||
| | | ||
| The above copyright notice and this permission notice shall be | | ||
| included in all copies or substantial portions of the Software. | | ||
| | | ||
| THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, | | ||
| EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | | ||
| MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | | ||
| NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | | ||
| LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | | ||
| OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | | ||
| WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | | ||
| | | ||
\*****************************************************************************/ | ||
export declare class AzureText { | ||
@@ -2,0 +35,0 @@ static getSpelledText(key: string, text: string, cb: any): void; |
@@ -0,2 +1,35 @@ | ||
/*****************************************************************************\ | ||
| ( )_ _ | | ||
| _ _ _ __ _ _ __ ___ ___ _ _ | ,_)(_) ___ ___ _ | | ||
| ( '_`\ ( '__)/'_` ) /'_ `\/' _ ` _ `\ /'_` )| | | |/',__)/' _ `\ /'_`\ | | ||
| | (_) )| | ( (_| |( (_) || ( ) ( ) |( (_| || |_ | |\__, \| ( ) |( (_) ) | | ||
| | ,__/'(_) `\__,_)`\__ |(_) (_) (_)`\__,_)`\__)(_)(____/(_) (_)`\___/' | | ||
| | | ( )_) | | | ||
| (_) \___/' | | ||
| | | ||
| Copyright (c) Pragmatismo.io. All rights reserved. | | ||
| Licensed under the MIT license | | ||
| | | ||
| MIT License: | | ||
| Permission is hereby granted, free of charge, to any person obtaining | | ||
| a copy of this software and associated documentation files (the | | ||
| "Software"), to deal in the Software without restriction, including | | ||
| without limitation the rights to use, copy, modify, merge, publish, | | ||
| distribute, sublicense, and/or sell copies of the Software, and to | | ||
| permit persons to whom the Software is furnished to do so, subject to | | ||
| the following conditions: | | ||
| | | ||
| The above copyright notice and this permission notice shall be | | ||
| included in all copies or substantial portions of the Software. | | ||
| | | ||
| THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, | | ||
| EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | | ||
| MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | | ||
| NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | | ||
| LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | | ||
| OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | | ||
| WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | | ||
| | | ||
\*****************************************************************************/ | ||
export { AzureText } from './AzureText'; | ||
export { AzureSearch } from './AzureSearch'; |
{ | ||
"name": "pragmatismo-io-framework", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Anything reusable turned into classes.", | ||
@@ -18,3 +18,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"azure-search": "^0.0.20", | ||
"azure-search": "^0.0.21", | ||
"cogserv-text-analytics": "^0.3.2", | ||
@@ -26,4 +26,4 @@ "url-join": "^4.0.0" | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3" | ||
"typescript": "^2.9.2" | ||
} | ||
} | ||
} |
@@ -8,2 +8,4 @@ { | ||
"experimentalDecorators": true, | ||
"keyofStringsOnly": true, | ||
"skipLibCheck": true, | ||
"mapRoot": "./dist/", | ||
@@ -19,3 +21,5 @@ "module": "commonjs", | ||
}, | ||
"include": ["src/**/*"], | ||
"include": [ | ||
"src/**/*" | ||
], | ||
"exclude": [ | ||
@@ -22,0 +26,0 @@ "dist", |
# History | ||
## Version 1.0.15 | ||
- FIX: Updated dependencies versions. | ||
## Version 1.0.14 | ||
@@ -4,0 +8,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
432197
1966
+ Addedazure-search@0.0.21(transitive)
- Removedazure-search@0.0.20(transitive)
Updatedazure-search@^0.0.21