@live-change/access-control-service 0.8.134 → 0.8.135
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/invite.js +1 -1
- package/package.json +3 -3
package/invite.js
CHANGED
|
@@ -191,7 +191,7 @@ definition.action({
|
|
|
191
191
|
}
|
|
192
192
|
})
|
|
193
193
|
|
|
194
|
-
import task from '@live-change/task-service/task.
|
|
194
|
+
import task from '@live-change/task-service/task.js' // need to import taks.js to avoid circular dependency
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
for(const contactType of config.contactTypes) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/access-control-service",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.135",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"url": "https://www.viamage.com/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/framework": "^0.8.
|
|
24
|
+
"@live-change/framework": "^0.8.135"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "347eb1a90687ed0fdf596917ccbdb0f61398dc77",
|
|
27
27
|
"type": "module"
|
|
28
28
|
}
|