@casual-simulation/aux-common
Advanced tools
Comparing version 0.8.10 to 0.9.1
@@ -12,2 +12,3 @@ export declare type PartialFile = Partial<File>; | ||
['aux.inventory.color']?: string; | ||
['aux.inventory.height']?: number; | ||
['aux.scene.user.player.color']?: unknown; | ||
@@ -14,0 +15,0 @@ ['aux.scene.user.builder.color']?: unknown; |
@@ -88,2 +88,3 @@ /** | ||
'aux.inventory.color', | ||
'aux.inventory.height', | ||
'aux.scene.color', | ||
@@ -90,0 +91,0 @@ 'aux.scene.user.player.color', |
@@ -310,3 +310,3 @@ import { File, FileTags } from '../Files/File'; | ||
currentContext: typeof currentContext; | ||
isBuilder: typeof isBuilder; | ||
isDesigner: typeof isBuilder; | ||
showInputForTag: typeof showInputForTag; | ||
@@ -376,3 +376,3 @@ }; | ||
currentContext: typeof currentContext; | ||
isBuilder: typeof isBuilder; | ||
isDesigner: typeof isBuilder; | ||
showInputForTag: typeof showInputForTag; | ||
@@ -379,0 +379,0 @@ }; |
@@ -817,3 +817,3 @@ import { GLOBALS_FILE_ID } from '../Files/File'; | ||
currentContext, | ||
isBuilder, | ||
isDesigner: isBuilder, | ||
showInputForTag, | ||
@@ -820,0 +820,0 @@ }; |
{ | ||
"name": "@casual-simulation/aux-common", | ||
"version": "0.8.10", | ||
"version": "0.9.1", | ||
"description": "Common library for AUX projects", | ||
@@ -36,4 +36,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@casual-simulation/causal-trees": "^0.8.10", | ||
"@casual-simulation/crypto": "^0.8.10", | ||
"@casual-simulation/causal-trees": "^0.9.1", | ||
"@casual-simulation/crypto": "^0.9.1", | ||
"@types/acorn": "^4.0.5", | ||
@@ -57,3 +57,3 @@ "@types/astring": "^1.3.0", | ||
], | ||
"gitHead": "4a9837d3f98baf659d6124bedca98a868dd1d589" | ||
"gitHead": "9567ed9eba758220b92f2981d09b53fbecf63fa2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
415824
8207
+ Added@casual-simulation/causal-trees@0.9.40(transitive)
+ Added@casual-simulation/crypto@0.9.7(transitive)
- Removed@casual-simulation/causal-trees@0.8.10(transitive)
- Removed@casual-simulation/crypto@0.8.10(transitive)