@yunsoft/yuncms-extensions-sdk 0.1.0 → 0.1.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.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,3 +7,9 @@ import { defineEndpoint, defineHook } from '@yunsoft/yuncms-extensions-sdk';
|
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
See the [extension documentation](https://github.com/Yunsoft-Software/yuncms/blob/16-08-2026/docs/extensions.md) for manifests, runtime context and service access.
|
|
10
|
+
|
|
11
|
+
## Project status
|
|
12
|
+
|
|
13
|
+
YunCMS is developed and maintained by [Yunsoft Software](https://yunsoft.com). It is under active development, so interfaces and behavior may change between releases. Test extensions against the exact YunCMS release used by the target project.
|
|
14
|
+
|
|
15
|
+
Use YunCMS at your own risk. This package is provided under the [MIT License](https://github.com/Yunsoft-Software/yuncms/blob/16-08-2026/LICENSE) without warranty.
|