@pixotope/socket.io-client 0.2.0 → 0.3.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,5 +1,5 @@
1
1
 
2
- > @pixotope/socket.io-client@0.1.0 build /home/circleci/project/packages/socket.io-client
2
+ > @pixotope/socket.io-client@0.3.0 build /home/circleci/project/packages/socket.io-client
3
3
  > tsup src/index.ts --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es6
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
11
  CJS dist/index.cjs 256.09 KB
14
- CJS ⚡️ Build success in 1289ms
12
+ CJS ⚡️ Build success in 825ms
13
+ ESM dist/index.js 255.92 KB
14
+ ESM ⚡️ Build success in 837ms
@@ -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.3.0 check-types /home/circleci/project/packages/socket.io-client
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @pixotope/socket.io-client
2
2
 
3
- ## 0.2.0
3
+ ## 0.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 9256ddb: - bum minor version for all packages
7
+ - 023406b: - `@pixotope/socket.io-client` fix library pointing to wrong `main`
8
8
 
9
9
  ## 0.1.0
10
10
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pixotope/socket.io-client",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
- "module": "dist/index.es.js",
7
+ "module": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "type": "module",
10
10
  "devDependencies": {