@supermousejs/ring 2.0.2 → 2.1.1

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/CHANGELOG.md +37 -0
  2. package/package.json +20 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @supermousejs/ring
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 67f771b: Add relevant npm metadata to package.json file
8
+ - Updated dependencies [67f771b]
9
+ - @supermousejs/utils@2.1.1
10
+ - @supermousejs/core@2.0.5
11
+
12
+ ## 2.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 0a1652d: fixed build architecture and updated plugin metadata
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [0a1652d]
21
+ - @supermousejs/utils@2.1.0
22
+
23
+ ## 2.0.4
24
+
25
+ ### Patch Changes
26
+
27
+ - 993dc67: Updated supemousejs packages with proper author, license and url descriptors to repo
28
+ - Updated dependencies [993dc67]
29
+ - @supermousejs/utils@2.0.4
30
+ - @supermousejs/core@2.0.4
31
+
32
+ ## 2.0.3
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+ - @supermousejs/core@2.0.3
38
+ - @supermousejs/utils@2.0.3
39
+
3
40
  ## 2.0.2
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,30 @@
1
1
  {
2
2
  "name": "@supermousejs/ring",
3
- "version": "2.0.2",
3
+ "version": "2.1.1",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
7
+ "author": "O.S David",
8
+ "url": "https://github.com/Whitestar14/supermouse-js",
9
+ "license": "MIT",
7
10
  "dependencies": {
8
- "@supermousejs/utils": "2.0.2",
9
- "@supermousejs/core": "2.0.2"
11
+ "@supermousejs/utils": "2.1.1"
10
12
  },
11
- "devDependencies": {},
12
- "peerDependencies": {},
13
+ "devDependencies": {
14
+ "@supermousejs/core": "2.0.5"
15
+ },
16
+ "peerDependencies": {
17
+ "@supermousejs/core": "2.0.5"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/Whitestar14/supermouse-js.git",
22
+ "directory": "packages/core"
23
+ },
24
+ "bugs": {
25
+ "url": "https://github.com/Whitestar14/supermouse-js/issues"
26
+ },
27
+ "homepage": "https://github.com/Whitestar14/supermouse-js/tree/main/packages/ring#readme",
13
28
  "exports": {
14
29
  ".": {
15
30
  "types": "./dist/index.d.ts",