strapi-plugin-radiocult-uploader 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -20,7 +20,7 @@ Built by [Sister Midnight FM](https://radio.sistermidnight.org/), a community ra
20
20
 
21
21
  ## Requirements
22
22
 
23
- - Strapi **v5**
23
+ - Strapi **v5** (any 5.x, including installs still on the `@strapi/design-system` 2.0.0-rc line)
24
24
  - Node **20+** (uploads stream files with `fs.openAsBlob`)
25
25
  - A Radio Cult station with API access; third-party publishing (SoundCloud/Mixcloud) needs a Radio Cult plan that includes the Connect endpoints (Premium/Business or the Connect add-on)
26
26
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.1",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -65,14 +65,14 @@
65
65
  "yalc": "^1.0.0-pre.53"
66
66
  },
67
67
  "peerDependencies": {
68
- "@strapi/design-system": "^2.0.0",
69
- "@strapi/icons": "^2.0.0",
68
+ "@strapi/design-system": "^2.0.0-rc.29",
69
+ "@strapi/icons": "^2.0.0-rc.29",
70
70
  "@strapi/strapi": "^5.0.0",
71
- "react": "^18.3.1",
72
- "react-dom": "^18.3.1",
73
- "react-intl": "^6.8.9",
74
- "react-router-dom": "^6.30.4",
75
- "styled-components": "^6.5.2"
71
+ "react": "^17.0.0 || ^18.0.0",
72
+ "react-dom": "^17.0.0 || ^18.0.0",
73
+ "react-intl": "^6.6.2",
74
+ "react-router-dom": "^6.0.0",
75
+ "styled-components": "^6.0.0"
76
76
  },
77
77
  "strapi": {
78
78
  "kind": "plugin",