@symbiote-native/engine 0.1.0 → 0.1.1

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 +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @symbiote-native/engine
2
2
 
3
- The **retained shadow-tree engine** at the bottom of [SymbioteJS](../../README.md) — the one
3
+ The **retained shadow-tree engine** at the bottom of [SymbioteNative](../../README.md) — the one
4
4
  package every framework adapter (`@symbiote-native/react`, `@symbiote-native/vue`, `@symbiote-native/angular`, …)
5
5
  drives, and the only place the mutation→clone-on-write translation into React Native's Fabric
6
6
  exists. It holds a retained, mutable tree of nodes that an adapter mutates cheaply
@@ -8,7 +8,7 @@ exists. It holds a retained, mutable tree of nodes that an adapter mutates cheap
8
8
  current one, clones only what changed, and calls `completeRoot` — the persistent, clone-on-write
9
9
  dance Fabric requires, done **once**, for every framework.
10
10
 
11
- > New to SymbioteJS? The [root README](../../README.md) has the architecture and the one fact it
11
+ > New to SymbioteNative? The [root README](../../README.md) has the architecture and the one fact it
12
12
  > rests on — React is just *one client* of `nativeFabricUIManager`. This package is what sits
13
13
  > between every adapter and that native slot.
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@symbiote-native/engine",
3
- "version": "0.1.0",
4
- "description": "SymbioteJS's retained shadow-tree engine — clone-on-write commit path + event normalization over React Native Fabric, shared by every framework adapter.",
3
+ "version": "0.1.1",
4
+ "description": "SymbioteNative's retained shadow-tree engine — clone-on-write commit path + event normalization over React Native Fabric, shared by every framework adapter.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/OneEyed1366/symbiote-native.git",