@coolms/core-angular 2.0.0-alpha.2 → 2.0.0-alpha.3
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/README.md +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,12 +58,13 @@ class while the package is consumed from source.
|
|
|
58
58
|
|
|
59
59
|
## Status
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
A pre-release: the shape is still moving and it carries no compatibility
|
|
62
|
+
promise. Published under the `alpha` dist-tag; `latest` will move to the first
|
|
63
|
+
stable release when there is one.
|
|
63
64
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
The CoolMS admin application consumes it from source via a TypeScript path
|
|
66
|
+
mapping rather than from the registry, so the published build and the one the
|
|
67
|
+
admin runs are produced the same way but resolved differently.
|
|
67
68
|
|
|
68
69
|
## Requirements
|
|
69
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coolms/core-angular",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.3",
|
|
4
4
|
"description": "The CoolMS client runtime for Angular: session and token refresh, boot manifest and app configuration, theme, user preferences, error handling, HTTP interceptors, and the wire types the CoolMS API emits.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|