@malevich-studio/strapi-sdk-typescript 1.0.9 → 1.0.11

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 +4 -3
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A TypeScript SDK for interacting with Strapi APIs.
4
4
 
5
+ ⚠️ **This SDK is designed specifically for Strapi 5. It will not work with previous versions of Strapi.** ⚠️
6
+
5
7
  ## 🚀 Installation
6
8
 
7
9
  To install the SDK, run:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malevich-studio/strapi-sdk-typescript",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "sideEffects": false,
5
5
  "bin": {
6
6
  "generate-strapi-types": "./dist/cli.mjs"
@@ -47,7 +47,7 @@
47
47
  "url": "https://github.com/malevich-studio/strapi-sdk-typescript"
48
48
  },
49
49
  "license": "ISC",
50
- "description": "",
50
+ "description": "A TypeScript SDK for interacting with Strapi APIs.",
51
51
  "devDependencies": {
52
52
  "@rollup/plugin-commonjs": "^28.0.2",
53
53
  "@rollup/plugin-json": "^6.1.0",
@@ -56,5 +56,6 @@
56
56
  "rollup": "^4.34.6",
57
57
  "rollup-plugin-dts": "^6.1.1",
58
58
  "typescript": "^5.7.3"
59
- }
59
+ },
60
+ "keywords": ["strapi", "strapi5", "api", "rest", "sdk", "typescript", "nextjs"]
60
61
  }