@sleekcms/react 1.4.0 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  React hooks for fetching content from [SleekCMS](https://sleekcms.com).
4
4
 
5
+ [SleekCMS](https://sleekcms.com) is a hosted headless CMS with a built in static site builder and simple to use API's. Sign in at [sleekcms.com](https://sleekcms.com), create your content models, add your content, then grab your site token and use this library to integrate content in your React app.
6
+
5
7
  ## Installation
6
8
 
7
9
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleekcms/react",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "React bindings for @sleekcms/client",
5
5
  "main": "index.cjs",
6
6
  "module": "index.mjs",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "license": "MIT",
41
41
  "dependencies": {
42
- "@sleekcms/client": "^2.2.0"
42
+ "@sleekcms/client": "^2.2.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@testing-library/dom": "^10.4.1",
@@ -47,7 +47,7 @@
47
47
  "@testing-library/react-hooks": "^8.0.1",
48
48
  "@types/react": "^19.2.7",
49
49
  "@types/react-dom": "^19.2.3",
50
- "jsdom": "^27.3.0",
50
+ "jsdom": "^27.4.0",
51
51
  "react": "^19.2.3",
52
52
  "react-dom": "^19.2.3",
53
53
  "tsup": "^8.5.1",