onlybuild 1.6.4 → 1.6.5

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Scott Doxey
3
+ Copyright (c) 2025 Scott Doxey
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/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.4",
4
+ "version": "1.6.5",
5
5
  "engines": {
6
6
  "node": ">=20.x"
7
7
  },
@@ -17,15 +17,15 @@
17
17
  "types": "./dist/src/index.d.ts",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "chalk": "5.3.0",
21
- "dotenv": "16.4.5",
22
- "globby": "14.0.2",
20
+ "chalk": "5.4.1",
21
+ "dotenv": "16.4.7",
22
+ "globby": "14.1.0",
23
23
  "parse-cmd-args": "5.0.2",
24
- "tsx": "4.19.0"
24
+ "tsx": "4.19.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "22.5.4",
28
- "typescript": "5.5.4"
27
+ "@types/node": "22.13.4",
28
+ "typescript": "5.7.3"
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.4",
4
+ "version": "1.6.5",
5
5
  "engines": {
6
6
  "node": ">=20.x"
7
7
  },
@@ -17,15 +17,15 @@
17
17
  "types": "./dist/src/index.d.ts",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "chalk": "5.3.0",
21
- "dotenv": "16.4.5",
22
- "globby": "14.0.2",
20
+ "chalk": "5.4.1",
21
+ "dotenv": "16.4.7",
22
+ "globby": "14.1.0",
23
23
  "parse-cmd-args": "5.0.2",
24
- "tsx": "4.19.0"
24
+ "tsx": "4.19.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "22.5.4",
28
- "typescript": "5.5.4"
27
+ "@types/node": "22.13.4",
28
+ "typescript": "5.7.3"
29
29
  },
30
30
  "scripts": {
31
31
  "test": "node --import tsx --test --experimental-test-coverage ./src/*.test.ts",