@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 +4 -0
- package/fers_calculations_bg.wasm +0 -0
- package/package.json +1 -1
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
|