@snutils/snu 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 (3) hide show
  1. package/LICENSE.md +7 -0
  2. package/README.md +1 -1
  3. package/package.json +4 -3
package/LICENSE.md ADDED
@@ -0,0 +1,7 @@
1
+ # SN Utils Service Terms
2
+
3
+ Copyright © 2020–2026 SN Utils B.V. All rights reserved.
4
+
5
+ Use of `@snutils/snu`, sn-scriptsync, and associated SN Utils components is governed by the [SN Utils Service Terms](https://snutils.com/legal/service-terms).
6
+
7
+ Third-party software included in or referenced by this package remains subject to its own license terms.
package/README.md CHANGED
@@ -162,4 +162,4 @@ Session credentials stay on your machine. The standalone bridge keeps the `/toke
162
162
 
163
163
  ## License
164
164
 
165
- MIT © [SN Utils B.V. / Arnoud Kooi](https://snutils.com)
165
+ Copyright © 2020–2026 SN Utils B.V. All rights reserved. Use of this package is governed by the [SN Utils Service Terms](https://snutils.com/legal/service-terms).
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@snutils/snu",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Unified CLI and Model Context Protocol (MCP) server for SN Utils and ScriptSync",
5
5
  "author": "Arnoud Kooi <arnoud@snutils.com>",
6
- "license": "MIT",
6
+ "license": "SEE LICENSE IN LICENSE.md",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -16,7 +16,8 @@
16
16
  "dist",
17
17
  "!dist/test",
18
18
  "bin",
19
- "README.md"
19
+ "README.md",
20
+ "LICENSE.md"
20
21
  ],
21
22
  "engines": {
22
23
  "node": ">=20.0.0"