web-background 0.0.3 → 0.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Web Background
2
- This module is implemented as a web walker and is available in web browsers.
2
+ This module is implemented as a Web Worker and is available in web browsers.
3
3
  해당 모듈은 웹 워커로 구현되며 브라우저에서 사용할 수 있습니다.
4
4
 
5
5
  It runs in isolation, can't be access external variables and modules
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "Worker",
7
7
  "Background"
8
8
  ],
9
- "version": "0.0.3",
9
+ "version": "0.0.4",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",
12
12
  "type": "module",