@jdxcode/mise 2024.12.24 → 2025.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Jeff Dickey
3
+ Copyright (c) 2025 Jeff Dickey
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  ## What is it?
18
18
 
19
19
  - Like [asdf](https://asdf-vm.com) (or [nvm](https://github.com/nvm-sh/nvm) or [pyenv](https://github.com/pyenv/pyenv) but for any language) it manages [dev tools](https://mise.jdx.dev/dev-tools/) like node, python, cmake, terraform, and [hundreds more](https://mise.jdx.dev/registry.html).
20
- - Like [direnv](https://github.com/direnv/direnv) it manages [environment variables](https://mise.jdx.dev/environments.html) for different project directories.
20
+ - Like [direnv](https://github.com/direnv/direnv) it manages [environment variables](https://mise.jdx.dev/environments/) for different project directories.
21
21
  - Like [make](https://www.gnu.org/software/make/manual/make.html) it manages [tasks](https://mise.jdx.dev/tasks/) used to build and test projects.
22
22
 
23
23
  ## 30 Second Demo
@@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
35
35
  ```sh-session
36
36
  $ curl https://mise.run | sh
37
37
  $ ~/.local/bin/mise --version
38
- 2024.12.24 macos-arm64 (a1b2d3e 2024-12-31)
38
+ 2025.1.1 macos-arm64 (a1b2d3e 2025-01-06)
39
39
  ```
40
40
 
41
41
  or install a specific a version:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdxcode/mise",
3
3
  "description": "polyglot runtime manager",
4
- "version": "v2024.12.24",
4
+ "version": "v2025.1.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"