@tadpolehq/cli 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @tadpolehq/cli
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9e09047: - Fix for_each: Used wrong value for remoteObjectId, ensure object isn't a primitive
8
+ - Fix withPrefix: Do not append an extra `.`
9
+ - Add stepPrecision to natural mouse Scroll
10
+ - Fix hover: dom.getBoxModel returns a relative position, not absolute
11
+ - Updated dependencies [9e09047]
12
+ - @tadpolehq/core@0.1.3
13
+
3
14
  ## 0.1.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tadpolehq/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Command line interface for managing Tadpole projects",
5
5
  "homepage": "https://tadpolehq.com",
6
6
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "tadpole": "./dist/main.mjs"
23
23
  },
24
24
  "dependencies": {
25
- "@tadpolehq/core": "0.1.2",
25
+ "@tadpolehq/core": "0.1.3",
26
26
  "commander": "^14.0.2",
27
27
  "winston": "^3.19.0"
28
28
  },