@timestamp-js/calendar-islamic 0.1.0-rc.3 → 0.1.0-rc.4

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -47,8 +47,8 @@ monthDays.length // 30
47
47
  For CDN or CodePen usage, load `@timestamp-js/core` before the adapter package:
48
48
 
49
49
  ```html
50
- <script src="https://cdn.jsdelivr.net/npm/@timestamp-js/core@0.1.0-rc.3/dist/index.global.min.js"></script>
51
- <script src="https://cdn.jsdelivr.net/npm/@timestamp-js/calendar-islamic@0.1.0-rc.3/dist/index.global.min.js"></script>
50
+ <script src="https://cdn.jsdelivr.net/npm/@timestamp-js/core@0.1.0-rc.4/dist/index.global.min.js"></script>
51
+ <script src="https://cdn.jsdelivr.net/npm/@timestamp-js/calendar-islamic@0.1.0-rc.4/dist/index.global.min.js"></script>
52
52
  <script>
53
53
  const visible = TimestampJsCore.parseCalendarTimestamp(
54
54
  '1445-09-15',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timestamp-js/calendar-islamic",
3
- "version": "0.1.0-rc.3",
3
+ "version": "0.1.0-rc.4",
4
4
  "description": "Islamic/Hijri calendar adapters for Timestamp.",
5
5
  "keywords": [
6
6
  "calendar",
@@ -41,7 +41,7 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@timestamp-js/core": "0.1.0-rc.3"
44
+ "@timestamp-js/core": "0.1.0-rc.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "26.0.1",