summaryrefslogtreecommitdiff
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* Bump json5 from 2.1.1 to 2.2.3dependabot[bot]2023-02-021-15/+4
| | | | | | | | | | | | | | Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump minimatch from 3.0.4 to 3.1.2dependabot[bot]2023-02-021-3/+3
| | | | | | | | | | | | | | Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump qs from 6.5.2 to 6.5.3dependabot[bot]2023-02-021-3/+3
| | | | | | | | | | | | | | Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump json-schema and jsprimdependabot[bot]2022-10-141-10/+12
| | | | | | | | | | | | | | | | | | | | | | Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 - [Release notes](https://github.com/kriszyp/json-schema/releases) - [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0) Updates `jsprim` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/joyent/node-jsprim/releases) - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: json-schema dependency-type: indirect - dependency-name: jsprim dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump marked from 2.1.3 to 4.1.1dependabot[bot]2022-10-121-41/+72
| | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v4.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* version bumpJens Geyer2022-08-301-1/+1
|
* Bump ajv from 6.5.4 to 6.12.6dependabot[bot]2022-04-141-24/+12
| | | | | | | | | | | | | Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.4 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.5.4...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump ansi-regex from 3.0.0 to 3.0.1dependabot[bot]2022-04-141-3/+3
| | | | | | | | | | | | | Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* ran `npm audit fix` to fix several reported issuesJens Geyer2021-10-231-114/+132
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* Updated NodeJS dependenciesMario Emmenlauer2020-02-231-584/+1171
| | | | | | | Client: nodejs Patch: Mario Emmenlauer This closes #2024
* THRIFT-5003: Websocket Connection in Browsers with nodejs codeEugen2020-01-071-87/+145
| | | | | | | | | | | | | | | * changed this to self in forEach callback * updated minimum node version to 8.16.2 (Maintenance LTS until December 2019) changed ws_connection.js to work in the browser, with isomorphic-ws added exports for `wsConnection`, `createWSConnection`, `createWSClient` * added exports for WSConnection to browser.js * extended the sample of nodejs code in the browser with webpack * tested and updated node version to LTS 10.18.0 Dubnium discussion based: https://github.com/apache/thrift/pull/1927#discussion_r358140463
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
|
* THRIFT-4763: HTML compiler produces invalid HTML document (#1720)Sebastian Zenker2019-01-301-0/+362
| | | | | * HTML: the html generator did generate a closing </code> tag without a match <code> * THRIFT-4763: added HTML test and fixed up additional HTML generation issues
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-1/+1
|
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-251-0/+9
|
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-151-0/+9
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
|/
* THRIFT-3143: Add nodets supportwilfrem2018-11-291-0/+18
| | | | Co-authored-by: Mustafa Senol Cosar <cosar.mustafasenol@gmail.com>
* THRIFT-4653: ES6 classes support (#1615)bforbis2018-10-281-547/+1264
| | | | | | | * ES6 classes support * Lint generated code * ES6 Tests for NodeJS * Add eslint rules for nodejs * Run prettier/eslint on nodejs test code
* THRIFT-4625: Use let/const variable decorators in ES6 JavascriptBrian Forbis2018-09-281-586/+0
|
* THRIFT-4551: Add Prettier for consistent JS code formatting (#1536)Filip Spiridonov2018-04-171-0/+6
| | | Client: js
* THRIFT-4509: add jslint and fix build script outputJames E. King III2018-03-131-2087/+7
|
* THRIFT-4509:Philip Frank2018-03-131-0/+4108
* switch from grunt-external-daemon and grunt-shell to grunt-shell-spawn * update grunt to 1.0.2 * always use local copy of jquery and qunit * commit the package-lock files for npm keep versions stable Client: js This closes #1506