@rrule-rust/lib-wasm32-wasi 3.0.0-alpha.7 → 3.0.0-alpha.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rrule-rust/lib-wasm32-wasi",
3
- "version": "3.0.0-alpha.7",
3
+ "version": "3.0.0-alpha.8",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
@@ -56,6 +56,8 @@ const {
56
56
  },
57
57
  })
58
58
  export default __napiModule.exports
59
+ export const ExDate = __napiModule.exports.ExDate
60
+ export const RDate = __napiModule.exports.RDate
59
61
  export const RRule = __napiModule.exports.RRule
60
62
  export const RRuleSet = __napiModule.exports.RRuleSet
61
63
  export const RRuleSetIterator = __napiModule.exports.RRuleSetIterator
@@ -108,6 +108,8 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
108
108
  },
109
109
  })
110
110
  module.exports = __napiModule.exports
111
+ module.exports.ExDate = __napiModule.exports.ExDate
112
+ module.exports.RDate = __napiModule.exports.RDate
111
113
  module.exports.RRule = __napiModule.exports.RRule
112
114
  module.exports.RRuleSet = __napiModule.exports.RRuleSet
113
115
  module.exports.RRuleSetIterator = __napiModule.exports.RRuleSetIterator
Binary file