@clovnet/plugin-sdk 0.1.4 → 0.1.5

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @clovnet/plugin-sdk
2
2
 
3
- The official SDK for building **CasinoWebEngine (CWE) plugins** — the complete, contract-only
3
+ The official SDK for building **Clovnet plugins** — the complete, contract-only
4
4
  surface a plugin may touch, plus a full in-memory test harness under `./testing`. You never see
5
5
  (or need) the platform's core: no database, no message bus, no wallet internals.
6
6
 
@@ -106,9 +106,9 @@ npm dist-tags mirror the platform's release channels: `latest` = stable, `next`
106
106
  Start from the **plugin template** (a working `player-favorites` example with tests), then:
107
107
 
108
108
  ```bash
109
- docker compose -f docker-compose.plugindev.yml up # local CWE runtime (from the platform repo)
109
+ docker compose -f docker-compose.plugindev.yml up # local Clovnet runtime (from the platform repo)
110
110
  npx @clovnet/plugin-cli dev # watch → build → hot-reload sideload
111
111
  npx @clovnet/plugin-cli validate # full plugin doctor on the runtime
112
112
  ```
113
113
 
114
- MIT © CasinoWebEngine
114
+ MIT © Clovnet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clovnet/plugin-sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Clovnet plugin SDK \u2014 the complete, contract-only surface for building Clovnet plugins (manifest, PluginContext, routes, datasets, jobs, migrations) plus an in-memory test harness under ./testing.",
5
5
  "license": "MIT",
6
6
  "private": false,