@c8y/websdk 1021.80.1 → 1022.3.2
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 +1 -1
- package/dist/app-list.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ ng add @c8y/websdk --application=@c8y/<appName>@<version> --skip-confirmation
|
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
> Note: In the **bypass prompts** scenario:
|
|
39
|
-
> - `<appName>` must be one of the following: administration, application, cockpit, codex, devicemanagement, hybrid, package-blueprint, tutorial,
|
|
39
|
+
> - `<appName>` must be one of the following: administration, application, cockpit, codex, devicemanagement, hybrid, package-blueprint, tutorial, sample-plugin.
|
|
40
40
|
> - `<version>` denotes the specific package version listed in the npm registry.
|
|
41
41
|
|
|
42
42
|
## Run development server & build
|
package/dist/app-list.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
["administration","application","cockpit","
|
|
1
|
+
["administration","application","cockpit","devicemanagement","hybrid","login","package-blueprint","sample-plugin","tutorial"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/websdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1022.3.2",
|
|
4
4
|
"description": "Allows to scaffold a Cumulocity IoT application with ng add @c8y/websdk",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"scripts": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"yargs": "17.7.2",
|
|
19
|
-
"@inquirer/prompts": "
|
|
20
|
-
"@npmcli/config": "^
|
|
19
|
+
"@inquirer/prompts": "7.3.1",
|
|
20
|
+
"@npmcli/config": "^10.3.0",
|
|
21
21
|
"npm-registry-fetch": "^18.0.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|