@mnemonik/scanner 7.39.0 → 7.39.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/LICENSE +38 -0
  2. package/package.json +3 -3
package/LICENSE ADDED
@@ -0,0 +1,38 @@
1
+ MNEMONIK PROPRIETARY SOFTWARE LICENSE
2
+
3
+ Copyright © 2026 JayDeeCo Limited. All rights reserved.
4
+
5
+ This licence applies to the Mnemonik software distributed with this file
6
+ (the "Software").
7
+
8
+ Subject to the Mnemonik Terms of Service and while you are an authorised
9
+ Mnemonik account holder, JayDeeCo Limited grants you a limited, revocable,
10
+ non-exclusive, non-transferable, non-sublicensable licence to download,
11
+ install, and run unmodified copies of the Software solely to access and use
12
+ the Mnemonik service. This permission applies to authorised free, trial, and
13
+ paid accounts.
14
+
15
+ You may not:
16
+
17
+ 1. modify the Software or create derivative works from it;
18
+ 2. reverse engineer, decompile, or disassemble the Software, except to the
19
+ extent that applicable law does not permit this restriction;
20
+ 3. redistribute, publish, sell, rent, lease, sublicense, or resell the
21
+ Software or access to it;
22
+ 4. use the Software to build or operate a product or service that competes
23
+ with Mnemonik;
24
+ 5. remove or alter any copyright, trade mark, attribution, or proprietary
25
+ notice; or
26
+ 6. bypass authentication, service limits, or technical restrictions.
27
+
28
+ JayDeeCo Limited and its licensors retain all right, title, and interest in
29
+ the Software. No rights are granted except those expressly stated here.
30
+
31
+ This licence ends automatically when your right to use Mnemonik ends or if
32
+ you breach this licence or the Mnemonik Terms of Service. When it ends, you
33
+ must stop using the Software and delete copies in your possession or control.
34
+
35
+ Third-party components remain subject to their own licences. The warranty
36
+ disclaimers, limitations of liability, termination terms, and governing law
37
+ in the Mnemonik Terms of Service at https://mnemonik.ai/terms apply to this
38
+ licence and the Software.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@mnemonik/scanner",
3
- "version": "7.39.0",
3
+ "version": "7.39.2",
4
4
  "description": "Automatic codebase indexing daemon for Mnemonik",
5
- "license": "UNLICENSED",
5
+ "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "mnemonik-scanner": "dist/index.js"
@@ -20,7 +20,7 @@
20
20
  "prepublishOnly": "npm run build"
21
21
  },
22
22
  "dependencies": {
23
- "@mnemonik/shared": "^7.39.0"
23
+ "@mnemonik/shared": "^7.39.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^20.19.43",