@cocreate/acme 1.2.5 → 1.2.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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +9 -3
  3. package/package.json +9 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.2.7](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.6...v1.2.7) (2024-03-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * removed replaced keyword spaces with hyphens ([7e041d6](https://github.com/CoCreate-app/CoCreate-acme/commit/7e041d669135dd8c372864a32d9a17bcf33feace))
7
+
8
+ ## [1.2.6](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.5...v1.2.6) (2024-03-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * descriptions ([9077e05](https://github.com/CoCreate-app/CoCreate-acme/commit/9077e05c7de4cef797c6287bd7056f2b3abf6093))
14
+
1
15
  ## [1.2.5](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.4...v1.2.5) (2024-02-05)
2
16
 
3
17
 
package/README.md CHANGED
@@ -1,14 +1,20 @@
1
1
  # CoCreate-acme
2
2
 
3
- A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all acme completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/acme)
3
+ CoCreate-acme offers a powerful and dynamic SSL certificate management solution, leveraging the ACME protocol to automate the creation, renewal, and retrieval of certificates. Designed for distributed applications, it not only simplifies certificate management but also provides direct API access within your application, enabling real-time certificate operations without manual intervention.
4
4
 
5
5
  ![minified](https://img.badgesize.io/https://cdn.cocreate.app/acme/latest/CoCreate-acme.min.js?style=flat-square&label=minified&color=orange)
6
6
  ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/acme/latest/CoCreate-acme.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7
7
  ![brotli](https://img.badgesize.io/https://cdn.cocreate.app/acme/latest/CoCreate-acme.min.js?compression=brotli&style=flat-square&label=brotli)
8
- ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9
- ![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
8
+ ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-acme?style=flat-square)
9
+ ![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-acme?style=flat-square)
10
10
  ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
11
11
 
12
+ ## Key Features
13
+
14
+ - **Automated Certificate Lifecycle Management**: Utilizes the ACME protocol for hassle-free creation, renewal, and retrieval of SSL certificates, minimizing manual efforts.
15
+ - **Direct API Access within Applications**: Seamlessly integrates with your application, providing an accessible API for on-the-fly certificate management, ideal for dynamic and distributed environments.
16
+ - **Scalable for Distributed Applications**: Engineered to support the unique needs of distributed applications, ensuring secure, scalable certificate provisioning.
17
+
12
18
  ![CoCreate-acme](https://cdn.cocreate.app/docs/CoCreate-acme.gif)
13
19
 
14
20
  ## [Docs & Demo](https://cocreate.app/docs/acme)
package/package.json CHANGED
@@ -1,23 +1,19 @@
1
1
  {
2
2
  "name": "@cocreate/acme",
3
- "version": "1.2.5",
4
- "description": "An intergration with ACME and CoCreateJS.",
3
+ "version": "1.2.7",
4
+ "description": "Dynamic SSL certificate management leveraging the ACME protocol, designed for direct API accessibility within applications. Automates certificate creation, renewal, and retrieval, ideal for distributed applications requiring real-time, secure certificate operations.",
5
5
  "keywords": [
6
- "acme",
6
+ "ACME",
7
+ "SSL",
8
+ "certificates",
9
+ "automation",
10
+ "API",
11
+ "distributed-applications",
12
+ "security",
7
13
  "cocreate",
8
14
  "low-code-framework",
9
- "no-code-framework",
10
- "cocreatejs",
11
- "cocreatejs-component",
12
15
  "cocreate-framework",
13
- "no-code",
14
16
  "low-code",
15
- "collaborative-framework",
16
- "realtime",
17
- "realtime-framework",
18
- "collaboration",
19
- "shared-editing",
20
- "html5-framework",
21
17
  "javascript-framework"
22
18
  ],
23
19
  "publishConfig": {