calendaryjs-plugin-ics 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,6 +11,12 @@ Calendar, Google Calendar, Outlook and anything else can subscribe to. An **edge
11
11
  integration** — calendaryjs owns the calendar core; this only serializes its plain
12
12
  output, with **zero runtime dependency**.
13
13
 
14
+ <p align="center">
15
+ <a href="https://www.npmjs.com/package/calendaryjs-plugin-ics"><img alt="npm" src="https://img.shields.io/npm/v/calendaryjs-plugin-ics?style=for-the-badge&color=f59e0b&labelColor=16120F" /></a>
16
+ <a href="https://socket.dev/npm/package/calendaryjs-plugin-ics"><img alt="Socket" src="https://img.shields.io/badge/Socket-security-f59e0b?style=for-the-badge&labelColor=16120F" /></a>
17
+ <img alt="Zero dependencies" src="https://img.shields.io/badge/deps-zero-22c55e?style=for-the-badge&labelColor=16120F" />
18
+ </p>
19
+
14
20
  ## Install
15
21
 
16
22
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calendaryjs-plugin-ics",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "ICS (RFC 5545) export for calendaryjs — serialize generated calendar occurrences to a standard .ics VCALENDAR (VEVENT, VALARM reminders, PRIORITY, CATEGORIES, COLOR/IMAGE). The edge integration: calendaryjs owns the core, ICS rides at the boundary.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "typescript": "^5.3.2",
41
41
  "vitest": "^4.0.18",
42
- "calendaryjs": "0.2.2"
42
+ "calendaryjs": "0.2.4"
43
43
  },
44
44
  "files": [
45
45
  "dist"