@hypersonic-js/complete 0.1.0 → 0.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/Readme.md +1 -1
  2. package/package.json +8 -2
package/Readme.md CHANGED
@@ -27,4 +27,4 @@ Full documentation at **[hypersonic-js.com](https://hypersonic-js.com)**.
27
27
 
28
28
  ## License
29
29
 
30
- MIT © [Zesuperaker](https://github.com/Zesuperaker)
30
+ MIT © MIT © Joaquim Dalton-Pereira
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypersonic-js/complete",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The complete Hypersonic.js framework — all packages in one install",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -14,9 +14,15 @@
14
14
  "files": [
15
15
  "dist"
16
16
  ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/hypersonic-js/hypersonic-js"
20
+ },
17
21
  "license": "MIT",
22
+ "author": "Joaquim Dalton-Pereira",
23
+ "homepage": "https://hypersonic-js.com",
18
24
  "dependencies": {
19
- "@hypersonic-js/core": "0.1.0"
25
+ "@hypersonic-js/core": "0.1.1"
20
26
  },
21
27
  "devDependencies": {
22
28
  "@types/node": "25.9.1",