@upsoft/patchkit-launcher-runtime-api-foundation 1.0.0-beta.3 → 1.0.0-beta.4

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 +7 -0
  2. package/package.json +7 -6
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # General
2
+
3
+ This package is part of PatchKit Launcher SDK.
4
+
5
+ Check out the [PatchKit Launcher SDK Documentation here](https://docs.patchkit.net/launcher_sdk/).
6
+
7
+ Check out the [PatchKit Launcher SDK API Documentation here](https://docs.patchkit.net/launcher_sdk/api).
package/package.json CHANGED
@@ -1,23 +1,24 @@
1
1
  {
2
2
  "name": "@upsoft/patchkit-launcher-runtime-api-foundation",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "main": "dist/$index.js",
5
5
  "types": "dist/$index.d.ts",
6
6
  "troyConfig": {
7
7
  "namespace": "PatchKitLauncher"
8
8
  },
9
9
  "files": [
10
+ "README.md",
10
11
  "dist"
11
12
  ],
12
13
  "dependencies": {
13
- "@upsoft/patchkit-api-foundation": "1.0.0-beta.3",
14
- "@upsoft/patchkit-launcher-foundation": "1.0.0-beta.3",
15
- "@upsoft/troy-foundation": "1.0.0-beta.3",
16
- "@upsoft/troy-native-foundation": "1.0.0-beta.3"
14
+ "@upsoft/patchkit-launcher-foundation": "1.0.0-beta.4",
15
+ "@upsoft/troy-foundation": "1.0.0-beta.4",
16
+ "@upsoft/patchkit-api-foundation": "1.0.0-beta.4",
17
+ "@upsoft/troy-native-foundation": "1.0.0-beta.4"
17
18
  },
18
19
  "devDependencies": {
19
20
  "@types/node": "^22.0.0",
20
- "@upsoft/troy-ts-standard-package-dev-tools": "1.0.0-beta.3"
21
+ "@upsoft/troy-ts-standard-package-dev-tools": "1.0.0-beta.4"
21
22
  },
22
23
  "scripts": {
23
24
  "_phase:build": "build-troy-ts-standard-package",