reddit-simple-client
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
{ | ||
"name": "reddit-simple-client", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Simple module for interacting with Reddit, using an unauthenticated client", |
@@ -0,0 +0,0 @@ import { DefaultOptions } from './reddit/modal/reddit-options.js'; |
export const DefaultOptions = { useSimpleReturnValues: true }; |
@@ -0,0 +0,0 @@ export const SORT_TYPE = { |
@@ -0,0 +0,0 @@ import RedditApi from 'reddit-oauth'; |
@@ -0,0 +0,0 @@ export class HttpOptions { |
@@ -0,0 +0,0 @@ import https from 'https'; |
@@ -0,0 +0,0 @@ import logg from 'loglevel'; |
@@ -0,0 +0,0 @@ import log from './log.js'; |
@@ -0,0 +0,0 @@ export function parsePostArray(rawResponse) { |
@@ -0,0 +0,0 @@ /** |
15103