@providame/vue 0.0.9 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/dist/providame-vue.cjs +1 -1
- package/dist/providame-vue.js +134 -137
- package/package.json +13 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
Notable changes to `@providame/vue`.
|
|
4
|
+
|
|
5
|
+
This file starts at 0.0.10. Earlier releases predate it and are not
|
|
6
|
+
reconstructed here — inventing entries from commit archaeology would look
|
|
7
|
+
authoritative while being guesswork.
|
|
8
|
+
|
|
9
|
+
All five `@providame/*` packages are released in lockstep on a single
|
|
10
|
+
version, so a bump does not imply this package changed — check the entry
|
|
11
|
+
below. A release with no entry changed nothing here.
|
|
12
|
+
|
|
13
|
+
## 0.0.11
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Added `repository`, `homepage` and `bugs` so the npm page links back to
|
|
18
|
+
the source and issue tracker.
|
|
19
|
+
|
|
20
|
+
## 0.0.10
|
|
21
|
+
|
|
22
|
+
No functional changes to this package's own source.
|
|
23
|
+
|
|
24
|
+
It does re-export `Configuration` from `@providame/core`, and that type lost
|
|
25
|
+
three fields this release — see core's changelog. If you import
|
|
26
|
+
`Configuration` from here and read `authorizationEndpoint`, `tokenEndpoint`
|
|
27
|
+
or `userinfoEndpoint`, that will now fail to type-check.
|
|
28
|
+
|
|
29
|
+
### Changed
|