@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.
- package/.claude/settings.local.json +6 -1
- package/.editorconfig +0 -0
- package/.gitattributes +0 -0
- package/.vscode/launch.json +0 -0
- package/.vscode/settings.json +0 -0
- package/.vscode/spellright.dict +0 -0
- package/.vscode/tasks.json +0 -0
- package/DEVELOPMENT.md +0 -0
- package/README.md +0 -0
- package/ffi-wrapper.d.ts +0 -0
- package/ffi-wrapper.d.ts.map +0 -0
- package/ffi-wrapper.js +0 -0
- package/ffi-wrapper.js.map +0 -0
- package/ffi-wrapper.ts +0 -0
- package/ignores.txt +0 -0
- package/index.d.ts +0 -0
- package/index.d.ts.map +0 -0
- package/index.js.map +0 -0
- package/index.ts +0 -0
- package/package.json +2 -2
- package/problem.txt +0 -0
- package/screens.d.ts +0 -0
- package/screens.d.ts.map +0 -0
- package/screens.js +0 -0
- package/screens.js.map +0 -0
- package/screens.ts +0 -0
- package/tabs.d.ts +0 -0
- package/tabs.d.ts.map +0 -0
- package/tabs.js +0 -0
- package/tabs.js.map +0 -0
- package/tabs.ts +0 -0
- package/tsconfig.json +0 -0
- package/windows.d.ts +0 -0
- package/windows.d.ts.map +0 -0
- package/windows.js +0 -0
- package/windows.js.map +0 -0
- package/windows.ts +0 -0
|
@@ -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
|
package/.vscode/launch.json
CHANGED
|
File without changes
|
package/.vscode/settings.json
CHANGED
|
File without changes
|
package/.vscode/spellright.dict
CHANGED
|
File without changes
|
package/.vscode/tasks.json
CHANGED
|
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
|
package/ffi-wrapper.d.ts.map
CHANGED
|
File without changes
|
package/ffi-wrapper.js
CHANGED
|
File without changes
|
package/ffi-wrapper.js.map
CHANGED
|
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.
|
|
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": "
|
|
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
|