@jtl-software/cloud-app-template-frontend-react 0.0.11 → 0.0.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jtl/cloud-app-template-frontend-react
2
2
 
3
+ ## 0.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#36](https://github.com/jtl-software/cloud-apps-cli/pull/36) [`adca670`](https://github.com/jtl-software/cloud-apps-cli/commit/adca670a52296d01b2c153b722cc3b51993125d5) Thanks [@tobilen](https://github.com/tobilen)! - Fix .env file detection & deprecated manifest fields
8
+
3
9
  ## 0.0.11
4
10
 
5
11
  ### Patch Changes
package/manifest.json CHANGED
@@ -1,19 +1,14 @@
1
1
  {
2
2
  "manifest": {
3
- "manifestVersion": "1.0.0",
4
3
  "technicalName": "{{APP_TECHNICAL_NAME}}",
5
4
  "version": "1.0.0",
6
- "requirements": {
7
- "minCloudApiVersion": "1.0.0"
8
- },
9
5
  "lifecycle": {
10
6
  "configurationUrl": "http://localhost:3004/setup"
11
7
  },
12
8
  "capabilities": {
13
9
  "hub": {
14
10
  "appLauncher": {
15
- "redirectUrl": "http://localhost:3004/hub",
16
- "closedPreviewUrl": "http://localhost:3004/hub"
11
+ "redirectUrl": "http://localhost:3004/hub"
17
12
  }
18
13
  },
19
14
  "erp": {
@@ -47,7 +42,6 @@
47
42
  },
48
43
  "listing": {
49
44
  "version": "1.0.0",
50
- "listingVersion": "1.0.0",
51
45
  "defaultLocale": "de-DE",
52
46
  "name": {
53
47
  "de-DE": {
@@ -61,20 +55,11 @@
61
55
  "full": "{{APP_DESCRIPTION}}"
62
56
  }
63
57
  },
64
- "benefits": {
65
- "de-DE": []
66
- },
67
- "category": {
68
- "main": "",
69
- "sub": []
70
- },
71
58
  "media": {
72
59
  "icons": {
73
60
  "light": "https://hub.jtl-cloud.com/assets/image-placeholder.png",
74
61
  "dark": "https://hub.jtl-cloud.com/assets/image-placeholder.png"
75
- },
76
- "screenshots": ["https://hub.jtl-cloud.com/assets/image-placeholder.png"],
77
- "video": ""
62
+ }
78
63
  },
79
64
  "pricing": {
80
65
  "freePlan": true
@@ -96,9 +81,7 @@
96
81
  }
97
82
  },
98
83
  "editorial": {
99
- "status": true
100
- },
101
- "distributionType": "PRIVATE",
102
- "listingVersionStatus": "DRAFT"
84
+ "status": false
85
+ }
103
86
  }
104
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtl-software/cloud-app-template-frontend-react",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"