rrule-rust 2.0.0-next.8 → 2.0.0-next.9

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/dist/index.d.ts +1 -0
  2. package/package.json +17 -17
package/dist/index.d.ts CHANGED
@@ -89,6 +89,7 @@ export class RRuleDateTime {
89
89
  get second(): number
90
90
  get millisecond(): number
91
91
  toString(): string
92
+ toRFC3339(): string
92
93
  toDate(): Date
93
94
  toUtcDate(): Date
94
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrule-rust",
3
- "version": "2.0.0-next.8",
3
+ "version": "2.0.0-next.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "keywords": [
@@ -92,21 +92,21 @@
92
92
  "prepare": "husky && npm run build"
93
93
  },
94
94
  "optionalDependencies": {
95
- "@rrule-rust/lib-win32-x64-msvc": "2.0.0-next.8",
96
- "@rrule-rust/lib-darwin-x64": "2.0.0-next.8",
97
- "@rrule-rust/lib-linux-x64-gnu": "2.0.0-next.8",
98
- "@rrule-rust/lib-darwin-arm64": "2.0.0-next.8",
99
- "@rrule-rust/lib-android-arm64": "2.0.0-next.8",
100
- "@rrule-rust/lib-linux-arm64-gnu": "2.0.0-next.8",
101
- "@rrule-rust/lib-linux-arm64-musl": "2.0.0-next.8",
102
- "@rrule-rust/lib-win32-arm64-msvc": "2.0.0-next.8",
103
- "@rrule-rust/lib-linux-arm-gnueabihf": "2.0.0-next.8",
104
- "@rrule-rust/lib-linux-arm-musleabihf": "2.0.0-next.8",
105
- "@rrule-rust/lib-linux-x64-musl": "2.0.0-next.8",
106
- "@rrule-rust/lib-freebsd-x64": "2.0.0-next.8",
107
- "@rrule-rust/lib-win32-ia32-msvc": "2.0.0-next.8",
108
- "@rrule-rust/lib-android-arm-eabi": "2.0.0-next.8",
109
- "@rrule-rust/lib-darwin-universal": "2.0.0-next.8",
110
- "@rrule-rust/lib-linux-riscv64-gnu": "2.0.0-next.8"
95
+ "@rrule-rust/lib-win32-x64-msvc": "2.0.0-next.9",
96
+ "@rrule-rust/lib-darwin-x64": "2.0.0-next.9",
97
+ "@rrule-rust/lib-linux-x64-gnu": "2.0.0-next.9",
98
+ "@rrule-rust/lib-darwin-arm64": "2.0.0-next.9",
99
+ "@rrule-rust/lib-android-arm64": "2.0.0-next.9",
100
+ "@rrule-rust/lib-linux-arm64-gnu": "2.0.0-next.9",
101
+ "@rrule-rust/lib-linux-arm64-musl": "2.0.0-next.9",
102
+ "@rrule-rust/lib-win32-arm64-msvc": "2.0.0-next.9",
103
+ "@rrule-rust/lib-linux-arm-gnueabihf": "2.0.0-next.9",
104
+ "@rrule-rust/lib-linux-arm-musleabihf": "2.0.0-next.9",
105
+ "@rrule-rust/lib-linux-x64-musl": "2.0.0-next.9",
106
+ "@rrule-rust/lib-freebsd-x64": "2.0.0-next.9",
107
+ "@rrule-rust/lib-win32-ia32-msvc": "2.0.0-next.9",
108
+ "@rrule-rust/lib-android-arm-eabi": "2.0.0-next.9",
109
+ "@rrule-rust/lib-darwin-universal": "2.0.0-next.9",
110
+ "@rrule-rust/lib-linux-riscv64-gnu": "2.0.0-next.9"
111
111
  }
112
112
  }