@cedarjs/forms 4.2.1-next.0 → 4.2.1-next.269

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ServerErrorsContext.d.ts","sourceRoot":"","sources":["../src/ServerErrorsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,0DAA0D;AAC1D,UAAU,wBAAwB;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,mBAAmB,yCAE/B,CAAA"}
1
+ {"version":3,"file":"ServerErrorsContext.d.ts","sourceRoot":"","sources":["../src/ServerErrorsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,0DAA0D;AAC1D,UAAU,wBAAwB;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,mBAAmB,yCACmB,CAAA"}
@@ -32,9 +32,7 @@ __export(ServerErrorsContext_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(ServerErrorsContext_exports);
34
34
  var import_react = __toESM(require("react"));
35
- const ServerErrorsContext = import_react.default.createContext(
36
- {}
37
- );
35
+ const ServerErrorsContext = import_react.default.createContext({});
38
36
  // Annotate the CommonJS export names for ESM import in node:
39
37
  0 && (module.exports = {
40
38
  ServerErrorsContext
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/forms",
3
- "version": "4.2.1-next.0",
3
+ "version": "4.2.1-next.269",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -22,18 +22,18 @@
22
22
  "dist"
23
23
  ],
24
24
  "scripts": {
25
- "build": "tsx ./build.mts && yarn build:types",
25
+ "build": "node ./build.mts && yarn build:types",
26
26
  "build:pack": "yarn pack -o cedarjs-forms.tgz",
27
27
  "build:types": "tsc --build --verbose ./tsconfig.build.json",
28
28
  "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
29
- "check:attw": "yarn rw-fwtools-attw",
29
+ "check:attw": "yarn cedar-fwtools-attw",
30
30
  "check:package": "concurrently npm:check:attw yarn:publint",
31
31
  "prepublishOnly": "NODE_ENV=production yarn build",
32
32
  "test": "vitest run",
33
33
  "test:watch": "vitest watch"
34
34
  },
35
35
  "dependencies": {
36
- "graphql": "16.13.2",
36
+ "graphql": "16.14.2",
37
37
  "pascalcase": "1.0.0",
38
38
  "react-hook-form": "7.74.0"
39
39
  },
@@ -48,12 +48,11 @@
48
48
  "@types/react-dom": "^18.2.19",
49
49
  "concurrently": "9.2.1",
50
50
  "nodemon": "3.1.14",
51
- "publint": "0.3.20",
51
+ "publint": "0.3.21",
52
52
  "react": "18.3.1",
53
53
  "react-dom": "18.3.1",
54
- "tsx": "4.21.0",
55
54
  "typescript": "5.9.3",
56
- "vitest": "3.2.4"
55
+ "vitest": "3.2.6"
57
56
  },
58
57
  "peerDependencies": {
59
58
  "react": "18.3.1"