@adobe/aio-cli-plugin-app 10.2.2-pre.2023-06-15.77d1ad98 → 10.3.0

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 CHANGED
@@ -71,7 +71,7 @@ DESCRIPTION
71
71
  Create, run, test, and deploy Adobe I/O Apps
72
72
  ```
73
73
 
74
- _See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/10.2.2-pre.2023-06-15.77d1ad98/src/commands/app/index.js)_
74
+ _See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/10.3.0/src/commands/app/index.js)_
75
75
 
76
76
  ## `aio app add`
77
77
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "10.2.2-pre.2023-06-15.77d1ad98",
2
+ "version": "10.3.0",
3
3
  "commands": {
4
4
  "app:build": {
5
5
  "id": "app:build",
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@adobe/aio-cli-plugin-app",
3
3
  "description": "Create, Build and Deploy Adobe I/O Applications",
4
- "version": "10.2.2-pre.2023-06-15.77d1ad98",
4
+ "version": "10.3.0",
5
5
  "author": "Adobe Inc.",
6
6
  "bugs": "https://github.com/adobe/aio-cli-plugin-app/issues",
7
7
  "dependencies": {
8
- "@adobe/aio-cli-lib-app-config": "next",
9
- "@adobe/aio-cli-lib-console": "next",
10
- "@adobe/aio-lib-core-config": "next",
11
- "@adobe/aio-lib-core-logging": "next",
12
- "@adobe/aio-lib-core-networking": "next",
13
- "@adobe/aio-lib-env": "next",
14
- "@adobe/aio-lib-ims": "next",
15
- "@adobe/aio-lib-runtime": "next",
8
+ "@adobe/aio-cli-lib-app-config": "^1.0.1",
9
+ "@adobe/aio-cli-lib-console": "^4.1.0",
10
+ "@adobe/aio-lib-core-config": "^3.0.0",
11
+ "@adobe/aio-lib-core-logging": "^2.0.0",
12
+ "@adobe/aio-lib-core-networking": "^4.1.0",
13
+ "@adobe/aio-lib-env": "^2.0.0",
14
+ "@adobe/aio-lib-ims": "^6.0.0",
15
+ "@adobe/aio-lib-runtime": "^5.0.0",
16
16
  "@adobe/aio-lib-templates": "^2.2.0",
17
- "@adobe/aio-lib-web": "next",
18
- "@adobe/generator-aio-app": "next",
17
+ "@adobe/aio-lib-web": "^6.1.0",
18
+ "@adobe/generator-aio-app": "^5.1.0",
19
19
  "@adobe/generator-app-common-lib": "^0.3.3",
20
20
  "@adobe/inquirer-table-checkbox": "^1.2.0",
21
21
  "@oclif/core": "^1.15.0",
@@ -102,6 +102,5 @@
102
102
  },
103
103
  "bin": {
104
104
  "aio-next": "./bin/run"
105
- },
106
- "prereleaseSha": "77d1ad98c3fad1c25177f058172be9ac10df9df9"
107
- }
105
+ }
106
+ }