onlybuild 1.6.1 → 1.6.3

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.6.3](https://github.com/neogeek/onlybuild/tree/v1.6.3) - (2024-08-05)
4
+
5
+ [Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.6.2...v1.6.3)
6
+
7
+ - [hotfix] Updated packages. [#32](https://github.com/neogeek/onlybuild/pull/32)
8
+ - [hotfix] Added tests. [#31](https://github.com/neogeek/onlybuild/pull/31)
9
+ - [hotfix] Updated packages. [#30](https://github.com/neogeek/onlybuild/pull/30)
10
+ - [hotfix] Updated packages. [#29](https://github.com/neogeek/onlybuild/pull/29)
11
+
12
+ ## [v1.6.2](https://github.com/neogeek/onlybuild/tree/v1.6.2) - (2024-06-23)
13
+
14
+ [Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.6.1...v1.6.2)
15
+
16
+ - [hotfix] Updated packages. [#28](https://github.com/neogeek/onlybuild/pull/28)
17
+ - [hotfix] Updated packages. [#27](https://github.com/neogeek/onlybuild/pull/27)
18
+
3
19
  ## [v1.6.1](https://github.com/neogeek/onlybuild/tree/v1.6.1) - (2024-06-05)
4
20
 
5
21
  [Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.6.0...v1.6.1)
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onlybuild",
3
3
  "description": "A zero-config cli for building static websites.",
4
- "version": "1.6.1",
4
+ "version": "1.6.3",
5
5
  "engines": {
6
6
  "node": ">=20.x"
7
7
  },
@@ -19,13 +19,13 @@
19
19
  "dependencies": {
20
20
  "chalk": "5.3.0",
21
21
  "dotenv": "16.4.5",
22
- "globby": "14.0.1",
22
+ "globby": "14.0.2",
23
23
  "parse-cmd-args": "5.0.2",
24
- "tsx": "4.11.2"
24
+ "tsx": "4.16.5"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "20.14.2",
28
- "typescript": "5.4.5"
27
+ "@types/node": "22.1.0",
28
+ "typescript": "5.5.4"
29
29
  },
30
30
  "scripts": {
31
31
  "test": "node --import tsx --test --experimental-test-coverage ./src/*.test.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onlybuild",
3
3
  "description": "A zero-config cli for building static websites.",
4
- "version": "1.6.1",
4
+ "version": "1.6.3",
5
5
  "engines": {
6
6
  "node": ">=20.x"
7
7
  },
@@ -19,13 +19,13 @@
19
19
  "dependencies": {
20
20
  "chalk": "5.3.0",
21
21
  "dotenv": "16.4.5",
22
- "globby": "14.0.1",
22
+ "globby": "14.0.2",
23
23
  "parse-cmd-args": "5.0.2",
24
- "tsx": "4.11.2"
24
+ "tsx": "4.16.5"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "20.14.2",
28
- "typescript": "5.4.5"
27
+ "@types/node": "22.1.0",
28
+ "typescript": "5.5.4"
29
29
  },
30
30
  "scripts": {
31
31
  "test": "node --import tsx --test --experimental-test-coverage ./src/*.test.ts",