@angular-yc/cli 1.0.15 → 1.0.16

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.
@@ -85,7 +85,7 @@ paths:
85
85
  %{ if has_server ~}
86
86
  # Express API routes
87
87
  /api/{proxy+}:
88
- any:
88
+ x-yc-apigateway-any-method:
89
89
  summary: API route handler
90
90
  parameters:
91
91
  - name: proxy
@@ -102,7 +102,7 @@ paths:
102
102
 
103
103
  # Catch-all for Angular SSR
104
104
  /{proxy+}:
105
- any:
105
+ x-yc-apigateway-any-method:
106
106
  summary: Server-side rendered pages
107
107
  parameters:
108
108
  - name: proxy
@@ -119,7 +119,7 @@ paths:
119
119
 
120
120
  # Root path
121
121
  /:
122
- any:
122
+ x-yc-apigateway-any-method:
123
123
  summary: Root path handler
124
124
  x-yc-apigateway-integration:
125
125
  type: cloud_functions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-yc/cli",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "CLI tool for deploying Angular apps to Yandex Cloud",
5
5
  "license": "MIT",
6
6
  "author": "Angular-YC Contributors",