Skip to content

Commit 97e1640

Browse files
committed
fix(): package version
1 parent 1e2c95c commit 97e1640

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

projects/ngx-uploader/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Angular 2+ File Uploader
44

5-
http://ngx-uploader.com
5+
https://ngx-uploader.petadev.work
66

77
#### <a name="question"></a> Got a Question or Problem?
88

@@ -168,7 +168,7 @@ startUpload(): void {
168168
let token = this.myToken; // <---- get token
169169
const event: UploadInput = {
170170
type: 'uploadAll',
171-
url: 'http://ngx-uploader.com/upload',
171+
url: 'http://ngx-uploader.petadev.work/upload',
172172
method: 'POST',
173173
headers: { 'Authorization': 'JWT ' + token }, // <---- set headers
174174
data: { foo: 'bar' },
@@ -252,7 +252,7 @@ export class AppHomeComponent {
252252
startUpload(): void {
253253
const event: UploadInput = {
254254
type: 'uploadAll',
255-
url: 'http://ngx-uploader.com/upload',
255+
url: 'http://ngx-uploader.petadev.work/upload',
256256
method: 'POST',
257257
data: { foo: 'bar' }
258258
};

projects/ngx-uploader/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-ex/uploader",
3-
"version": "14.0.2",
4-
"homepage": "https://ngx-uploader.com",
3+
"version": "15.0.0",
4+
"homepage": "https://ngx-uploader.petadev.work",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/angular-ex/uploader.git"
@@ -13,6 +13,8 @@
1313
"license": "MIT",
1414
"keywords": [
1515
"angular",
16+
"angular-components",
17+
"angular-library",
1618
"angular-upload",
1719
"angular-uploader",
1820
"angular-upload-component",
@@ -35,8 +37,8 @@
3537
"url": "https://github.com/angular-ex/uploader/issues"
3638
},
3739
"peerDependencies": {
38-
"@angular/common": ">= 14.0.0",
39-
"@angular/core": ">= 14.0.0"
40+
"@angular/common": ">= 15.0.0",
41+
"@angular/core": ">= 15.0.0"
4042
},
4143
"dependencies": {
4244
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)