Comparing version 2.10.2 to 2.10.3
@@ -1,3 +0,6 @@ | ||
# degit changelog | ||
# tiged changelog | ||
## 2.10.3 | ||
* GitLab changed tar.gz url. Now works again. | ||
## 2.10.2 | ||
@@ -4,0 +7,0 @@ * Add support for privately hosted git repositories ([#10](https://github.com/tiged/tiged/pull/10)) |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var enquirer = require('enquirer'); | ||
var index = require('./index-ca74a369.js'); | ||
var index = require('./index-fc554d6e.js'); | ||
require('tar'); | ||
@@ -13,0 +13,0 @@ require('events'); |
@@ -8,3 +8,3 @@ 'use strict'; | ||
require('events'); | ||
var index = require('./index-ca74a369.js'); | ||
var index = require('./index-fc554d6e.js'); | ||
require('home-or-tmp'); | ||
@@ -11,0 +11,0 @@ require('https'); |
{ | ||
"name": "tiged", | ||
"version": "2.10.2", | ||
"version": "2.10.3", | ||
"engines": { | ||
@@ -15,3 +15,3 @@ "node": ">=8.0.0" | ||
"dev": "npm run build -- --watch", | ||
"build": "del dist && rollup -c", | ||
"build": "rimraf dist && rollup -c", | ||
"test": "mocha", | ||
@@ -18,0 +18,0 @@ "pretest": "npm run build", |
@@ -13,3 +13,3 @@ > Community driven fork of [degit](https://github.com/Rich-Harris/degit) because it isn't being maintained. We will be willing to give control of this repository to Rich Harris if he becomes active. | ||
### Why fork? | ||
* `degit` was last released over a year ago Feb 5, 2020, and Rich is not answering messages here. | ||
* `degit` was last released over a year ago Feb 5, 2020, and Rich is not answering pull requests or issues there. He is probably very busy with Svelte and we love him for that. | ||
* We want pull requests merged. E.g. like automatically working with `main` or other default branch (has been merged!). | ||
@@ -21,7 +21,9 @@ * Update dependencies. | ||
* Works with `main` or any default branch automatically. [#243](https://github.com/Rich-Harris/degit/pull/243) | ||
* -`-mode=git` with private repos now work on Windows [#191](https://github.com/Rich-Harris/degit/pull/191). | ||
* `--mode=git` with private repos now work on Windows [#191](https://github.com/Rich-Harris/degit/pull/191). | ||
* `degit --help` now works. Previously it would crash instead of displaying help.md contents. [#179](https://github.com/Rich-Harris/degit/pull/179) | ||
* `--mode=git` is now faster. [#171](https://github.com/Rich-Harris/degit/pull/171) | ||
* Github Actions CI tests working. Added Github Actions badge and removed old CI badges. | ||
It might be time to move on. | ||
* Added support for privately hosted git repositories ([#10](https://github.com/tiged/tiged/pull/10)) | ||
**It might be time to move on.** | ||
--- | ||
@@ -28,0 +30,0 @@ **degit** makes copies of git repositories. When you run `degit some-user/some-repo`, it will find the latest commit on https://github.com/some-user/some-repo and download the associated tar file to `~/.degit/some-user/some-repo/commithash.tar.gz` if it doesn't already exist locally. (This is much quicker than using `git clone`, because you're not downloading the entire git history.) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
193
11
116405
1037