rrule-rust 2.0.0-next.4 → 2.0.0-next.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 (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +18 -18
package/index.d.ts CHANGED
@@ -94,6 +94,7 @@ export class RRuleDateTime {
94
94
  }
95
95
  export class RRuleSet {
96
96
  constructor(dtstart: RRuleDateTime | Date)
97
+ setFromString(str: string): this
97
98
  static parse(str: string): RRuleSet
98
99
  toString(): string
99
100
  addRrule(jsRrule: RRule): this
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrule-rust",
3
- "version": "2.0.0-next.4",
3
+ "version": "2.0.0-next.7",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "@napi-rs/cli": "^2.18.2",
45
45
  "@semantic-release/git": "^10.0.1",
46
46
  "@types/jest": "^29.5.0",
47
- "@types/node": "^18.15.5",
47
+ "@types/node": "^20.12.8",
48
48
  "@typescript-eslint/eslint-plugin": "^5.50.0",
49
49
  "@typescript-eslint/parser": "^5.50.0",
50
50
  "benny": "^3.7.1",
@@ -88,21 +88,21 @@
88
88
  "lint:fix-staged": "lint-staged"
89
89
  },
90
90
  "optionalDependencies": {
91
- "@rrule-rust/lib-win32-x64-msvc": "2.0.0-next.4",
92
- "@rrule-rust/lib-darwin-x64": "2.0.0-next.4",
93
- "@rrule-rust/lib-linux-x64-gnu": "2.0.0-next.4",
94
- "@rrule-rust/lib-darwin-arm64": "2.0.0-next.4",
95
- "@rrule-rust/lib-android-arm64": "2.0.0-next.4",
96
- "@rrule-rust/lib-linux-arm64-gnu": "2.0.0-next.4",
97
- "@rrule-rust/lib-linux-arm64-musl": "2.0.0-next.4",
98
- "@rrule-rust/lib-win32-arm64-msvc": "2.0.0-next.4",
99
- "@rrule-rust/lib-linux-arm-gnueabihf": "2.0.0-next.4",
100
- "@rrule-rust/lib-linux-arm-musleabihf": "2.0.0-next.4",
101
- "@rrule-rust/lib-linux-x64-musl": "2.0.0-next.4",
102
- "@rrule-rust/lib-freebsd-x64": "2.0.0-next.4",
103
- "@rrule-rust/lib-win32-ia32-msvc": "2.0.0-next.4",
104
- "@rrule-rust/lib-android-arm-eabi": "2.0.0-next.4",
105
- "@rrule-rust/lib-darwin-universal": "2.0.0-next.4",
106
- "@rrule-rust/lib-linux-riscv64-gnu": "2.0.0-next.4"
91
+ "@rrule-rust/lib-win32-x64-msvc": "2.0.0-next.7",
92
+ "@rrule-rust/lib-darwin-x64": "2.0.0-next.7",
93
+ "@rrule-rust/lib-linux-x64-gnu": "2.0.0-next.7",
94
+ "@rrule-rust/lib-darwin-arm64": "2.0.0-next.7",
95
+ "@rrule-rust/lib-android-arm64": "2.0.0-next.7",
96
+ "@rrule-rust/lib-linux-arm64-gnu": "2.0.0-next.7",
97
+ "@rrule-rust/lib-linux-arm64-musl": "2.0.0-next.7",
98
+ "@rrule-rust/lib-win32-arm64-msvc": "2.0.0-next.7",
99
+ "@rrule-rust/lib-linux-arm-gnueabihf": "2.0.0-next.7",
100
+ "@rrule-rust/lib-linux-arm-musleabihf": "2.0.0-next.7",
101
+ "@rrule-rust/lib-linux-x64-musl": "2.0.0-next.7",
102
+ "@rrule-rust/lib-freebsd-x64": "2.0.0-next.7",
103
+ "@rrule-rust/lib-win32-ia32-msvc": "2.0.0-next.7",
104
+ "@rrule-rust/lib-android-arm-eabi": "2.0.0-next.7",
105
+ "@rrule-rust/lib-darwin-universal": "2.0.0-next.7",
106
+ "@rrule-rust/lib-linux-riscv64-gnu": "2.0.0-next.7"
107
107
  }
108
108
  }