@upsoft/electroy-app-runtime-package-dev-tools-base 1.0.0-beta.3 → 1.0.0-beta.5

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/README.md +9 -0
  2. package/package.json +6 -5
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # General
2
+
3
+ This package is part of the Troy SDK, used internally by the PatchKit Launcher SDK.
4
+
5
+ In the future, we are going to provide additional information about the Troy SDK and release it on GitHub as open-source.
6
+
7
+ Check out the [PatchKit Launcher SDK Documentation here](https://docs.patchkit.net/launcher_sdk/).
8
+
9
+ Check out the [PatchKit Launcher SDK API Documentation here](https://docs.patchkit.net/launcher_sdk/api).
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@upsoft/electroy-app-runtime-package-dev-tools-base",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "main": "dist/$index.js",
5
5
  "types": "dist/$index.d.ts",
6
6
  "troyConfig": {
7
7
  "namespace": "ElectroyApp"
8
8
  },
9
9
  "files": [
10
+ "README.md",
10
11
  "dist"
11
12
  ],
12
13
  "dependencies": {
@@ -16,9 +17,9 @@
16
17
  "is-running": "^2.0.0",
17
18
  "log-symbols": "^4.0.0",
18
19
  "ora": "^5.0.0",
19
- "@upsoft/electroy-app-foundation": "1.0.0-beta.3",
20
- "@upsoft/troy-dev-tool-base": "1.0.0-beta.3",
21
- "@upsoft/troy-foundation": "1.0.0-beta.3"
20
+ "@upsoft/electroy-app-foundation": "1.0.0-beta.5",
21
+ "@upsoft/troy-dev-tool-base": "1.0.0-beta.5",
22
+ "@upsoft/troy-foundation": "1.0.0-beta.5"
22
23
  },
23
24
  "dependenciesTroyMeta": {
24
25
  "chalk": {
@@ -47,7 +48,7 @@
47
48
  "@types/is-running": "^2.0.0",
48
49
  "@types/node": "^22.0.0",
49
50
  "@types/node-fetch": "^2.0.0",
50
- "@upsoft/troy-ts-standard-package-dev-tools": "1.0.0-beta.3"
51
+ "@upsoft/troy-ts-standard-package-dev-tools": "1.0.0-beta.5"
51
52
  },
52
53
  "scripts": {
53
54
  "_phase:build": "build-troy-ts-standard-package",