Skip to content

Commit 555a51e

Browse files
authored
Added Trigger Screenshot, DLC ownership and Workshop integration (#2)
* Added trigger screenshot * readme * Added Check DLC is installed * readme * Added workshop integration * Implemented suggested changes * readme * Fixed create and upload to workshop methods and WIP Big Int support * implemented msgpack * using a simpler implementation instead of msgpack * Moved getItems and uploadItem to their own custom handler * moved back to const instead of let * Added a bunch of workshop methods * added download info expressions * Fixed download info expressions + renamed upload item to update item * more granular control over update item * moved changenote param right after content param to make it clear changenote is tied to content * Update README.md
1 parent 2c83d78 commit 555a51e

6 files changed

Lines changed: 2202 additions & 6 deletions

File tree

README.md

Lines changed: 159 additions & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"name": "@pipelab/construct-plugin",
1212
"description": "Pipelab construct plugin",
13-
"version": "2.4.0",
13+
"version": "2.4.1",
1414
"packageManager": "pnpm@9.10.0",
1515
"type": "module",
1616
"scripts": {

0 commit comments

Comments
 (0)