alchemy-docker-k3s 0.1.0-alpha.6 → 0.1.2

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 +4 -4
package/README.md CHANGED
@@ -4,5 +4,5 @@ Persistent single-node local K3s clusters, backed by k3d, that implement
4
4
  Alchemy's `Kubernetes.ClusterLike` contract.
5
5
 
6
6
  See the
7
- [repository documentation](https://github.com/toolbar23/alchemy-k3s#local-cluster)
7
+ [repository documentation](https://github.com/toolbar23/alchemy-k8s#local-cluster)
8
8
  for configuration, port mapping, and update behavior.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alchemy-docker-k3s",
3
- "version": "0.1.0-alpha.6",
3
+ "version": "0.1.2",
4
4
  "description": "Persistent local k3d clusters for Alchemy",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/toolbar23/alchemy-k3s.git",
26
+ "url": "git+https://github.com/toolbar23/alchemy-k8s.git",
27
27
  "directory": "packages/docker"
28
28
  },
29
- "homepage": "https://github.com/toolbar23/alchemy-k3s#readme",
30
- "bugs": "https://github.com/toolbar23/alchemy-k3s/issues",
29
+ "homepage": "https://github.com/toolbar23/alchemy-k8s#readme",
30
+ "bugs": "https://github.com/toolbar23/alchemy-k8s/issues",
31
31
  "keywords": [
32
32
  "alchemy",
33
33
  "docker",