General plain JavaScript / TypeScript libraries with JQuery -ajax component
---------------------------------------------------------------------------

Plain JavaScript / TypeScript stack logic for Salaxy with JQuery -ajax component. 

Usage:

- Run `npm install --save @salaxy/jquery --ignore-scripts`
- Reference or copy TypeScript files from `node_modules/@salaxy/jquery`

| File                                   | Description                                                                |
| ---------------------------------------| -------------------------------------------------------------------------- |
| index.esm.js                           | ES6 module compilation                                                     |
| index.esm.min.js                       | ES6 module compilation, minified                                           |
| salaxy-lib-jquery.js                   | Browser friendly (umd) compilation                                         | 
| salaxy-lib-jquery.min.js               | Browser friendly (umd) compilation, minified                               | 
| salaxy-lib-jquery-all.js               | Browser friendly (umd) compilation with dependencies bundle                | 
| salaxy-lib-jquery-all.min.js           | Browser friendly (umd) compilation  with dependencies bundle, minified     | 

For more information and documentation about Salaxy platform, please go to https://developers.salaxy.com

Please note that the package has a dependency to the package:
- @salaxy/core (https://www.npmjs.com/package/@salaxy/core)

Please note that the salaxy-lib-jquery-all.js includes the following libraries:
- @salaxy/core (https://www.npmjs.com/package/@salaxy/core)
- moment.js (https://www.npmjs.com/package/moment)
- js-base64 (https://www.npmjs.com/package/js-base64)
