@artel/en-reactivity 0.96.26010 → 0.96.26012

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