notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
26 stars 13 forks source link

Version 1.2.4 npm package contains uncompiled TypeScript #126

Closed kaechele closed 7 months ago

kaechele commented 9 months ago

Bug report

Describe the bug

Version 1.2.4 package on npmjs.com has uncompiled TypeScript files and leads to the following error:

Error: Could not load js config file
/node_modules/@notum-cz/strapi-plugin-location/strapi-server.js: Cannot find module './server'

Steps to reproduce the behavior

See server/ subdirectory on 1.2.3 vs. 1.2.4. Notice how there is no index.js in the 1.2.4 version.

kaechele commented 7 months ago

Fixed in 1.2.6