File tree 13 files changed +27
-244
lines changed
13 files changed +27
-244
lines changed Original file line number Diff line number Diff line change 6
6
npm-debug.log
7
7
.idea /
8
8
.vscode /settings.json
9
+ angular-fire- * .tgz
9
10
angularfire2- * .tgz
10
11
* .ngfactory.ts
11
12
* .ngsummary.json
Original file line number Diff line number Diff line change 11
11
"karma" : " karma start" ,
12
12
"test:universal" : " npm run build && cp -R dist/packages-dist test/universal-test/node_modules/angularfire2 && cd test/universal-test && npm run prerender" ,
13
13
"delayed_karma" : " sleep 10 && karma start" ,
14
- "build" : " rm -rf dist && node tools/build.js" ,
14
+ "build" : " rm -rf dist && node tools/build.js && npm pack ./dist/packages-dist " ,
15
15
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 1" ,
16
- "build:wrapper" : " npm i --prefix wrapper && npm run --prefix wrapper build"
16
+ "build:wrapper" : " npm i --prefix wrapper && npm run --prefix wrapper build && npm pack ./dist/wrapper-dist "
17
17
},
18
18
"schematics" : " ./dist/packages-dist/collection.json" ,
19
19
"builders" : " ./dist/packages-dist/builders.json" ,
50
50
"rxjs" : " ^6.0.0" ,
51
51
"ws" : " ^3.3.2" ,
52
52
"xhr2" : " ^0.1.4" ,
53
- "zone.js" : " <0.10 "
53
+ "zone.js" : " ^0.8 || ^0.9 "
54
54
},
55
55
"optionalDependencies" : {
56
56
"bufferutil" : " ~3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/auth-guard" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The auth guard module" ,
5
3
"main" : " ../bundles/auth-guard.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "@angular/router" : " ANGULAR_VERSION" ,
26
- "firebase" : " FIREBASE_VERSION" ,
27
- "rxjs" : " RXJS_VERSION" ,
28
- "zone.js" : " ZONEJS_VERSION"
29
- },
30
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
31
8
}
32
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/auth" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The auth module" ,
5
3
"main" : " ../bundles/auth.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
Original file line number Diff line number Diff line change 33
33
"fuzzy" : " FUZZY_VERSION" ,
34
34
"inquirer" : " INQUIRER_VERSION" ,
35
35
"inquirer-autocomplete-prompt" : " INQUIRER_AUTOCOMPLETE_VERSION" ,
36
- "rxjs" : " RXJS_VERSION" ,
37
- "zone.js" : " ZONEJS_VERSION"
36
+ "rxjs" : " RXJS_VERSION"
38
37
},
39
- "typings" : " index.d.ts"
38
+ "typings" : " index.d.ts" ,
39
+ "sideEffects" : false
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/database-deprecated" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The database module" ,
5
3
"main" : " ../bundles/database.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/database" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The database module" ,
5
3
"main" : " ../bundles/database.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
Original file line number Diff line number Diff line change 3
3
"version" : " ANGULARFIRE2_VERSION" ,
4
4
"description" : " Fixes for Node.js" ,
5
5
"main" : " index.js" ,
6
- "keywords" : [
7
- " angular" ,
8
- " firebase" ,
9
- " rxjs"
10
- ],
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " git+https://github.com/angular/angularfire2.git"
14
- },
15
- "author" : " angular,firebase" ,
16
- "license" : " MIT" ,
17
- "dependencies" : {
18
- "xhr2" : " XHR2_VERSION" ,
19
- "ws" : " WS_VERSION"
20
- },
21
- "optionalDependencies" : {
22
- "bufferutil" : " BUFFERUTIL_VERSION" ,
23
- "utf-8-validate" : " UTF_8_VALIDATE_VERSION"
24
- },
25
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : true
26
8
}
27
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/firestore" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The firestore module" ,
5
3
"main" : " ../bundles/firestore.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/functions" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The functions module" ,
5
3
"main" : " ../bundles/functions.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/messaging" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The messaging module" ,
5
3
"main" : " ../bundles/messaging.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "@firebase/app" : " FIREBASE_APP_VERSION" ,
26
- "@firebase/messaging" : " FIREBASE_MESSAGING_VERSION" ,
27
- "rxjs" : " RXJS_VERSION" ,
28
- "zone.js" : " ZONEJS_VERSION"
29
- },
30
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
31
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/performance" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The performance monitoring module" ,
5
3
"main" : " ../bundles/performance.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/fire/storage" ,
3
- "version" : " ANGULARFIRE2_VERSION" ,
4
- "description" : " The storage module" ,
5
3
"main" : " ../bundles/storage.umd.js" ,
6
4
"module" : " index.js" ,
7
5
"es2015" : " ./es2015/index.js" ,
8
- "keywords" : [
9
- " angular" ,
10
- " firebase" ,
11
- " rxjs"
12
- ],
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git+https://github.com/angular/angularfire2.git"
16
- },
17
- "author" : " angular,firebase" ,
18
- "license" : " MIT" ,
19
- "peerDependencies" : {
20
- "@angular/fire" : " ANGULARFIRE2_VERSION" ,
21
- "@angular/common" : " ANGULAR_VERSION" ,
22
- "@angular/core" : " ANGULAR_VERSION" ,
23
- "@angular/platform-browser" : " ANGULAR_VERSION" ,
24
- "@angular/platform-browser-dynamic" : " ANGULAR_VERSION" ,
25
- "firebase" : " FIREBASE_VERSION" ,
26
- "rxjs" : " RXJS_VERSION" ,
27
- "zone.js" : " ZONEJS_VERSION"
28
- },
29
- "typings" : " index.d.ts"
6
+ "typings" : " index.d.ts" ,
7
+ "sideEffects" : false
30
8
}
You can’t perform that action at this time.
0 commit comments