eoas 3.0.0-beta.2 → 3.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 +2 -2
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # EOAS (Expo Open Application Services)
2
2
 
3
- EOAS ((Expo Open Application Services) is a powerful helper package designed to simplify the setup and update publication process for the [expo-open-ota](https://github.com/axelmarciano/expo-open-ota) project.
3
+ EOAS ((Expo Open Application Services) is a powerful helper package designed to simplify the setup and update publication process for the [expo-open-ota](https://github.com/mercuretechnologies/expo-open-ota) project.
4
4
 
5
5
  ## Quick Start
6
6
 
@@ -9,7 +9,7 @@ To get started with EOAS, check out the official documentation:
9
9
 
10
10
  ## Learn More
11
11
  For detailed information and to explore the core functionalities of expo-open-ota, visit the main repository:
12
- [expo-open-ota on GitHub](https://github.com/axelmarciano/expo-open-ota)
12
+ [expo-open-ota on GitHub](https://github.com/mercuretechnologies/expo-open-ota)
13
13
 
14
14
  ---
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoas",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.json",
@@ -10,7 +10,7 @@
10
10
  "engines": {
11
11
  "node": ">=18.0.0"
12
12
  },
13
- "homepage": "https://github.com/axelmarciano/expo-open-ota/tree/main/eoas",
13
+ "homepage": "https://github.com/mercuretechnologies/expo-open-ota/tree/main/eoas",
14
14
  "keywords": [
15
15
  "expo-open-ota",
16
16
  "expo",
@@ -19,8 +19,11 @@
19
19
  ],
20
20
  "author": "Axel Marciano",
21
21
  "license": "MIT",
22
- "description": "A CLI tool to manage publishing and OTA updates for expo-open-OTA self-hosted server. This is not an official tool from Expo but an open-source project (https://github.com/axelmarciano/expo-open-ota)",
23
- "repository": "axelmarciano/expo-open-ota",
22
+ "description": "A CLI tool to manage publishing and OTA updates for expo-open-OTA self-hosted server. This is not an official tool from Expo but an open-source project (https://github.com/mercuretechnologies/expo-open-ota)",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/mercuretechnologies/expo-open-ota.git"
26
+ },
24
27
  "dependencies": {
25
28
  "@expo/code-signing-certificates": "^0.0.5",
26
29
  "@expo/config": "10.0.11",
@@ -82,7 +85,7 @@
82
85
  "typescript": "5.3.3"
83
86
  },
84
87
  "bin": {
85
- "eoas": "./bin/run.js"
88
+ "eoas": "bin/run.js"
86
89
  },
87
90
  "oclif": {
88
91
  "bin": "eoas",