procxy 0.1.4 → 0.1.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/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#136](https://github.com/pradeepmouli/procxy/pull/136) [`59b812d`](https://github.com/pradeepmouli/procxy/commit/59b812d6040757436e2d2ea6ab826e66328c58a5) Thanks [@pradeepmouli](https://github.com/pradeepmouli)! - - fix(ci): skip simple-git-hooks install in dep-update workflow
|
|
8
|
+
|
|
3
9
|
## 0.1.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "procxy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Type-safe process-based proxy for Node.js - Run class instances in isolated child processes with full TypeScript support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"proxy",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"zod": "^4.4.3"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@changesets/changelog-github": "^0.
|
|
51
|
-
"@changesets/cli": "^
|
|
50
|
+
"@changesets/changelog-github": "^1.0.1",
|
|
51
|
+
"@changesets/cli": "^3.0.3",
|
|
52
52
|
"@types/node": "^26.0.1",
|
|
53
53
|
"@vitest/coverage-v8": "^4.1.7",
|
|
54
54
|
"lint-staged": "^17.0.5",
|
|
55
|
-
"oxfmt": "^0.
|
|
55
|
+
"oxfmt": "^0.68.0",
|
|
56
56
|
"oxlint": "^1.66.0",
|
|
57
57
|
"simple-git-hooks": "^2.13.1",
|
|
58
58
|
"tinypool": "^2.1.0",
|