From bc17c804b90f01c708538351b47006bc5f8e78cb Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 6 Jan 2022 21:06:48 +0300 Subject: [PATCH] chore(release): 1.0.0 --- package.json | 2 +- projects/ngx-dadata/package.json | 10 +++++----- projects/ngx-dadata/tsconfig.lib.json | 7 +------ tsconfig.json | 4 ++-- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index e6b9243..07c562f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kolkov/ngx-dadata", - "version": "0.7.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-dadata/package.json b/projects/ngx-dadata/package.json index 9e9b9fc..c8314f1 100644 --- a/projects/ngx-dadata/package.json +++ b/projects/ngx-dadata/package.json @@ -1,17 +1,17 @@ { "name": "@kolkov/ngx-dadata", - "version": "0.7.0", + "version": "1.0.0", "author": "Andrey Kolkov ", "repository": "https://github.com/kolkov/ngx-dadata", "license": "MIT", "private": false, - "description": "Angular 6+ Dadata suggestion (подсказки) implementation", + "description": "Angular 6+ and 13+ Dadata suggestion (подсказки) implementation", "peerDependencies": { - "@angular/common": ">6.0.0", - "@angular/core": ">6.0.0" + "@angular/common": ">=13", + "@angular/core": ">=13" }, "dependencies": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" }, "keywords": [ "angular", diff --git a/projects/ngx-dadata/tsconfig.lib.json b/projects/ngx-dadata/tsconfig.lib.json index 92d8245..a76ef9c 100644 --- a/projects/ngx-dadata/tsconfig.lib.json +++ b/projects/ngx-dadata/tsconfig.lib.json @@ -3,14 +3,9 @@ "compilerOptions": { "outDir": "../../out-tsc/lib", "declarationMap": true, - "target": "es2015", "declaration": true, "inlineSources": true, - "types": [], - "lib": [ - "dom", - "es2018" - ] + "types": [] }, "angularCompilerOptions": { "skipTemplateCodegen": true, diff --git a/tsconfig.json b/tsconfig.json index fc3c02a..3959949 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,12 +10,12 @@ "module": "es2020", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2017", "typeRoots": [ "node_modules/@types" ], "lib": [ - "es2018", + "es2020", "dom" ], "paths": {