@noeton/logos 0.1.1 → 0.1.7

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  <p align="center">
9
9
  <a href="https://www.npmjs.com/package/@noeton/logos"><img alt="npm" src="https://img.shields.io/npm/v/@noeton/logos?style=flat-square&color=0b7285"></a>
10
- <img alt="license" src="https://img.shields.io/badge/license-MIT-blue?style=flat-square">
10
+ <img alt="license" src="https://img.shields.io/badge/license-Apache_2.0-blue?style=flat-square">
11
11
  <img alt="platforms" src="https://img.shields.io/badge/macOS%20%C2%B7%20Linux%20%C2%B7%20Windows-arm64%20%2B%20x64-555?style=flat-square">
12
12
  <img alt="download" src="https://img.shields.io/badge/download-~5%20MB-555?style=flat-square">
13
13
  </p>
@@ -196,5 +196,5 @@ module `github.com/Coder8124/brain`, the `brain` command, `BRAIN_VAULT`, and
196
196
  <p align="center">
197
197
  <a href="https://github.com/Coder8124/logos">Source &amp; full documentation</a> ·
198
198
  <a href="https://github.com/Coder8124/logos/blob/main/docs/continuity-benchmark.md">Benchmark</a> ·
199
- MIT
199
+ Apache 2.0
200
200
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noeton/logos",
3
- "version": "0.1.1",
3
+ "version": "0.1.7",
4
4
  "description": "Logos — cross-tool memory and continuity for AI coding agents, over MCP. Your vault is markdown on your own disk.",
5
5
  "keywords": [
6
6
  "logos",
@@ -19,7 +19,7 @@
19
19
  "url": "git+https://github.com/Coder8124/logos.git",
20
20
  "directory": "npm"
21
21
  },
22
- "license": "MIT",
22
+ "license": "Apache-2.0",
23
23
  "bin": {
24
24
  "logos": "bin/logos.js",
25
25
  "brain": "bin/logos.js"
@@ -32,11 +32,11 @@
32
32
  "node": ">=16"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@noeton/logos-darwin-arm64": "0.1.1",
36
- "@noeton/logos-darwin-x64": "0.1.1",
37
- "@noeton/logos-linux-x64": "0.1.1",
38
- "@noeton/logos-linux-arm64": "0.1.1",
39
- "@noeton/logos-win32-x64": "0.1.1"
35
+ "@noeton/logos-darwin-arm64": "0.1.7",
36
+ "@noeton/logos-darwin-x64": "0.1.7",
37
+ "@noeton/logos-linux-x64": "0.1.7",
38
+ "@noeton/logos-linux-arm64": "0.1.7",
39
+ "@noeton/logos-win32-x64": "0.1.7"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "node scripts/build.js",