File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >MeadScriptXJS</id >
5- <version >1.10.5 </version >
5+ <version >1.10.7 </version >
66 <title >MeadCo ScriptX JS Library</title >
77 <authors >Pete Cole,MeadCo</authors >
88 <owners >MeadCo</owners >
1313
1414The library works with both free and subscription ScriptX. Some convenience wrappers require a subscription.</description >
1515 <summary >A simple javascript wrapper library for use with MeadCo's ScriptX Add-on for Microsoft Internet Explorer and ScriptX Services for any browser, any device. Both free and licensed versions.</summary >
16- <releaseNotes >1.10.5 - packaging changes.</releaseNotes >
16+ <releaseNotes >1.10.7 - packaging changes.</releaseNotes >
1717 <copyright >Copyright © 2013, 2025, Mead & Co Ltd</copyright >
1818 <language >en-GB</language >
1919 <tags >MeadCo, ScriptX, Print</tags >
@@ -22,8 +22,8 @@ The library works with both free and subscription ScriptX. Some convenience wrap
2222 </dependencies >
2323 </metadata >
2424 <files >
25- <file src =" ..\src\meadco-scriptx.js" target =" content\scripts\meadco-scriptx-1.10.5 .js" />
26- <file src =" ..\dist\meadco-scriptx.min.js" target =" content\scripts\meadco-scriptx.min-1.10.5 .js" />
27- <file src =" ..\dist\meadco-scriptx.min.js.map" target =" content\scripts\meadco-scriptx.min-1.10.5 .js.map" />
25+ <file src =" ..\src\meadco-scriptx.js" target =" content\scripts\meadco-scriptx-1.10.7 .js" />
26+ <file src =" ..\dist\meadco-scriptx.min.js" target =" content\scripts\meadco-scriptx.min-1.10.7 .js" />
27+ <file src =" ..\dist\meadco-scriptx.min.js.map" target =" content\scripts\meadco-scriptx.min-1.10.7 .js.map" />
2828 </files >
2929</package >
Original file line number Diff line number Diff line change 11{
22 "name" : " meadco-scriptxjs" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " Wrapper library for working with MeadCo ScriptX add-on for Internet Explorer and ScriptX.Print Services" ,
55 "main" : " meadco-scriptx.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 8383 topLevelNs . ScriptX = { } ;
8484 }
8585
86- const version = "1.10.6 " ;
86+ const version = "1.10.7 " ;
8787 let scriptx = topLevelNs . ScriptX ;
8888
8989 /**
You can’t perform that action at this time.
0 commit comments