@noya-app/noya-api-client-react 0.1.48 → 0.1.49

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.
@@ -7,11 +7,11 @@ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
7
7
  ESM Build start
8
8
  DTS Build start
9
9
  CJS dist/index.js 540.31 KB
10
- CJS dist/index.js.map 1.43 MB
11
- CJS ⚡️ Build success in 6095ms
12
- ESM dist/index.mjs 531.64 KB
13
- ESM dist/index.mjs.map 1.43 MB
14
- ESM ⚡️ Build success in 6096ms
15
- DTS ⚡️ Build success in 75545ms
10
+ CJS dist/index.js.map 1.44 MB
11
+ CJS ⚡️ Build success in 5070ms
12
+ ESM dist/index.mjs 531.66 KB
13
+ ESM dist/index.mjs.map 1.44 MB
14
+ ESM ⚡️ Build success in 5079ms
15
+ DTS ⚡️ Build success in 68503ms
16
16
  DTS dist/index.d.ts 17.73 KB
17
17
  DTS dist/index.d.mts 17.73 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-api-client-react
2
2
 
3
+ ## 0.1.49
4
+
5
+ ### Patch Changes
6
+
7
+ - @noya-app/noya-api@0.1.49
8
+
3
9
  ## 0.1.48
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5344,14 +5344,6 @@ var Emitter = class {
5344
5344
  bufferedEvents = [];
5345
5345
  };
5346
5346
 
5347
- // ../state-manager/src/AIManager.ts
5348
- var import_noya_utils = require("@noya-app/noya-utils");
5349
- var import_observable2 = require("@noya-app/observable");
5350
-
5351
- // ../state-manager/src/AssetManager.ts
5352
- var import_noya_utils2 = require("@noya-app/noya-utils");
5353
- var import_observable3 = require("@noya-app/observable");
5354
-
5355
5347
  // ../noya-schemas/src/nullable.ts
5356
5348
  var Nullable = (schema) => Type.Union([Type.Null(), schema]);
5357
5349
 
@@ -5753,6 +5745,14 @@ function validateUUID(value) {
5753
5745
  format_exports.Set("color", () => true);
5754
5746
  format_exports.Set("uuid", validateUUID);
5755
5747
 
5748
+ // ../state-manager/src/AIManager.ts
5749
+ var import_noya_utils = require("@noya-app/noya-utils");
5750
+ var import_observable2 = require("@noya-app/observable");
5751
+
5752
+ // ../state-manager/src/AssetManager.ts
5753
+ var import_noya_utils2 = require("@noya-app/noya-utils");
5754
+ var import_observable3 = require("@noya-app/observable");
5755
+
5756
5756
  // ../state-manager/src/ConnectionEventManager.ts
5757
5757
  var import_observable4 = require("@noya-app/observable");
5758
5758