@pixotope/socket.io-client 0.2.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.1.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
- ESM dist/index.js 255.92 KB
12
- ESM ⚡️ Build success in 1262ms
13
- CJS dist/index.cjs 256.09 KB
14
- CJS ⚡️ Build success in 1289ms
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.1.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,10 +1,16 @@
1
1
  # @pixotope/socket.io-client
2
2
 
3
- ## 0.2.0
3
+ ## 0.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 9256ddb: - bum minor version for all packages
7
+ - 5fcf657: - `@pixotope/socket.io-client` fix resolution error
8
+
9
+ ## 0.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 023406b: - `@pixotope/socket.io-client` fix library pointing to wrong `main`
8
14
 
9
15
  ## 0.1.0
10
16