@expofp/offline 3.2.6 → 3.2.8
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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ The `@expofp/offline` package provides a CLI (`expofp-offline`) that creates sel
|
|
|
8
8
|
npx @expofp/offline@<tag-or-version> <manifest-url> [options]
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Use a dist-tag or exact version to match the deployed floor plan (e.g. `@latest`, `@
|
|
11
|
+
Use a dist-tag or exact version to match the deployed floor plan (e.g. `@latest`, `@stable`, `@customer1`, `@3.0.0-alpha.9`).
|
|
12
12
|
|
|
13
13
|
| Option | Description | Default |
|
|
14
14
|
| ----------------- | ------------------- | ------------- |
|
|
@@ -19,7 +19,7 @@ Use a dist-tag or exact version to match the deployed floor plan (e.g. `@latest`
|
|
|
19
19
|
### Example
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npx @expofp/offline@
|
|
22
|
+
npx @expofp/offline@stable https://demo.expofp.com/manifest.json -o offline.zip
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
### Debugging
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expofp/offline",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI tool for creating offline copies of ExpoFP floor plans",
|
|
6
6
|
"homepage": "https://developer.expofp.com/",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"debug": "^4.4.3",
|
|
33
33
|
"tslib": "^2.3.0",
|
|
34
|
-
"@expofp/data": "3.2.
|
|
35
|
-
"@expofp/floorplan": "3.2.
|
|
36
|
-
"@expofp/resolve": "3.2.
|
|
37
|
-
"@expofp/utils": "3.2.
|
|
34
|
+
"@expofp/data": "3.2.8",
|
|
35
|
+
"@expofp/floorplan": "3.2.8",
|
|
36
|
+
"@expofp/resolve": "3.2.8",
|
|
37
|
+
"@expofp/utils": "3.2.8"
|
|
38
38
|
}
|
|
39
39
|
}
|