@arcanejs/toolkit 0.2.1 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcanejs/toolkit",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "description": "Build web-accessible control interfaces for your long-running Node.js processes",
6
6
  "keywords": [
@@ -106,16 +106,16 @@
106
106
  "tsup": "^8.1.0",
107
107
  "typescript": "^5.3.3",
108
108
  "@arcanejs/eslint-config": "^0.0.0",
109
- "@arcanejs/typescript-config": "^0.0.0",
110
- "@arcanejs/toolkit-frontend": "^0.0.2"
109
+ "@arcanejs/toolkit-frontend": "^0.0.3",
110
+ "@arcanejs/typescript-config": "^0.0.0"
111
111
  },
112
112
  "dependencies": {
113
113
  "express": "^4.21.1",
114
114
  "lodash": "^4.17.21",
115
115
  "material-symbols": "^0.25.0",
116
116
  "ws": "^8.18.0",
117
- "@arcanejs/diff": "^0.3.1",
118
- "@arcanejs/protocol": "^0.1.1"
117
+ "@arcanejs/protocol": "^0.1.1",
118
+ "@arcanejs/diff": "^0.3.2"
119
119
  },
120
120
  "files": [
121
121
  "dist"