Comparing version 1.2.14 to 1.2.15
# Changelog | ||
## [1.2.15](https://github.com/ButterCMS/buttercms-js/compare/v1.2.14...v1.2.15) (2023-10-23) | ||
### Bug Fixes | ||
* bump @babel/traverse from 7.21.4 to 7.23.2 ([8e3fcd5](https://github.com/ButterCMS/buttercms-js/commit/8e3fcd5fba9e5fa0abb1cc856fdff59d3578e71e)) | ||
## [1.2.14](https://github.com/ButterCMS/buttercms-js/compare/v1.2.13...v1.2.14) (2023-09-19) | ||
@@ -4,0 +11,0 @@ |
'use strict'; | ||
var BUTTER_CLIENT_VERSION = '1.2.14'; // {x-release-please-version} | ||
var BUTTER_CLIENT_VERSION = '1.2.15'; // {x-release-please-version} | ||
@@ -5,0 +5,0 @@ const axios = require('axios').default; |
{ | ||
"name": "buttercms", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "ButterCMS API Client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,5 +11,5 @@ # ButterCMS JS client | ||
Requires node.js version 4 or greater. | ||
Requires Node.js version 10 or greater. | ||
``` | ||
```bash | ||
npm install buttercms --save | ||
@@ -20,5 +20,7 @@ ``` | ||
<!-- {x-release-please-start-version} --> | ||
```html | ||
<script src="https://cdnjs.buttercms.com/buttercms-1.2.14.min.js"></script> <!-- {x-release-please-version} --> | ||
<script src="https://cdnjs.buttercms.com/buttercms-1.2.15.min.js"></script> | ||
``` | ||
<!-- {x-release-please-end} --> | ||
@@ -33,3 +35,3 @@ ## Overview | ||
Using ES6: | ||
Using ES6 or Typescript: | ||
@@ -41,9 +43,2 @@ ```js | ||
Using TypeScript: | ||
```js | ||
import Butter from 'buttercms'; | ||
const butter = Butter('api_token_567abe'); | ||
``` | ||
Using CDN: | ||
@@ -127,3 +122,2 @@ | ||
## Timeouts | ||
@@ -130,0 +124,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65634
149