unusable-pack 1.2.0 → 2.0.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.
@@ -0,0 +1,22 @@
1
+ {
2
+ "$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
3
+ "git": {
4
+ "commit": false,
5
+ "push": false,
6
+ "tagName": "v${version}",
7
+ "requireCleanWorkingDir": false,
8
+ "requireCommits": true
9
+ },
10
+ "npm": {
11
+ "publish": true
12
+ },
13
+ "plugins": {
14
+ "@release-it/bumper": {
15
+ "out": "../deno.json"
16
+ },
17
+ "@release-it/conventional-changelog": {
18
+ "preset": "angular",
19
+ "infile": "CHANGELOG.md"
20
+ }
21
+ }
22
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+
3
+ # 2.0.0 (2026-02-10)
4
+
5
+ ## 1.9.11 (2026-02-10)
6
+
7
+ ## 1.9.10 (2026-02-10)
8
+
9
+ ## 2.0.2 (2026-02-10)
10
+
11
+ ## 2.0.1 (2026-02-10)
package/README.md CHANGED
@@ -1 +1,6 @@
1
- # unusable-pack has migrated to Deno internally.
1
+ # unusable-pack
2
+
3
+ Actually, this is an useless package. Cause it does not provide any functionality.
4
+
5
+ **Notes:**
6
+ unusable-pack has migrated to Deno runtime internally.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unusable-pack",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Just an unusable package. Don't use it.",
5
5
  "main": "./script/mod.js",
6
6
  "module": "./esm/mod.js",
@@ -21,4 +21,4 @@
21
21
  "picocolors": "^1.0.0"
22
22
  },
23
23
  "_generatedBy": "dnt@dev"
24
- }
24
+ }