@arcanejs/react-toolkit 0.16.0 → 0.16.1

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/dist/data.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { ReactNode, FC, Context } from 'react';
1
+ import { FC, ReactNode, Context } from 'react';
2
2
  import z, { ZodType } from 'zod';
3
3
 
4
4
  type WithPathChange = {
package/dist/data.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ReactNode, FC, Context } from 'react';
1
+ import { FC, ReactNode, Context } from 'react';
2
2
  import z, { ZodType } from 'zod';
3
3
 
4
4
  type WithPathChange = {
package/dist/data.js CHANGED
@@ -36,6 +36,9 @@ var ArcaneDataFileError = class extends Error {
36
36
  this.contents = contents;
37
37
  this.name = `ArcaneDataFileError(${operation})`;
38
38
  }
39
+
40
+
41
+
39
42
  };
40
43
  function stripUtf8Bom(data) {
41
44
  return data.charCodeAt(0) === 65279 ? data.slice(1) : data;
package/dist/data.mjs CHANGED
@@ -36,6 +36,9 @@ var ArcaneDataFileError = class extends Error {
36
36
  this.contents = contents;
37
37
  this.name = `ArcaneDataFileError(${operation})`;
38
38
  }
39
+ operation;
40
+ path;
41
+ contents;
39
42
  };
40
43
  function stripUtf8Bom(data) {
41
44
  return data.charCodeAt(0) === 65279 ? data.slice(1) : data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcanejs/react-toolkit",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "private": false,
5
5
  "description": "Build web-accessible control interfaces for your long-running Node.js processes",
6
6
  "keywords": [
@@ -55,22 +55,22 @@
55
55
  "@types/eslint": "^8.56.5",
56
56
  "@types/lodash": "^4.17.10",
57
57
  "@types/node": "^20.11.24",
58
- "@types/react": "^19.2.2",
59
- "@types/react-reconciler": "^0.32.2",
58
+ "@types/react": "^19.2.14",
59
+ "@types/react-reconciler": "^0.32.3",
60
60
  "check-export-map": "^1.3.1",
61
61
  "eslint": "^8.57.0",
62
- "tsup": "^8.1.0",
63
- "typescript": "^5.7",
62
+ "tsup": "^8.5.1",
63
+ "typescript": "^5.9.3",
64
64
  "zod": "^3.23.8",
65
65
  "@arcanejs/eslint-config": "^0.0.0",
66
66
  "@arcanejs/typescript-config": "^0.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "lodash": "^4.17.23",
70
- "react": "^19.2.0",
69
+ "lodash": "^4.18.1",
70
+ "react": "^19.2.4",
71
71
  "react-reconciler": "0.33.0",
72
72
  "@arcanejs/protocol": "^0.9.0",
73
- "@arcanejs/toolkit": "^9.0.0"
73
+ "@arcanejs/toolkit": "^9.0.1"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "zod": "^3.23.8"