@casual-simulation/aux-vm
Advanced tools
Comparing version 0.11.15 to 0.11.16
{ | ||
"name": "@casual-simulation/aux-vm", | ||
"version": "0.11.15", | ||
"version": "0.11.16", | ||
"description": "A set of abstractions required to securely run an AUX.", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@casual-simulation/aux-common": "^0.11.15", | ||
"@casual-simulation/aux-common": "^0.11.16", | ||
"@casual-simulation/causal-tree-client-socketio": "^0.11.8", | ||
@@ -53,3 +53,3 @@ "@casual-simulation/causal-tree-store-browser": "^0.11.8", | ||
}, | ||
"gitHead": "ee5e7c84fdf76214e7d1322bc697f5d04c30167d" | ||
"gitHead": "d6d24f489c3bd87035e248f65980acad90a04f81" | ||
} |
@@ -11,3 +11,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { tap, first } from 'rxjs/operators'; | ||
import { GLOBALS_BOT_ID, shouldDeleteUser, botRemoved, convertToCopiableValue, botUpdated, tagsOnBot, parseFilterTag, ON_ACTION_ACTION_NAME, atomToEvent, BOT_SPACE_TAG, } from '@casual-simulation/aux-common'; | ||
import { GLOBALS_BOT_ID, shouldDeleteUser, botRemoved, convertToCopiableValue, botUpdated, tagsOnBot, ON_ACTION_ACTION_NAME, atomToEvent, BOT_SPACE_TAG, } from '@casual-simulation/aux-common'; | ||
import { PrecalculationManager } from '../managers/PrecalculationManager'; | ||
@@ -212,4 +212,3 @@ import { AuxHelper } from './AuxHelper'; | ||
let badTags = tagsOnBot(globals).filter(tag => { | ||
let parsed = parseFilterTag(tag); | ||
return (parsed.success && parsed.eventName === ON_ACTION_ACTION_NAME); | ||
return tag === ON_ACTION_ACTION_NAME; | ||
}); | ||
@@ -216,0 +215,0 @@ let tags = {}; |
Sorry, the diff of this file is not supported yet
347151
6013