@cartesia/cartesia-js 0.0.2 → 0.0.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.
@@ -5,28 +5,28 @@ $ tsup src/ --format cjs,esm --dts
5
5
  CLI Target: es6
6
6
  CJS Build start
7
7
  ESM Build start
8
- CJS dist/audio/index.js 12.63 KB
9
- CJS dist/lib/client.js 1.40 KB
10
- CJS dist/react/index.js 17.16 KB
11
- CJS dist/types/index.js 764.00 B
12
- CJS dist/audio/utils.js 5.23 KB
13
- CJS dist/lib/constants.js 1.35 KB
14
- CJS dist/lib/index.js 12.89 KB
15
- CJS ⚡️ Build success in 75ms
16
8
  ESM dist/types/index.mjs 0 B
17
- ESM dist/audio/index.mjs 192.00 B
18
- ESM dist/audio/utils.mjs 469.00 B
19
- ESM dist/lib/client.mjs 103.00 B
20
- ESM dist/lib/constants.mjs 155.00 B
21
- ESM dist/lib/index.mjs 355.00 B
22
- ESM dist/react/index.mjs 3.31 KB
23
9
  ESM dist/chunk-3CYTAFLF.mjs 7.43 KB
24
10
  ESM dist/chunk-FRIBQZPN.mjs 3.22 KB
25
11
  ESM dist/chunk-XSFPHPPG.mjs 386.00 B
26
12
  ESM dist/chunk-HNLIBHEN.mjs 2.02 KB
27
- ESM ⚡️ Build success in 80ms
13
+ ESM dist/audio/index.mjs 192.00 B
14
+ ESM dist/lib/client.mjs 103.00 B
15
+ ESM dist/react/index.mjs 3.31 KB
16
+ ESM dist/audio/utils.mjs 469.00 B
17
+ ESM dist/lib/constants.mjs 155.00 B
18
+ ESM dist/lib/index.mjs 355.00 B
19
+ ESM ⚡️ Build success in 78ms
20
+ CJS dist/audio/index.js 12.63 KB
21
+ CJS dist/audio/utils.js 5.23 KB
22
+ CJS dist/lib/client.js 1.40 KB
23
+ CJS dist/lib/constants.js 1.35 KB
24
+ CJS dist/lib/index.js 12.89 KB
25
+ CJS dist/react/index.js 17.16 KB
26
+ CJS dist/types/index.js 764.00 B
27
+ CJS ⚡️ Build success in 79ms
28
28
  DTS Build start
29
- DTS ⚡️ Build success in 5605ms
29
+ DTS ⚡️ Build success in 5506ms
30
30
  DTS dist/lib/constants.d.ts 211.00 B
31
31
  DTS dist/lib/index.d.ts 324.00 B
32
32
  DTS dist/react/index.d.ts 720.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cartesia/cartesia-js
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b671ff: Revert queuing feature
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Cartesia",
5
5
  "url": "https://cartesia.ai"
6
6
  },
7
- "version": "0.0.2",
7
+ "version": "0.0.3",
8
8
  "description": "Client for the Cartesia API.",
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",