Skip to content

Commit

Permalink
Merge pull request #16 from fleetbase/dev-v1.2.9
Browse files Browse the repository at this point in the history
Implemented resolver
  • Loading branch information
doljko authored Mar 27, 2024
2 parents 008541b + ca89d04 commit 04de076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/sdk",
"version": "1.2.8",
"version": "1.2.9",
"description": "Fleetbase JS & Node SDK",
"main": "dist/cjs/fleetbase.js",
"module": "dist/esm/fleetbase.js",
Expand Down
2 changes: 2 additions & 0 deletions src/fleetbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { extendStoreActions } from './store';
import { orderActions } from './resources/order';
import { driverActions } from './resources/driver';
import { organizationActions } from './resources/organization';
import { lookup } from './resolver';

/**
* // instance
Expand Down Expand Up @@ -119,4 +120,5 @@ export {
classify,
dasherize,
camelize,
lookup,
};

0 comments on commit 04de076

Please sign in to comment.