@ferscloud/fers-calculation 0.2.61 → 0.2.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -202,6 +202,10 @@ const credit = fersAttributionHtml(res);
202
202
  exported. All of them accept the envelope, the parsed model or the results
203
203
  bundle, and all return nothing for a Pro result or an error envelope.
204
204
 
205
+ On 0.2.61 this subpath resolved only under a bundler; plain Node ESM needed
206
+ `/badge.js`. From 0.2.62 the package ships an `exports` map and both forms work
207
+ everywhere.
208
+
205
209
  Using the free tier in an application? Please display the credit. It is the
206
210
  only thing the free tier asks of you.
207
211
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ferscloud/fers-calculation",
3
- "version": "0.2.61",
3
+ "version": "0.2.62",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",