@valbuild/next 0.60.23 → 0.60.27

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/README.md CHANGED
@@ -149,7 +149,7 @@ Check out this README or the [examples](./examples) directory for examples.
149
149
  - Install the packages (@valbuild/eslint-plugin is recommended but not required):
150
150
 
151
151
  ```sh
152
- npm install @valbuild/next@latest @valbuild/eslint-plugin@latest
152
+ npm install @valbuild/core@latest @valbuild/next@latest @valbuild/eslint-plugin@latest
153
153
  ```
154
154
 
155
155
  - Run the init script:
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "next",
9
9
  "react"
10
10
  ],
11
- "version": "0.60.23",
11
+ "version": "0.60.27",
12
12
  "scripts": {
13
13
  "typecheck": "tsc --noEmit",
14
14
  "test": "jest"
@@ -45,10 +45,10 @@
45
45
  "exports": true
46
46
  },
47
47
  "dependencies": {
48
- "@valbuild/core": "~0.60.23",
49
- "@valbuild/react": "~0.60.23",
50
- "@valbuild/server": "~0.60.23",
51
- "@valbuild/ui": "~0.60.23",
48
+ "@valbuild/core": "~0.60.27",
49
+ "@valbuild/react": "~0.60.27",
50
+ "@valbuild/server": "~0.60.27",
51
+ "@valbuild/ui": "~0.60.27",
52
52
  "client-only": "^0.0.1",
53
53
  "server-only": "^0.0.1"
54
54
  },
@@ -77,7 +77,6 @@ var initFetchValStega = function initFetchValStega(config, valApiEndpoints, isEn
77
77
  patch: true,
78
78
  includeSource: true,
79
79
  includeSchema: true,
80
- validate: true,
81
80
  headers: getValAuthHeaders(cookies)
82
81
  }).then(function (res) {
83
82
  if (fp.result.isOk(res)) {
@@ -77,7 +77,6 @@ var initFetchValStega = function initFetchValStega(config, valApiEndpoints, isEn
77
77
  patch: true,
78
78
  includeSource: true,
79
79
  includeSchema: true,
80
- validate: true,
81
80
  headers: getValAuthHeaders(cookies)
82
81
  }).then(function (res) {
83
82
  if (fp.result.isOk(res)) {
@@ -73,7 +73,6 @@ var initFetchValStega = function initFetchValStega(config, valApiEndpoints, isEn
73
73
  patch: true,
74
74
  includeSource: true,
75
75
  includeSchema: true,
76
- validate: true,
77
76
  headers: getValAuthHeaders(cookies)
78
77
  }).then(function (res) {
79
78
  if (result.isOk(res)) {