@jarenjs/studio 0.83.2 → 0.83.3

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.
@@ -248,8 +248,8 @@ export declare function createStudioComponent(options?: {
248
248
  };
249
249
  };
250
250
  } | {
251
- type?: undefined;
252
251
  class?: undefined;
252
+ type?: undefined;
253
253
  title?: undefined;
254
254
  on?: undefined;
255
255
  $if: (string | (string | {
@@ -246,8 +246,8 @@ export declare const projectRules: ({
246
246
  };
247
247
  };
248
248
  } | {
249
- class?: undefined;
250
249
  type?: undefined;
250
+ class?: undefined;
251
251
  title?: undefined;
252
252
  on?: undefined;
253
253
  $if: (string | (string | {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/studio",
3
3
  "private": false,
4
- "version": "0.83.2",
4
+ "version": "0.83.3",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -67,13 +67,13 @@
67
67
  "prepack": "npm run build:types"
68
68
  },
69
69
  "dependencies": {
70
- "@jarenjs/core": "^0.83.2",
71
- "@jarenjs/validate": "^0.83.2",
72
- "@jarenjs/json": "^0.83.2",
73
- "@jarenjs/app": "^0.83.2",
74
- "@jarenjs/flow": "^0.83.2",
75
- "@jarenjs/db": "^0.83.2",
76
- "@jarenjs/contract": "^0.83.2",
77
- "@jarenjs/ai": "^0.83.2"
70
+ "@jarenjs/core": "^0.83.3",
71
+ "@jarenjs/validate": "^0.83.3",
72
+ "@jarenjs/json": "^0.83.3",
73
+ "@jarenjs/app": "^0.83.3",
74
+ "@jarenjs/flow": "^0.83.3",
75
+ "@jarenjs/db": "^0.83.3",
76
+ "@jarenjs/contract": "^0.83.3",
77
+ "@jarenjs/ai": "^0.83.3"
78
78
  }
79
79
  }