@bobfrankston/winpos 2.0.39 → 2.0.40

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.
@@ -23,7 +23,12 @@
23
23
  "Bash(git gc:*)",
24
24
  "Bash(git rm:*)",
25
25
  "Bash(git reset:*)",
26
- "Bash(git reflog:*)"
26
+ "Bash(git reflog:*)",
27
+ "Bash(git fetch:*)",
28
+ "Bash(git clone:*)",
29
+ "Bash(cmd /c \"cd /d Y:\\dev\\utils && git clone https://github.com/BobFrankston/winpos.git winpos-clean\")",
30
+ "Bash(git -C \"Y:\\dev\\utils\\winpos-clean\" count-objects -vH)",
31
+ "Bash(xcopy:*)"
27
32
  ],
28
33
  "deny": [],
29
34
  "ask": []
package/.editorconfig CHANGED
File without changes
package/.gitattributes CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/DEVELOPMENT.md CHANGED
File without changes
package/README.md CHANGED
File without changes
package/ffi-wrapper.d.ts CHANGED
File without changes
File without changes
package/ffi-wrapper.js CHANGED
File without changes
File without changes
package/ffi-wrapper.ts CHANGED
File without changes
package/ignores.txt CHANGED
File without changes
package/index.d.ts CHANGED
File without changes
package/index.d.ts.map CHANGED
File without changes
package/index.js.map CHANGED
File without changes
package/index.ts CHANGED
File without changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bobfrankston/winpos",
3
- "version": "2.0.39",
3
+ "version": "2.0.40",
4
4
  "description": "TypeScript implementation of winpos - Windows window positioning utility",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
8
8
  "bin": {
9
- "winpos": "./index.js"
9
+ "winpos": "index.js"
10
10
  },
11
11
  "scripts": {
12
12
  "build": "tsc",
package/problem.txt CHANGED
File without changes
package/screens.d.ts CHANGED
File without changes
package/screens.d.ts.map CHANGED
File without changes
package/screens.js CHANGED
File without changes
package/screens.js.map CHANGED
File without changes
package/screens.ts CHANGED
File without changes
package/tabs.d.ts CHANGED
File without changes
package/tabs.d.ts.map CHANGED
File without changes
package/tabs.js CHANGED
File without changes
package/tabs.js.map CHANGED
File without changes
package/tabs.ts CHANGED
File without changes
package/tsconfig.json CHANGED
File without changes
package/windows.d.ts CHANGED
File without changes
package/windows.d.ts.map CHANGED
File without changes
package/windows.js CHANGED
File without changes
package/windows.js.map CHANGED
File without changes
package/windows.ts CHANGED
File without changes