@opra/common 1.0.0-alpha.10 → 1.0.0-alpha.11

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/browser.js CHANGED
@@ -3207,6 +3207,7 @@ var HttpOperationClass = class extends DocumentElement {
3207
3207
  kind: OpraSchema.HttpOperation.Kind,
3208
3208
  description: this.description,
3209
3209
  method: this.method,
3210
+ path: this.path,
3210
3211
  composition: this.composition,
3211
3212
  requestBody: this.requestBody?.toJSON()
3212
3213
  });
@@ -64,6 +64,7 @@ class HttpOperationClass extends document_element_js_1.DocumentElement {
64
64
  kind: index_js_2.OpraSchema.HttpOperation.Kind,
65
65
  description: this.description,
66
66
  method: this.method,
67
+ path: this.path,
67
68
  composition: this.composition,
68
69
  requestBody: this.requestBody?.toJSON(),
69
70
  });
@@ -60,6 +60,7 @@ class HttpOperationClass extends DocumentElement {
60
60
  kind: OpraSchema.HttpOperation.Kind,
61
61
  description: this.description,
62
62
  method: this.method,
63
+ path: this.path,
63
64
  composition: this.composition,
64
65
  requestBody: this.requestBody?.toJSON(),
65
66
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/common",
3
- "version": "1.0.0-alpha.10",
3
+ "version": "1.0.0-alpha.11",
4
4
  "description": "Opra common package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",