Skip to content

Commit 4661bab

Browse files
wawyedchristopherthielen
authored andcommitted
chore(package): update @uirouter/core and @uirouter/rx to enable support for observables in resolves (#646)
BREAKING CHANGE: Removed RXWAIT async policy (which was broken) in favor of supporting custom resolve policies. Added a custom RXWAIT policy to uirouter/rx which is included in uirouter/angular
1 parent 1fb8ad5 commit 4661bab

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"module": "lib/index.js",
4949
"typings": "lib/index.d.ts",
5050
"dependencies": {
51-
"@uirouter/core": "5.0.23",
52-
"@uirouter/rx": "0.5.0"
51+
"@uirouter/core": "^6.0.1",
52+
"@uirouter/rx": "^0.6.0"
5353
},
5454
"peerDependencies": {
5555
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
version "2.3.2"
130130
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
131131

132-
"@uirouter/core@5.0.23":
133-
version "5.0.23"
134-
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.23.tgz#363b4bea635a1b48900dc7e65793a65a3b58a79e"
135-
integrity sha512-rwFOH++z/KY8y+h0IOpQ5uC8Nim6E0EBCQrIjhVCr+XKYXgpK+VdtuOLFdogvbJ3AAi5Z7ei00qdEr7Did5CAg==
132+
"@uirouter/core@^6.0.1":
133+
version "6.0.1"
134+
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.1.tgz#93b02a5d178a7ab7313f34b7b3f019a000d23396"
135+
integrity sha512-mHCutiHtDDRKYmrJ92XPKDoSb2bgqaDyUpHdF4hUE+riwgkCvGdBjL8u+VDTcV3slBAk6B0LBIOIajjWkkObbQ==
136136

137137
"@uirouter/publish-scripts@^2.3.26":
138138
version "2.3.26"
@@ -160,9 +160,10 @@
160160
yalc "^1.0.0-pre.34"
161161
yargs "^14.0.0"
162162

163-
"@uirouter/[email protected]":
164-
version "0.5.0"
165-
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.5.0.tgz#a0577408488e9523732ef5985a631f7b607fed5b"
163+
"@uirouter/rx@^0.6.0":
164+
version "0.6.0"
165+
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.6.0.tgz#aeb616460d7c45f459504f66a8cea81c088dec61"
166+
integrity sha512-+29mPy9qMOu6DveemTm8SEV5ueF5RPe5UgXST+gWg+qitExsmbaNpaSq6lL+3UJdDw+mdonGIBHt31cHD5/aEQ==
166167

167168
JSONStream@^1.0.4:
168169
version "1.3.2"

0 commit comments

Comments
 (0)