web-background 0.0.2 → 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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
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
- It runs in an isolated environment and cannot be referenced by external variables and external module.
6
- 격리된 환경에서 실행되므로 외부의 변수에 참조하지 못합니다.
5
+ It runs in isolation, can't be access external variables and modules
6
+ 격리된 환경에서 실행되므로 외부 모듈 및 외부 변수에 접근할 수 없습니다.
7
7
 
8
8
  In most cases, this module is not required.
9
9
  Recommended for long task
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "Worker",
7
7
  "Background"
8
8
  ],
9
- "version": "0.0.2",
9
+ "version": "0.0.4",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",
12
12
  "type": "module",