File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2017-2021 Daurnimator
3+ Copyright (c) 2017-2025 Daurnimator
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ 0.1.4 - 2025-12-21
2+
3+ - new globalThis compat routine
4+
5+
160.1.3 - 2021-11-30
27
38 - call Function lazily to avoid triggering CSP
49
10+
5110.1.2 - 2018-04-23
612
713 - Use indirect eval to get reference to global environment
Original file line number Diff line number Diff line change 11{
22 "name" : " fengari-interop" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " JS library for Fengari" ,
55 "author" : " Daurnimator <quae@daurnimator.com>" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const {
7878const FENGARI_INTEROP_VERSION_MAJOR = "0" ;
7979const FENGARI_INTEROP_VERSION_MINOR = "1" ;
8080const FENGARI_INTEROP_VERSION_NUM = 1 ;
81- const FENGARI_INTEROP_VERSION_RELEASE = "3 " ;
81+ const FENGARI_INTEROP_VERSION_RELEASE = "4 " ;
8282const FENGARI_INTEROP_VERSION = FENGARI_INTEROP_VERSION_MAJOR + "." + FENGARI_INTEROP_VERSION_MINOR ;
8383const FENGARI_INTEROP_RELEASE = FENGARI_INTEROP_VERSION + "." + FENGARI_INTEROP_VERSION_RELEASE ;
8484
You can’t perform that action at this time.
0 commit comments