dignity.js 0.1.0 → 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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # dignity.js
2
2
 
3
3
  <p align="center">
4
- <img src="./docs/assets/dignity-logo.svg" alt="dignity.js logo" width="860" />
4
+ <img src="https://raw.githubusercontent.com/jose-compu/dignity.js/refs/heads/main/docs/assets/dignity-logo.svg" alt="dignity.js logo" width="860" />
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -23,8 +23,6 @@ REST-like P2P object API for decentralized JavaScript applications.
23
23
 
24
24
  `dignity.js` lets many browsers synchronize shared objects with ownership rules and built-in anti-abuse + privacy controls.
25
25
 
26
- > Logo typography uses a premium editorial serif/sans stack (non-Liberation).
27
-
28
26
  ## Highlights
29
27
 
30
28
  - REST-like API over P2P replication: `create`, `read`, `list`, `update`, `remove`
@@ -194,4 +192,4 @@ npm publish --access public
194
192
 
195
193
  ## License
196
194
 
197
- MIT
195
+ Apache 2.0
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dignity.js",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "P2P object API for decentralized JavaScript applications",
5
5
  "main": "dist/dignity.cjs.js",
6
6
  "module": "dist/dignity.esm.js",