File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6767
6868 packages . default = pkgs . buildGoModule {
6969 pname = "mms" ;
70- version = "0.2.1 " ;
70+ version = "0.2.2 " ;
7171 src = ./. ;
7272 vendorHash = null ;
7373 # If you use vendoring, run `go mod vendor` and replace null with the hash
8080
8181 packages . wasm = pkgs . stdenvNoCC . mkDerivation {
8282 pname = "mms-wasm" ;
83- version = "0.2.1 " ;
83+ version = "0.2.2 " ;
8484 src = ./. ;
8585 buildInputs = [ pkgs . go ] ;
8686 buildPhase = ''
Original file line number Diff line number Diff line change 11{
22 "name" : " @minecraftmetascript/mms-wasm" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "keywords" : [],
55 "author" : " " ,
66 "license" : " MIT" ,
77 "description" : " " ,
88 "files" : [
9- " ./dist"
9+ " ./dist" ,
10+ " ./package.json" ,
11+ " ./mms.d.ts" ,
12+ " ./mms.js"
1013 ],
1114 "module" : " ./mms.js" ,
1215 "types" : " ./mms.d.ts" ,
You can’t perform that action at this time.
0 commit comments