@ts-ghost/core-api
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -62,3 +62,4 @@ 'use strict'; | ||
zod.z.literal("internal"), | ||
zod.z.literal("paid") | ||
zod.z.literal("paid"), | ||
zod.z.literal("tiers") | ||
]); | ||
@@ -1005,2 +1006,3 @@ var apiVersionsSchema = zod.z.string().regex(/^v5\.\d+/).default("v5.0"); | ||
const result = await _fetch(this._URL, this._api, options); | ||
console.log("result", result); | ||
let data = {}; | ||
@@ -1007,0 +1009,0 @@ if (result.errors) { |
@@ -62,3 +62,4 @@ 'use strict'; | ||
zod.z.literal("internal"), | ||
zod.z.literal("paid") | ||
zod.z.literal("paid"), | ||
zod.z.literal("tiers") | ||
]); | ||
@@ -1005,2 +1006,3 @@ var apiVersionsSchema = zod.z.string().regex(/^v5\.\d+/).default("v5.0"); | ||
const result = await _fetch(this._URL, this._api, options); | ||
console.log("result", result); | ||
let data = {}; | ||
@@ -1007,0 +1009,0 @@ if (result.errors) { |
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"main": "./dist/index.js", | ||
@@ -29,3 +29,3 @@ "module": "./dist/index.mjs", | ||
"@ts-ghost/tsconfig": "*", | ||
"@types/node": "^20.1.0", | ||
"@types/node": "^20.1.4", | ||
"eslint": "^8.40.0", | ||
@@ -41,3 +41,3 @@ "tsup": "^6.7.0", | ||
"@vitest/coverage-c8": "^0.31.0", | ||
"cross-fetch": "^3.1.5", | ||
"cross-fetch": "^3.1.6", | ||
"jose": "^4.14.4", | ||
@@ -44,0 +44,0 @@ "zod": "^3.21.4" |
Sorry, the diff of this file is too big to display
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
484334
7513
Updatedcross-fetch@^3.1.6