@yunsoft/yuncms-extensions-sdk 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yunsoft/yuncms-extensions-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Extension authoring helpers for YunCMS endpoints and hooks.",
5
5
  "license": "MIT",
6
6
  "type": "module",