spiderly 0.0.5 → 0.0.7

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.
Files changed (2) hide show
  1. package/README.md +17 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,18 @@
1
- ## Publishing
1
+ <div align="right">
2
+ <img src="https://github.com/filiptrivan/spiderly/blob/main/spiderly-logo.svg" alt="Spiderly Logo" width="60"/>
3
+ </div>
4
+
5
+ # Spiderly Angular
6
+ Spiderly Angular is a library designed to work with Spiderly, but it can also be used independently. It utilizes the PrimeNG UI library.
7
+
8
+ ## Sakai PrimeNG Theme
9
+ Currently, Spiderly Angular uses and provides the layout of the free Sakai PrimeNG theme.
2
10
 
3
- After building your library with `ng build spiderly`, go to the dist folder `cd dist/spiderly` and run `npm publish`.
11
+ ## Authentication
12
+ Supports JWT-based login and registration, with optional Google sign-in.
13
+
14
+ ## Loading Spinner Interceptor
15
+ Displays a full-page loading spinner on every HTTP request. The spinner disappears when the request succeeds or fails.
16
+
17
+ ## Publishing
18
+ After building with `ng build spiderly`, navigate to dist/spiderly with `cd dist/spiderly` and run `npm publish`.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "spiderly",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "author": "Filip Trivan",
5
5
  "license": "MIT",
6
- "description": "Angular Library to use in combination with Spiderly.",
6
+ "description": "Spiderly Angular Library to use in combination with Spiderly.",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/filiptrivan/spiderly/tree/main/Angular"