This repository was archived by the owner on Apr 9, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 1.0.0
6
+
7
+ ### Changed
8
+ - bump esri-loader to 1.0.0
9
+
5
10
## 0.1.11
6
11
### Changed
7
12
- Removed index.ts as main entry point
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular2-esri-loader" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " An Angular (2+) service to help you load ArcGIS API for JavaScript Modules" ,
5
5
"scripts" : {
6
6
"build" : " npm run clean && npm run ngc && npm run rollup && npm run copy" ,
9
9
"ngc" : " ngc -p tsconfig.json" ,
10
10
"rollup" : " rollup build/angular2-esri-loader.js -o dist/angular2-esri-loader.js" ,
11
11
"prepublish" : " npm run build" ,
12
+ "preversion" : " npm run test && git add README.md CHANGELOG.md" ,
12
13
"test" : " ngc"
13
14
},
14
15
"repository" : {
27
28
},
28
29
"homepage" : " https://github.com/tomwayson/angular2-esri-loader#readme" ,
29
30
"devDependencies" : {
30
- "@angular/compiler" : " ^4.0.2 " ,
31
- "@angular/compiler-cli" : " ^4.0.2 " ,
32
- "@angular/core" : " ^4.0.2 " ,
31
+ "@angular/compiler" : " ^4.1.1 " ,
32
+ "@angular/compiler-cli" : " ^4.1.1 " ,
33
+ "@angular/core" : " ^4.1.1 " ,
33
34
"copyfiles" : " ^1.2.0" ,
34
- "esri-loader" : " ^0.3.1 " ,
35
+ "esri-loader" : " ^1.0.0 " ,
35
36
"rimraf" : " ^2.6.1" ,
36
37
"rollup" : " ^0.41.6" ,
37
38
"rxjs" : " ^5.3.0" ,
Original file line number Diff line number Diff line change 17
17
"url" : " https://github.com/tomwayson/angular2-esri-loader/issues"
18
18
},
19
19
"homepage" : " https://github.com/tomwayson/angular2-esri-loader#readme" ,
20
+ "dependencies" : {
21
+ "esri-loader" : " ^1.0.0"
22
+ },
20
23
"peerDependencies" : {
21
- "@angular/core" : " ^4.0.1" ,
22
- "esri-loader" : " ^0.3.1" ,
24
+ "@angular/core" : " ^4.1.1" ,
23
25
"rxjs" : " ^5.3.0" ,
24
26
"zone.js" : " ^0.8.5"
25
27
},
You can’t perform that action at this time.
0 commit comments