@varla/polymarket 2.2.4 → 2.2.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @varla/polymarket
2
2
 
3
+ ## 2.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - f149b83: Apply minor package metadata formatting cleanup without functional changes.
8
+
9
+ - Reformat the package files list for consistency
10
+
11
+ ## 2.2.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 02eceed: Only package metadata formatting was adjusted with no runtime changes.
16
+
17
+ - No functional changes; package file list formatting was updated.
18
+
3
19
  ## 2.2.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varla/polymarket",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "High-performance Polymarket SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,13 +11,7 @@
11
11
  "import": "./dist/index.js"
12
12
  }
13
13
  },
14
- "files": [
15
- "dist",
16
- "README.md",
17
- "AGENTS.md",
18
- "CHANGELOG.md",
19
- "LICENSE"
20
- ],
14
+ "files": ["dist", "README.md", "AGENTS.md", "CHANGELOG.md", "LICENSE"],
21
15
  "scripts": {
22
16
  "build": "bun build ./src/index.ts --outdir ./dist --target node --format esm",
23
17
  "build:types": "bun x tsc --emitDeclarationOnly --declaration --outDir dist || true",