@uniformdev/canvas-next-rsc-shared 19.77.0 → 19.78.0

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/index.d.mts CHANGED
@@ -31,6 +31,17 @@ type UniformServerConfig = {
31
31
  *
32
32
  */
33
33
  projectMapCache?: CacheMode;
34
+ /**
35
+ * Options for Uniform Context
36
+ */
37
+ context?: {
38
+ /**
39
+ * Disables the Uniform Context dev tools.
40
+ *
41
+ * @default false
42
+ */
43
+ disableDevTools?: boolean;
44
+ };
34
45
  /**
35
46
  * Configure where system components should be evaluated.
36
47
  */
package/dist/index.d.ts CHANGED
@@ -31,6 +31,17 @@ type UniformServerConfig = {
31
31
  *
32
32
  */
33
33
  projectMapCache?: CacheMode;
34
+ /**
35
+ * Options for Uniform Context
36
+ */
37
+ context?: {
38
+ /**
39
+ * Disables the Uniform Context dev tools.
40
+ *
41
+ * @default false
42
+ */
43
+ disableDevTools?: boolean;
44
+ };
34
45
  /**
35
46
  * Configure where system components should be evaluated.
36
47
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-shared",
3
- "version": "19.77.0",
3
+ "version": "19.78.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -32,8 +32,8 @@
32
32
  "react-dom": "18.2.0"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "19.77.0",
36
- "@uniformdev/context": "19.77.0"
35
+ "@uniformdev/canvas": "19.78.0",
36
+ "@uniformdev/context": "19.78.0"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=16.14.0"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "1a49a5cd8ac5d8439f885826131636d34fa9c0f7"
49
+ "gitHead": "f6d26aebf403e38740acd6dc3d99bf2460079639"
50
50
  }