studiocms 0.4.1 → 0.4.3
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.
- package/CHANGELOG.md +22 -0
- package/dist/client/apiClient.d.ts +756 -756
- package/dist/consts.js +8 -0
- package/dist/handlers/storage-manager/core/api-core.d.ts +3 -3
- package/dist/handlers/storage-manager/core/astro-context.d.ts +1 -1
- package/dist/handlers/storage-manager/core/database.d.ts +1 -1
- package/dist/handlers/storage-manager/core/effectify-astro-context.d.ts +1 -1
- package/dist/handlers/storage-manager/core/url-mapping.d.ts +1 -1
- package/frontend/pages/studiocms_api/_handlers/dashboard/create.ts +27 -5
- package/frontend/pages/studiocms_api/_handlers/dashboard/users.ts +6 -0
- package/frontend/pages/studiocms_api/_handlers/rest-api/v1/secure.ts +5 -8
- package/frontend/pages/studiocms_api/_handlers/sdk.ts +14 -1
- package/package.json +17 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# studiocms
|
|
2
2
|
|
|
3
|
+
## 0.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1470](https://github.com/withstudiocms/studiocms/pull/1470) [`66b634c`](https://github.com/withstudiocms/studiocms/commit/66b634c0b0ecbf501c948cc6b7aa1f584ea2561d) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fixes createResetLink endpoints rank check
|
|
8
|
+
|
|
9
|
+
- [#1472](https://github.com/withstudiocms/studiocms/pull/1472) [`87f0239`](https://github.com/withstudiocms/studiocms/commit/87f02392152c83ec5796c0dc2b6d82a69d6d4641) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Improves permission checks for user ranks during user creation in the REST API endpoint
|
|
10
|
+
|
|
11
|
+
- [#1466](https://github.com/withstudiocms/studiocms/pull/1466) [`d65992d`](https://github.com/withstudiocms/studiocms/commit/d65992d780dfefb63a9bec747357cef57075b3f4) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fixes peerDependencies and associated metadata
|
|
12
|
+
|
|
13
|
+
- [#1471](https://github.com/withstudiocms/studiocms/pull/1471) [`66b30b7`](https://github.com/withstudiocms/studiocms/commit/66b30b73e32af52ba4d72fbc994a073ae3397749) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Prevents unauthorized modification of user notification preferences
|
|
14
|
+
|
|
15
|
+
## 0.4.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#1463](https://github.com/withstudiocms/studiocms/pull/1463) [`d17d916`](https://github.com/withstudiocms/studiocms/commit/d17d9162c10d0d8acd628da00374983769f56828) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fixes import paths, build scripts, and tweaks Astro config for StudioCMS installations
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`d17d916`](https://github.com/withstudiocms/studiocms/commit/d17d9162c10d0d8acd628da00374983769f56828)]:
|
|
22
|
+
- @withstudiocms/api-spec@0.3.1
|
|
23
|
+
- effectify@0.1.1
|
|
24
|
+
|
|
3
25
|
## 0.4.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|