Skip to content

Commit e51264b

Browse files
Updating package.json version and exports.
1 parent 37e5043 commit e51264b

File tree

3 files changed

+41
-38
lines changed

3 files changed

+41
-38
lines changed

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conversationai/perspectiveapi-authorship-demo",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "Apache-2.0",
55
"scripts": {
66
"ng": "ng",
@@ -18,18 +18,19 @@
1818
"publish": "npm publish dist"
1919
},
2020
"peerDependencies": {
21-
"@angular/animations": "^5.2.0",
22-
"@angular/cdk": "^5.0.4",
23-
"@angular/common": "^5.0.2",
24-
"@angular/compiler": "^5.0.2",
25-
"@angular/core": "^5.0.2",
26-
"@angular/elements": "github:angular/elements-builds#labs/elements",
27-
"@angular/forms": "^5.0.1",
28-
"@angular/http": "^5.0.2",
29-
"@angular/material": "^5.0.4",
30-
"@angular/platform-browser": "^5.0.1",
31-
"@angular/platform-browser-dynamic": "^5.0.1",
32-
"@angular/router": "^5.0.1"
21+
"@angular/animations": "^5.2.10",
22+
"@angular/cdk": "^5.2.5",
23+
"@angular/common": "^5.2.10",
24+
"@angular/compiler": "^5.2.10",
25+
"@angular/compiler-cli": "^5.2.10",
26+
"@angular/core": "^5.2.10",
27+
"@angular/elements": "6.0.0-rc.5",
28+
"@angular/forms": "^5.2.10",
29+
"@angular/http": "^5.2.10",
30+
"@angular/material": "^5.2.5",
31+
"@angular/platform-browser": "^5.2.10",
32+
"@angular/platform-browser-dynamic": "^5.2.10",
33+
"@angular/router": "^5.2.10"
3334
},
3435
"dependencies": {
3536
"@conversationai/perspectiveapi-simple-server": "^0.1.4",
@@ -54,20 +55,20 @@
5455
"zone.js": "^0.8.5"
5556
},
5657
"devDependencies": {
57-
"@angular/animations": "^5.2.0",
58-
"@angular/cdk": "^5.0.4",
58+
"@angular/animations": "^5.2.10",
59+
"@angular/cdk": "^5.2.5",
5960
"@angular/cli": "~1.5.5",
60-
"@angular/common": "^5.0.2",
61-
"@angular/compiler": "^5.0.2",
62-
"@angular/compiler-cli": "^5.0.1",
63-
"@angular/core": "^5.0.2",
61+
"@angular/compiler-cli": "^5.2.10",
62+
"@angular/common": "^5.2.10",
63+
"@angular/compiler": "^5.2.10",
64+
"@angular/core": "^5.2.10",
6465
"@angular/elements": "github:angular/elements-builds#labs/elements",
65-
"@angular/forms": "^5.0.1",
66-
"@angular/http": "^5.0.2",
67-
"@angular/material": "^5.0.4",
68-
"@angular/platform-browser": "^5.0.1",
69-
"@angular/platform-browser-dynamic": "^5.0.1",
70-
"@angular/router": "^5.0.1",
66+
"@angular/forms": "^5.2.10",
67+
"@angular/http": "^5.2.10",
68+
"@angular/material": "^5.2.5",
69+
"@angular/platform-browser": "^5.2.10",
70+
"@angular/platform-browser-dynamic": "^5.2.10",
71+
"@angular/router": "^5.2.10",
7172
"@types/jasmine": "~2.8.2",
7273
"@types/node": "~9.6.5",
7374
"jasmine-core": "~2.8.0",

public_api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
export * from './src/app/modules/convai-checker/convai-checker.module'
2+
export * from './src/app/modules/convai-checker/convai-checker.component'
3+
export * from './src/app/modules/convai-checker/perspective-status.component'
24

35
// TODO(rachelrosen): Look into whether exporting from the angular elements
46
// module for convai-checker will produce packaged code that can be used with

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
minimist "^1.2.0"
3030
rxjs "^5.5.6"
3131

32-
"@angular/animations@^5.2.0":
32+
"@angular/animations@^5.2.10":
3333
version "5.2.10"
3434
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.10.tgz#61718792e0922ac622fd7c6dfb0afbb996638692"
3535
dependencies:
3636
tslib "^1.7.1"
3737

38-
"@angular/cdk@^5.0.4":
38+
"@angular/cdk@^5.2.5":
3939
version "5.2.5"
4040
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.2.5.tgz#cae2b12e1990a692dd267a73fdb1d49db37f9604"
4141
dependencies:
@@ -106,13 +106,13 @@
106106
optionalDependencies:
107107
node-sass "^4.3.0"
108108

109-
"@angular/common@^5.0.2":
109+
"@angular/common@^5.2.10":
110110
version "5.2.10"
111111
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.10.tgz#828308df8505a31f219a6895ff91dbb178ebac98"
112112
dependencies:
113113
tslib "^1.7.1"
114114

115-
"@angular/compiler-cli@^5.0.1":
115+
"@angular/compiler-cli@^5.2.10":
116116
version "5.2.10"
117117
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.10.tgz#7e9dead0730dc20f7658e110a558b557b60e7be2"
118118
dependencies:
@@ -121,13 +121,13 @@
121121
reflect-metadata "^0.1.2"
122122
tsickle "^0.27.2"
123123

124-
"@angular/compiler@^5.0.2":
124+
"@angular/compiler@^5.2.10":
125125
version "5.2.10"
126126
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.10.tgz#1cd9914436f0707957823531c4418ce5b7e6a130"
127127
dependencies:
128128
tslib "^1.7.1"
129129

130-
"@angular/core@^5.0.2":
130+
"@angular/core@^5.2.10":
131131
version "5.2.10"
132132
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.10.tgz#a6eba06cae7267efbd2666e3fa5e42b84c2261de"
133133
dependencies:
@@ -139,37 +139,37 @@
139139
dependencies:
140140
tslib "^1.7.1"
141141

142-
"@angular/forms@^5.0.1":
142+
"@angular/forms@^5.2.10":
143143
version "5.2.10"
144144
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.10.tgz#6a4cf9c87b57005599c0ec59a79b7f1b06375591"
145145
dependencies:
146146
tslib "^1.7.1"
147147

148-
"@angular/http@^5.0.2":
148+
"@angular/http@^5.2.10":
149149
version "5.2.10"
150150
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.10.tgz#d80d60fc205b043f72bd61ba22e7aa386d6a51ec"
151151
dependencies:
152152
tslib "^1.7.1"
153153

154-
"@angular/material@^5.0.4":
154+
"@angular/material@^5.2.5":
155155
version "5.2.5"
156156
resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.2.5.tgz#287af95d234e0644244d9db565f7a05c10b737f8"
157157
dependencies:
158158
tslib "^1.7.1"
159159

160-
"@angular/platform-browser-dynamic@^5.0.1":
160+
"@angular/platform-browser-dynamic@^5.2.10":
161161
version "5.2.10"
162162
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.10.tgz#bec4c0ca9fb16c34adee851caa187989953216ca"
163163
dependencies:
164164
tslib "^1.7.1"
165165

166-
"@angular/platform-browser@^5.0.1":
166+
"@angular/platform-browser@^5.2.10":
167167
version "5.2.10"
168168
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.10.tgz#92883803de7362e635748a440dd5f6172fc2394a"
169169
dependencies:
170170
tslib "^1.7.1"
171171

172-
"@angular/router@^5.0.1":
172+
"@angular/router@^5.2.10":
173173
version "5.2.10"
174174
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.10.tgz#cb36c32de0a233a9b49789e11ca0f96c5304f25a"
175175
dependencies:
@@ -4822,7 +4822,7 @@ lodash@^3.8.0:
48224822
version "3.10.1"
48234823
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
48244824

4825-
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.12.0, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@^4.5.1, lodash@~4.17.4:
4825+
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.12.0, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@^4.5.1, lodash@~4.17.4:
48264826
version "4.17.10"
48274827
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
48284828

0 commit comments

Comments
 (0)