@4cron/lib-shared
Advanced tools
Comparing version 0.1.0 to 0.2.1
import ical from 'ical'; | ||
/** | ||
* This type represents the optional object that can be passed to the {@link GCal.getEvents} method | ||
* This type represents the optional object that can be passed to the {@link GCalUtil.getEvents} method | ||
* that determines which events to return. | ||
@@ -5,0 +5,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import { BaseUtil } from '@bases/index.js'; | ||
import { BaseUtil } from '../bases/index.js'; | ||
import dayjs, { Dayjs } from 'dayjs'; | ||
@@ -3,0 +3,0 @@ export declare class DateUtil extends BaseUtil { |
@@ -1,2 +0,2 @@ | ||
import { BaseUtil } from '@bases/index.js'; | ||
import { BaseUtil } from '../bases/index.js'; | ||
import dayjs from 'dayjs'; | ||
@@ -3,0 +3,0 @@ import UTCPlugin from 'dayjs/plugin/utc.js'; |
@@ -1,2 +0,2 @@ | ||
import { GetEventsInput } from '@interfaces/index.js'; | ||
import { GetEventsInput } from '../../interfaces/index.js'; | ||
import ical from 'ical'; | ||
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export declare class GCal { | ||
export declare class GCalUtil { | ||
/** | ||
@@ -10,0 +10,0 @@ * Attempts to retrieve the ical file available at the given URL and parse it into a |
@@ -9,3 +9,3 @@ import { logger } from '@4lch4/logger'; | ||
*/ | ||
export class GCal { | ||
export class GCalUtil { | ||
/** | ||
@@ -12,0 +12,0 @@ * Attempts to retrieve the ical file available at the given URL and parse it into a |
{ | ||
"name": "@4cron/lib-shared", | ||
"displayName": "4Cron Lib Shared", | ||
"version": "0.1.0", | ||
"version": "0.2.1", | ||
"description": "A shared library for all of 4Cron.", | ||
@@ -12,5 +12,2 @@ "main": "./dist/index.js", | ||
"homepage": "https://github.com/4lch4/Cronnor", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
@@ -17,0 +14,0 @@ "dist" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
85000