@archipelago-js/react 0.2.0 → 0.9.0

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 +5 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @archipelago-js/react
2
2
 
3
- React bindings for [Archipelago](https://github.com/robrace/archipelago) islands — server-rendered micro-frontends powered by Rails and React.
3
+ React bindings for [Archipelago](https://github.com/Catchhook/archipelago-rails) islands — server-rendered micro-frontends powered by Rails and React.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archipelago-js/react",
3
- "version": "0.2.0",
3
+ "version": "0.9.0",
4
4
  "description": "React bindings for Archipelago islands",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "typecheck": "tsc -p tsconfig.json --noEmit"
25
25
  },
26
26
  "peerDependencies": {
27
- "@archipelago-js/client": "^0.2.0",
27
+ "@archipelago-js/client": "^0.9.0",
28
28
  "react": "^19.0.0",
29
29
  "react-dom": "^19.0.0"
30
30
  },
@@ -33,11 +33,10 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git+https://github.com/robrace/archipelago.git",
37
- "directory": "packages/react"
36
+ "url": "git+https://github.com/Catchhook/archipelago-js-react.git"
38
37
  },
39
38
  "bugs": {
40
- "url": "https://github.com/robrace/archipelago/issues"
39
+ "url": "https://github.com/Catchhook/archipelago-js-react/issues"
41
40
  },
42
- "homepage": "https://github.com/robrace/archipelago/tree/main/packages/react"
41
+ "homepage": "https://github.com/Catchhook/archipelago-js-react"
43
42
  }