@mirta/polyfills 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![ru](https://img.shields.io/badge/lang-ru-dimgray.svg?style=flat-square)](https://github.com/wb-mirta/core/blob/latest/packages/mirta-polyfills/README.ru.md)
5
5
  [![NPM Version](https://img.shields.io/npm/v/@mirta/polyfills?style=flat-square)](https://npmjs.com/package/@mirta/polyfills)
6
6
 
7
- This is a collection of polyfills covering features of higher ECMAScript versions that is not compatible with a current version of wb-rules engine. They are used to support the internal algorithms of the framework.
7
+ These polyfills provide missing modern JavaScript features needed by the wb-rules engine to run internal framework algorithms correctly.
8
8
 
9
9
  ## Installation
10
10
  ```sh
@@ -14,6 +14,6 @@ pnpm add @mirta/polyfills
14
14
  ```ts
15
15
  import '@mirta/polyfills'
16
16
  ```
17
- To apply the polyfills, it is enough to import them into the wb-rules script or any of the imported modules.
17
+ To use the polyfills, simply import them into the wb-rules script or any imported module.
18
18
 
19
- Due to the absence of third-party dependencies, the source code of the polyfiles will be converted into the wb-rules-module for the Wiren Board controller.
19
+ Since there are no external dependencies, the polyfill source code will automatically convert into a wb-rules-compatible format for the Wiren Board controller.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@mirta/polyfills",
3
- "version": "0.0.1",
3
+ "description": "Modern JavaScript feature polyfills for enhanced wb-rules",
4
+ "version": "0.0.3",
4
5
  "license": "Unlicense",
5
6
  "keywords": [
6
7
  "mirta",