@pixotope/socket.io-client 0.3.0 → 0.4.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.
@@ -1,14 +1,18 @@
1
1
 
2
- > @pixotope/socket.io-client@0.3.0 build /home/circleci/project/packages/socket.io-client
3
- > tsup src/index.ts --format cjs,esm
2
+ > @pixotope/socket.io-client@0.4.0 build /home/circleci/project/packages/socket.io-client
3
+ > tsup src/index.ts --format cjs,esm --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
- CLI Target: es6
8
+ CLI Target: esnext
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.cjs 256.09 KB
12
- CJS ⚡️ Build success in 825ms
13
- ESM dist/index.js 255.92 KB
14
- ESM ⚡️ Build success in 837ms
11
+ CJS dist/index.cjs 1.07 KB
12
+ CJS ⚡️ Build success in 64ms
13
+ ESM dist/index.js 50.00 B
14
+ ESM ⚡️ Build success in 64ms
15
+ DTS Build start
16
+ DTS ⚡️ Build success in 1596ms
17
+ DTS dist/index.d.cts 34.00 B
18
+ DTS dist/index.d.ts 34.00 B
@@ -1,4 +1,4 @@
1
1
 
2
- > @pixotope/socket.io-client@0.3.0 check-types /home/circleci/project/packages/socket.io-client
2
+ > @pixotope/socket.io-client@0.4.0 check-types /home/circleci/project/packages/socket.io-client
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pixotope/socket.io-client
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5fcf657: - `@pixotope/socket.io-client` fix resolution error
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes