teamplay 0.5.0-alpha.33 → 0.5.0-alpha.34
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/dist/orm/$.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import getSignal from "./getSignal.js";
|
|
5
5
|
import Signal from "./Signal.js";
|
|
6
6
|
import { LOCAL, valueSubscriptions } from './Value.js';
|
|
7
|
-
import { reactionSubscriptions } from './
|
|
7
|
+
import { reactionSubscriptions } from './reactionSubscriptions.js';
|
|
8
8
|
export { LOCAL } from './Value.js';
|
|
9
9
|
let counter = 0;
|
|
10
10
|
function newIncrementalId() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "teamplay",
|
|
3
|
-
"version": "0.5.0-alpha.
|
|
3
|
+
"version": "0.5.0-alpha.34",
|
|
4
4
|
"description": "Full-stack signals ORM with multiplayer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -138,6 +138,5 @@
|
|
|
138
138
|
"<rootDir>/test_client/helpers"
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
|
-
"license": "MIT"
|
|
142
|
-
"gitHead": "5355598efe68ec4d94d0a08b0450a1bd35358caa"
|
|
141
|
+
"license": "MIT"
|
|
143
142
|
}
|
|
File without changes
|
|
File without changes
|