@realglebivanov/reactive 1.0.5 → 1.0.6

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 +1 -1
package/README.md CHANGED
@@ -15,9 +15,9 @@ import {
15
15
  dedupObservable,
16
16
  tag,
17
17
  once
18
- } from "@realglebivanov/reactive";
18
+ } from ".";
19
19
 
20
- import { ReactiveArray } from "@realglebivanov/reactive";
20
+ import { ReactiveArray } from ".";
21
21
 
22
22
  const LOREM = `
23
23
  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realglebivanov/reactive",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A simple and permissive observable-driven UI toolkit",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",