@@ -37,7 +37,7 @@ switch (platform) {
3737 if ( localFileExisted ) {
3838 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.android-arm64.node' )
3939 } else {
40- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-android-arm64' )
40+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- android-arm64' )
4141 }
4242 } catch ( e ) {
4343 loadError = e
@@ -49,7 +49,7 @@ switch (platform) {
4949 if ( localFileExisted ) {
5050 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.android-arm-eabi.node' )
5151 } else {
52- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-android-arm-eabi' )
52+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- android-arm-eabi' )
5353 }
5454 } catch ( e ) {
5555 loadError = e
@@ -69,7 +69,7 @@ switch (platform) {
6969 if ( localFileExisted ) {
7070 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.win32-x64-msvc.node' )
7171 } else {
72- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-win32-x64-msvc' )
72+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- win32-x64-msvc' )
7373 }
7474 } catch ( e ) {
7575 loadError = e
@@ -83,7 +83,7 @@ switch (platform) {
8383 if ( localFileExisted ) {
8484 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.win32-ia32-msvc.node' )
8585 } else {
86- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-win32-ia32-msvc' )
86+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- win32-ia32-msvc' )
8787 }
8888 } catch ( e ) {
8989 loadError = e
@@ -97,7 +97,7 @@ switch (platform) {
9797 if ( localFileExisted ) {
9898 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.win32-arm64-msvc.node' )
9999 } else {
100- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-win32-arm64-msvc' )
100+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- win32-arm64-msvc' )
101101 }
102102 } catch ( e ) {
103103 loadError = e
@@ -113,7 +113,7 @@ switch (platform) {
113113 if ( localFileExisted ) {
114114 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.darwin-universal.node' )
115115 } else {
116- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-darwin-universal' )
116+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- darwin-universal' )
117117 }
118118 break
119119 } catch { }
@@ -124,7 +124,7 @@ switch (platform) {
124124 if ( localFileExisted ) {
125125 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.darwin-x64.node' )
126126 } else {
127- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-darwin-x64' )
127+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- darwin-x64' )
128128 }
129129 } catch ( e ) {
130130 loadError = e
@@ -138,7 +138,7 @@ switch (platform) {
138138 if ( localFileExisted ) {
139139 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.darwin-arm64.node' )
140140 } else {
141- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-darwin-arm64' )
141+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- darwin-arm64' )
142142 }
143143 } catch ( e ) {
144144 loadError = e
@@ -157,7 +157,7 @@ switch (platform) {
157157 if ( localFileExisted ) {
158158 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.freebsd-x64.node' )
159159 } else {
160- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-freebsd-x64' )
160+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- freebsd-x64' )
161161 }
162162 } catch ( e ) {
163163 loadError = e
@@ -174,7 +174,7 @@ switch (platform) {
174174 if ( localFileExisted ) {
175175 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-x64-musl.node' )
176176 } else {
177- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-x64-musl' )
177+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-x64-musl' )
178178 }
179179 } catch ( e ) {
180180 loadError = e
@@ -187,7 +187,7 @@ switch (platform) {
187187 if ( localFileExisted ) {
188188 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-x64-gnu.node' )
189189 } else {
190- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-x64-gnu' )
190+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-x64-gnu' )
191191 }
192192 } catch ( e ) {
193193 loadError = e
@@ -203,7 +203,7 @@ switch (platform) {
203203 if ( localFileExisted ) {
204204 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-arm64-musl.node' )
205205 } else {
206- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-arm64-musl' )
206+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-arm64-musl' )
207207 }
208208 } catch ( e ) {
209209 loadError = e
@@ -216,7 +216,7 @@ switch (platform) {
216216 if ( localFileExisted ) {
217217 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-arm64-gnu.node' )
218218 } else {
219- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-arm64-gnu' )
219+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-arm64-gnu' )
220220 }
221221 } catch ( e ) {
222222 loadError = e
@@ -232,7 +232,7 @@ switch (platform) {
232232 if ( localFileExisted ) {
233233 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-arm-musleabihf.node' )
234234 } else {
235- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-arm-musleabihf' )
235+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-arm-musleabihf' )
236236 }
237237 } catch ( e ) {
238238 loadError = e
@@ -245,7 +245,7 @@ switch (platform) {
245245 if ( localFileExisted ) {
246246 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-arm-gnueabihf.node' )
247247 } else {
248- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-arm-gnueabihf' )
248+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-arm-gnueabihf' )
249249 }
250250 } catch ( e ) {
251251 loadError = e
@@ -261,7 +261,7 @@ switch (platform) {
261261 if ( localFileExisted ) {
262262 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-riscv64-musl.node' )
263263 } else {
264- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-riscv64-musl' )
264+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-riscv64-musl' )
265265 }
266266 } catch ( e ) {
267267 loadError = e
@@ -274,7 +274,7 @@ switch (platform) {
274274 if ( localFileExisted ) {
275275 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-riscv64-gnu.node' )
276276 } else {
277- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-riscv64-gnu' )
277+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-riscv64-gnu' )
278278 }
279279 } catch ( e ) {
280280 loadError = e
@@ -289,7 +289,7 @@ switch (platform) {
289289 if ( localFileExisted ) {
290290 nativeBinding = require ( './@kevinmichaelchen/cel-typescript.linux-s390x-gnu.node' )
291291 } else {
292- nativeBinding = require ( '@kevinmichaelchen/cel-typescript-linux-s390x-gnu' )
292+ nativeBinding = require ( '@kevinmichaelchen/cel-typescript-core- linux-s390x-gnu' )
293293 }
294294 } catch ( e ) {
295295 loadError = e
0 commit comments