microfed 0.0.11 → 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/AUTHENTICATION.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Authentication Module is designed to offer a flexible and extensible authentication system for the ActivityPub-based inbox, ensuring secure and reliable access for users.
4
4
 
5
- ## Key Features
5
+ ## 🗝️ Key Features
6
6
 
7
7
  The Authentication Module provides the following capabilities:
8
8
 
@@ -11,6 +11,6 @@ The Authentication Module provides the following capabilities:
11
11
  - **Delegated authentication support**, such as OAuth and OIDC, providing the ability to incorporate third-party authentication services when necessary or desired.
12
12
  - **Integration with enterprise authentication systems**, allowing seamless authentication experiences for users within organizational environments.
13
13
 
14
- ## Extensibility and Adaptability
14
+ ## 🔧 Extensibility and Adaptability
15
15
 
16
16
  The Authentication Module has been designed with extensibility and adaptability in mind. It allows for the easy addition of different authentication modules as needed, ensuring that the system remains flexible and accommodating to various use cases and scenarios. This design philosophy ensures that the Authentication Module can evolve and adapt to changing requirements and security landscapes, providing a robust and future-proof authentication solution for your ActivityPub-based inbox.
package/UTILS.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Utils Module is designed to provide a collection of utility functions and tools that support and enhance the functionality of the Microfed system, including the Profile, Inbox, Outbox, and Authentication modules.
4
4
 
5
- ## Key Features
5
+ ## 🌟 Key Features
6
6
 
7
7
  The Utils Module offers the following essential utilities and tools:
8
8
 
@@ -13,7 +13,7 @@ The Utils Module offers the following essential utilities and tools:
13
13
  - **Message formatting and parsing**, delivering support for transforming and interpreting messages in different formats, such as JSON, JSON-LD, and others.
14
14
  - **Compatibility and integration tools**, enabling seamless interoperability between various components, modules, and third-party systems.
15
15
 
16
- ## Modularity and Reusability
16
+ ## 🔩 Modularity and Reusability
17
17
 
18
18
  The Utils Module is built with modularity and reusability in mind. Each utility function and tool is designed to be easily accessible and adaptable, allowing developers to quickly integrate them into their projects without any hassle. This design approach ensures that the Utils Module remains a valuable resource for the Microfed ecosystem, providing essential support and enhancing the functionality of the core modules.
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microfed",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "microfed",
5
5
  "main": "index.js",
6
6
  "scripts": {