@omnia/fx-models 8.0.62-vnext → 8.0.64-vnext

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.
@@ -59,7 +59,7 @@ class Guid {
59
59
  Guid._empty = new Guid("00000000-0000-0000-0000-000000000000");
60
60
  exports.Guid = Guid;
61
61
  // only add extension methods when running in browser, not in node.js
62
- if (globalThis.omnia && String.prototype["equals"]) {
62
+ if (globalThis.omnia) {
63
63
  Object.defineProperty(String.prototype["equals"], "guid", {
64
64
  value: function () {
65
65
  return function (value) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.62-vnext",
4
+ "version": "8.0.64-vnext",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"