Skip to content

Commit 480cf83

Browse files
committed
test
2 parents 1238992 + 87012db commit 480cf83

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525

2626
- name: Run TypeScript compilation
2727
run: |
28-
npm install typescript
2928
npx tsc
3029
3130
- name: Update version (patch)

library_standard.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ declare class PuvoxLibrary {
8787
renameSubKey(obj: any, keyFrom: any, keyTo: any, strict?: boolean): any;
8888
hasEmptyChild(obj: any): boolean;
8989
filterObject(obj: any, callback: any): any;
90-
removeAllKeysExcept(inputObj: any, keysArray: any, level?: number, getAllIfNoneFound?: boolean): {};
90+
removeAllKeysExcept(inputObj: any, keysArray: any, level?: number, getAllIfNoneFound?: boolean): any;
9191
isBetween(a: any, b: any, c: any): boolean;
9292
isBetweenEq(a: any, b: any, c: any): boolean;
9393
startsWithWhiteSpace(content: any): boolean;

library_standard.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616
"homepage": "https://github.com/Puvox/library-file-javascript#readme",
1717
"devDependencies": {
1818
"typescript": "latest"
19-
},
20-
"dependencies": {
21-
"puvox-library": "^1.1.45"
2219
}
2320
}

0 commit comments

Comments
 (0)