@gerritkit/native
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,8 @@ | ||
## @gerritkit/native [1.2.1](https://github.com/gerritkit/client/compare/@gerritkit/native@1.2.0...@gerritkit/native@1.2.1) (2021-04-06) | ||
### Performance Improvements | ||
* up deps ([e97010e](https://github.com/gerritkit/client/commit/e97010e040cd69cbb957e65b6f13432876a17ca3)) | ||
# @gerritkit/native [1.2.0](https://github.com/gerritkit/client/compare/@gerritkit/native@1.1.2...@gerritkit/native@1.2.0) (2021-04-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@gerritkit/native", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"private": false, | ||
@@ -41,7 +41,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@types/cheerio": "^0.22.22", | ||
"axios": "^0.20.0", | ||
"cheerio": "^1.0.0-rc.3", | ||
"@qiwi/substrate": "^1.20.6", | ||
"@types/cheerio": "0.22.22", | ||
"axios": "0.20.0", | ||
"cheerio": "1.0.0-rc.3", | ||
"lodash.omit": "^4.5.0", | ||
"tslib": "^2.0.3" | ||
"tslib": "^2.2.0" | ||
}, | ||
@@ -62,4 +63,4 @@ "peerDependencies": {}, | ||
"@types/lodash.omit": "^4.5.6", | ||
"axios-mock-adapter": "^1.18.2" | ||
"axios-mock-adapter": "^1.19.0" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Core=void 0;var tslib_1=require("tslib"),Core=function(){function t(t,r){var n=this;this.constructor.plugins.forEach((function(e){return Object.assign(n,e({baseUrl:t,auth:r}))}))}return t.plugin=function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var e=this.plugins,i=((t=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return tslib_1.__extends(r,t),r}(this)).plugins=e.concat(r.filter((function(t){return!e.includes(t)}))),t);return i},t.plugins=[],t}();exports.Core=Core; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Core=void 0;var tslib_1=require("tslib"),Core=function(){function r(r,t){var e=this;this.constructor.plugins.forEach((function(i){return Object.assign(e,i({baseUrl:r,auth:t}))}))}return r.plugin=function(){for(var r,t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var i=this.plugins,n=((r=function(r){function t(){return null!==r&&r.apply(this,arguments)||this}return tslib_1.__extends(t,r),t}(this)).plugins=tslib_1.__spreadArray(tslib_1.__spreadArray([],tslib_1.__read(i)),tslib_1.__read(t.filter((function(r){return!i.includes(r)})))),r);return n},r.plugins=[],r}();exports.Core=Core; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.VERSION=exports.GerritNative=exports.plugins=void 0;var tslib_1=require("tslib"),api_1=require("./api"),core_1=require("./core");exports.plugins=[api_1.accountEndpoints,api_1.tagEndpoints,api_1.labelEndpoints,api_1.dashboardEndpoints,api_1.childProjectEndpoints,api_1.commitEndpoints,api_1.branchEndpoints,api_1.projectEndpoints,api_1.pluginEndpoints,api_1.subgroupEndpoints,api_1.groupMemberEndpoints,api_1.groupEndpoints,api_1.documentationSearchEndpoints,api_1.configEndpoints,api_1.revisionReviewerEndpoints,api_1.revisionEndpoints,api_1.changeEditEndpoints,api_1.reviewerEndpoints,api_1.changeEndpoints,api_1.accessRightsEndpoints],exports.GerritNative=core_1.Core.plugin.apply(core_1.Core,tslib_1.__spread(exports.plugins));var version_1=require("./version");Object.defineProperty(exports,"VERSION",{enumerable:!0,get:function(){return version_1.VERSION}}); | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.VERSION=exports.GerritNative=exports.plugins=void 0;var tslib_1=require("tslib"),api_1=require("./api"),core_1=require("./core");exports.plugins=[api_1.accountEndpoints,api_1.tagEndpoints,api_1.labelEndpoints,api_1.dashboardEndpoints,api_1.childProjectEndpoints,api_1.commitEndpoints,api_1.branchEndpoints,api_1.projectEndpoints,api_1.pluginEndpoints,api_1.subgroupEndpoints,api_1.groupMemberEndpoints,api_1.groupEndpoints,api_1.documentationSearchEndpoints,api_1.configEndpoints,api_1.revisionReviewerEndpoints,api_1.revisionEndpoints,api_1.changeEditEndpoints,api_1.reviewerEndpoints,api_1.changeEndpoints,api_1.accessRightsEndpoints],exports.GerritNative=core_1.Core.plugin.apply(core_1.Core,tslib_1.__spreadArray([],tslib_1.__read(exports.plugins)));var version_1=require("./version");Object.defineProperty(exports,"VERSION",{enumerable:!0,get:function(){return version_1.VERSION}}); |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Core=void 0;class Core{constructor(s,t){this.constructor.plugins.forEach((e=>Object.assign(this,e({baseUrl:s,auth:t}))))}static plugin(...s){var t;const e=this.plugins;return(t=class extends(this){}).plugins=e.concat(s.filter((s=>!e.includes(s)))),t}}exports.Core=Core,Core.plugins=[]; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Core=void 0;class Core{constructor(s,e){this.constructor.plugins.forEach((t=>Object.assign(this,t({baseUrl:s,auth:e}))))}static plugin(...s){var e;const t=this.plugins;return(e=class extends(this){}).plugins=[...t,...s.filter((s=>!t.includes(s)))],e}}exports.Core=Core,Core.plugins=[]; |
@@ -13,5 +13,3 @@ import { IConstructor, IFunction, UnionToIntersection } from '@qiwi/substrate' | ||
const NewGerritKit = class extends this { | ||
static plugins = currentPlugins.concat( | ||
newPlugins.filter((plugin) => !currentPlugins.includes(plugin)), | ||
) | ||
static plugins = [...currentPlugins, ...newPlugins.filter((plugin) => !currentPlugins.includes(plugin))] | ||
} | ||
@@ -18,0 +16,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1416455
6
34501
+ Added@qiwi/substrate@^1.20.6
+ Added@qiwi/substrate@1.20.17(transitive)
+ Added@qiwi/substrate-abstract@1.20.11(transitive)
+ Added@qiwi/substrate-std@1.3.12(transitive)
+ Added@qiwi/substrate-types@2.0.0(transitive)
+ Added@types/cheerio@0.22.22(transitive)
+ Addedcheerio@1.0.0-rc.3(transitive)
+ Addedcss-select@1.2.0(transitive)
+ Addedcss-what@2.1.3(transitive)
+ Addeddom-serializer@0.1.1(transitive)
+ Addeddomelementtype@1.3.1(transitive)
+ Addeddomhandler@2.4.2(transitive)
+ Addeddomutils@1.5.1(transitive)
+ Addedentities@1.1.2(transitive)
+ Addedhtmlparser2@3.10.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednth-check@1.0.2(transitive)
+ Addedparse5@3.0.3(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removed@types/cheerio@0.22.35(transitive)
- Removedcheerio@1.0.0(transitive)
- Removedcheerio-select@2.1.0(transitive)
- Removedcss-select@5.1.0(transitive)
- Removedcss-what@6.1.0(transitive)
- Removeddom-serializer@2.0.0(transitive)
- Removeddomelementtype@2.3.0(transitive)
- Removeddomhandler@5.0.3(transitive)
- Removeddomutils@3.2.2(transitive)
- Removedencoding-sniffer@0.2.0(transitive)
- Removedentities@4.5.0(transitive)
- Removedhtmlparser2@9.1.0(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removednth-check@2.1.1(transitive)
- Removedparse5@7.2.1(transitive)
- Removedparse5-htmlparser2-tree-adapter@7.1.0(transitive)
- Removedparse5-parser-stream@7.1.2(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedundici@6.21.1(transitive)
- Removedwhatwg-encoding@3.1.1(transitive)
- Removedwhatwg-mimetype@4.0.0(transitive)
Updated@types/cheerio@0.22.22
Updatedaxios@0.20.0
Updatedcheerio@1.0.0-rc.3
Updatedtslib@^2.2.0