@e-mc/compat-v4 0.8.2 → 0.8.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 +12 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,7 +1,16 @@
1
- ### @e-mc/compat-v4
1
+ # @e-mc/compat-v4
2
2
 
3
- https://e-mc.readthedocs.io
3
+ * NodeJS 14
4
+ * ES2020
4
5
 
5
- ### LICENSE
6
+ ## General Usage
7
+
8
+ * [Read the Docs](https://e-mc.readthedocs.io)
9
+
10
+ ## Interface
11
+
12
+ - https://www.unpkg.com/@e-mc/types@0.8.4/lib/compat-v4.d.ts
13
+
14
+ ## LICENSE
6
15
 
7
16
  BSD 3-Clause
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/compat-v4",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Base class compatibility with squared-functions.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/anpham6/e-mc.git",
11
+ "url": "git+https://github.com/anpham6/e-mc.git",
12
12
  "directory": "src/compat-v4"
13
13
  },
14
14
  "keywords": [
@@ -22,8 +22,8 @@
22
22
  "license": "BSD 3-Clause",
23
23
  "homepage": "https://github.com/anpham6/e-mc#readme",
24
24
  "dependencies": {
25
- "@e-mc/module": "0.8.2",
26
- "@e-mc/request": "0.8.2",
27
- "@e-mc/types": "0.8.2"
25
+ "@e-mc/module": "0.8.4",
26
+ "@e-mc/request": "0.8.4",
27
+ "@e-mc/types": "0.8.4"
28
28
  }
29
29
  }