@artel/en-reactivity 0.96.26015 → 0.96.26025

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.
@@ -1,18 +1,18 @@
1
1
  import Platform.JavaScript
2
2
  import A = Artel
3
- import AI = Artel.Interoperability
3
+ import I = Artel.Interoperability
4
4
 
5
- #AI.JavaScriptDecorator
5
+ #I.JavaScriptDecorator
6
6
  function reaction()
7
7
 
8
- #AI.JavaScriptDecorator
8
+ #I.JavaScriptDecorator
9
9
  function transaction()
10
10
 
11
- #AI.JavaScriptDecorator
11
+ #I.JavaScriptDecorator
12
12
  function signal(enabled: A.YesNo)
13
13
 
14
- #AI.JavaScriptDecorator
14
+ #I.JavaScriptDecorator
15
15
  function signal()
16
16
 
17
- #AI.JavaScriptDecorator
17
+ #I.JavaScriptDecorator
18
18
  function cache()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-reactivity",
3
- "version": "0.96.26015",
3
+ "version": "0.96.26025",
4
4
  "description": "*A* Reactivity (EN)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache-2.0",
@@ -10,6 +10,6 @@
10
10
  "Source"
11
11
  ],
12
12
  "dependencies": {
13
- "reactronic": "0.96.26015"
13
+ "reactronic": "0.96.26025"
14
14
  }
15
15
  }