File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ environment:
1010 secure : 6NwB/CPB/FsDOcPZUoJIQQc751Vkj3LYc2oPxGXo/Uw=
1111 node_pre_gyp_secretAccessKey :
1212 secure : FcV0jIJp3lNZR/6fGNf8xNjZ13s2pkubaYlmtFkplZYfGQgSPguUMS/CqjjRWteD
13+ NODE_PRE_GYP_GITHUB_TOKEN :
14+ secure : qa898q4P1jnKsCJ507wNDTaQV52i/qDV0mp9DxsC321ZujDEZDvHKR+pOqRT6GJY
1315
1416 # these variables are common to all jobs
1517 # -------------- 14 Visual Studio 2015
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ exports.init= function() {
9494 solid . getFaces ( ) . forEach ( face => {
9595
9696 let indexes = mesh . getFaceTriangles ( face ) ;
97- entry = {
97+ let entry = {
9898 name : solid . getShapeName ( face ) ,
9999 indexes : toBase64 ( indexes )
100100 } ;
Original file line number Diff line number Diff line change 11{
22 "name" : " node-occ" ,
33 "version" : " 0.2.0" ,
4- "description" : " OpenCascade OCE Wrapper for Node js" ,
4+ "description" : " OpenCascade OCCT Wrapper for Node js" ,
55 "preferGlobal" : " true" ,
66 "dependencies" : {
77 "async" : " ^2.4.1" ,
You can’t perform that action at this time.
0 commit comments