@sentio/api 1.0.2-rc.11 → 1.0.2-rc.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.
@@ -13,7 +13,7 @@
13
13
  * `NullValue` is a singleton enumeration to represent the null value for the
14
14
  * `Value` type union.
15
15
  *
16
- * The JSON representation for `NullValue` is JSON `null`.
16
+ * The JSON representation for `NullValue` is JSON `null`.
17
17
  *
18
18
  * - NULL_VALUE: Null value.
19
19
  * @export
@@ -15,7 +15,7 @@
15
15
  * `NullValue` is a singleton enumeration to represent the null value for the
16
16
  * `Value` type union.
17
17
  *
18
- * The JSON representation for `NullValue` is JSON `null`.
18
+ * The JSON representation for `NullValue` is JSON `null`.
19
19
  *
20
20
  * - NULL_VALUE: Null value.
21
21
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.2-rc.11",
3
+ "version": "1.0.2-rc.12",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  * `NullValue` is a singleton enumeration to represent the null value for the
18
18
  * `Value` type union.
19
19
  *
20
- * The JSON representation for `NullValue` is JSON `null`.
20
+ * The JSON representation for `NullValue` is JSON `null`.
21
21
  *
22
22
  * - NULL_VALUE: Null value.
23
23
  * @export