@sentry/craft 1.7.0 → 1.8.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.
- package/CHANGELOG.md +8 -0
- package/README.md +4 -3
- package/dist/craft +234 -234
- package/dist/craft.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- feat(npm): Allow to configure `checkPackageName` for npm target (#504) by @mydea
|
|
8
|
+
- Use mainline .NET 8 SDK (#505) by @bruno-garcia
|
|
9
|
+
- feat(github): Only set `latest` when new version > old version (#503) by @mydea
|
|
10
|
+
|
|
3
11
|
## 1.7.0
|
|
4
12
|
|
|
5
13
|
### Various fixes & improvements
|
package/README.md
CHANGED
|
@@ -567,9 +567,10 @@ The `npm` utility must be installed on the system.
|
|
|
567
567
|
|
|
568
568
|
**Configuration**
|
|
569
569
|
|
|
570
|
-
| Option
|
|
571
|
-
|
|
|
572
|
-
| `access`
|
|
570
|
+
| Option | Description |
|
|
571
|
+
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
|
|
572
|
+
| `access` | **optional**. Visibility for scoped packages: `restricted` (default) or `public` |
|
|
573
|
+
| `checkPackageName` | **optional**. If defined, check this package on the registry to get the current latest version to compare for the `latest` tag. The package(s) to be published will only be tagged with `latest` if the new version is greater than the checked package's version|
|
|
573
574
|
|
|
574
575
|
**Example**
|
|
575
576
|
|