We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847f374 commit 5cb0e07Copy full SHA for 5cb0e07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@space48/bigcommerce-token-validator",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
@@ -1,7 +1,7 @@
import BigCommerce from 'node-bigcommerce';
import { BigCommercePermission } from './types/BigCommercePermission';
import { BigCommercePermissionEndpoints } from './endpoints';
-
+export * from './types/BigCommercePermission';
7
const getClient = (creds: {
0 commit comments