@or-sdk/views 0.23.7 → 0.23.8-405.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.
Files changed (2) hide show
  1. package/package.json +3 -4
  2. package/src/Views.ts +1 -1
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.23.7",
2
+ "version": "0.23.8-405.0",
3
3
  "name": "@or-sdk/views",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
@@ -25,7 +25,6 @@
25
25
  "dependencies": {
26
26
  "@or-sdk/base": "^0.24.1",
27
27
  "@or-sdk/data-hub": "^0.23.7",
28
- "@or-sdk/tags": "^0.23.7"
29
- },
30
- "gitHead": "70275da9788930b6234570b7a9806738d66104ed"
28
+ "@or-sdk/tags": "^0.23.8-405.0"
29
+ }
31
30
  }
package/src/Views.ts CHANGED
@@ -123,7 +123,7 @@ export class Views implements Taggable<View> {
123
123
  /**
124
124
  * Save view
125
125
  *
126
- * If source contains existing id - existing view be updated
126
+ * If source contains existing id - existing view will be updated
127
127
  * ```typescript
128
128
  * const savedView = await views.saveView(viewSource);
129
129
  * ```