Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install --save mg-api-js
To use the wrapper in a browser, download `dist/api.min.js` from a release or load an exact version from jsDelivr:

```html
<script src="https://cdn.jsdelivr.net/npm/mg-api-js@3.0.2/dist/api.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mg-api-js@3.0.3/dist/api.min.js"></script>
```

Pin both the package version and file path in production. An unversioned CDN URL can change when a new release is published, so upgrades should be reviewed and deployed deliberately. For other URL formats, see the [jsDelivr documentation](https://www.jsdelivr.com/features).
Expand Down
4 changes: 2 additions & 2 deletions dist/api.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! mg-api-js - v3.0.2
* Release on: 2026-04-13
/*! mg-api-js - v3.0.3
* Release on: 2026-07-15
* Copyright (c) 2020 Geotab Inc
* Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/api.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! mg-api-js - v3.0.2
* Release on: 2026-04-13
/*! mg-api-js - v3.0.3
* Release on: 2026-07-15
* Copyright (c) 2020 Geotab Inc
* Licensed MIT */
// UMD Declaration
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mg-api-js",
"version": "3.0.2",
"version": "3.0.3",
"description": "A MyGeotab API wrapper for clientside and serverside javascript",
"main": "dist/api.min.js",
"readmeFilename": "README.md",
Expand Down
Loading