isite 2025.8.3 → 2025.8.4

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.
@@ -1,5 +1,5 @@
1
1
  exports = module.exports = function init(____0) {
2
- site.escapeRegExp = function (s = '') {
2
+ ____0.escapeRegExp = function (s = '') {
3
3
  if (typeof s !== 'string') {
4
4
  s = s.toString();
5
5
  }
@@ -40,11 +40,11 @@ exports = module.exports = function init(____0) {
40
40
  if (name.indexOf('*') !== -1) {
41
41
  name = name.split('*');
42
42
  name.forEach((n, i) => {
43
- name[i] = site.escapeRegExp(n);
43
+ name[i] = ____0.escapeRegExp(n);
44
44
  });
45
45
  name = name.join('.*');
46
46
  } else {
47
- name = site.escapeRegExp(name);
47
+ name = ____0.escapeRegExp(name);
48
48
  }
49
49
  return this.test('^' + name + '$', 'gium');
50
50
  },
@@ -53,14 +53,14 @@ exports = module.exports = function init(____0) {
53
53
  if (!Object.prototype.contains) {
54
54
  Object.defineProperty(Object.prototype, 'contains', {
55
55
  value: function (name) {
56
- return name.split('|').some((n) => n && site.toJson(this).test('^.*' + site.site.escapeRegExpRegExp(n) + '.*$', 'gium'));
56
+ return name.split('|').some((n) => n && ____0.toJson(this).test('^.*' + ____0.escapeRegExpRegExp(n) + '.*$', 'gium'));
57
57
  },
58
58
  });
59
59
  }
60
60
  if (!Object.prototype.contain) {
61
61
  Object.defineProperty(Object.prototype, 'contain', {
62
62
  value: function (name) {
63
- return name.split('|').some((n) => n && site.toJson(this).test('^.*' + site.site.escapeRegExpRegExp(n) + '.*$', 'gium'));
63
+ return name.split('|').some((n) => n && ____0.toJson(this).test('^.*' + ____0.escapeRegExpRegExp(n) + '.*$', 'gium'));
64
64
  },
65
65
  });
66
66
  }
@@ -89,23 +89,23 @@ exports = module.exports = function init(____0) {
89
89
  if (name.indexOf('*') !== -1) {
90
90
  name = name.split('*');
91
91
  name.forEach((n, i) => {
92
- name[i] = site.escapeRegExp(n);
92
+ name[i] = ____0.escapeRegExp(n);
93
93
  });
94
94
  name = name.join('.*');
95
95
  } else {
96
- name = site.escapeRegExp(name);
96
+ name = ____0.escapeRegExp(name);
97
97
  }
98
98
  return this.test('^' + name + '$', 'gium');
99
99
  };
100
100
  }
101
101
  if (!Array.prototype.contains) {
102
102
  Array.prototype.contains = function (name = '') {
103
- return name.split('|').some((n) => n && site.toJson(this).test('^.*' + site.site.escapeRegExpRegExp(n) + '.*$', 'gium'));
103
+ return name.split('|').some((n) => n && ____0.toJson(this).test('^.*' + ____0.escapeRegExpRegExp(n) + '.*$', 'gium'));
104
104
  };
105
105
  }
106
106
  if (!Array.prototype.contain) {
107
107
  Array.prototype.contain = function (name = '') {
108
- return name.split('|').some((n) => n && site.toJson(this).test('^.*' + site.site.escapeRegExpRegExp(n) + '.*$', 'gium'));
108
+ return name.split('|').some((n) => n && ____0.toJson(this).test('^.*' + ____0.escapeRegExpRegExp(n) + '.*$', 'gium'));
109
109
  };
110
110
  }
111
111
  }
@@ -129,7 +129,7 @@ exports = module.exports = function init(____0) {
129
129
  name.split('|').forEach((n) => {
130
130
  n = n.split('*');
131
131
  n.forEach((w, i) => {
132
- n[i] = site.escapeRegExp(w);
132
+ n[i] = ____0.escapeRegExp(w);
133
133
  });
134
134
  n = n.join('.*');
135
135
  if (this.test('^' + n + '$', 'gium')) {
@@ -142,12 +142,12 @@ exports = module.exports = function init(____0) {
142
142
 
143
143
  if (!String.prototype.contains) {
144
144
  String.prototype.contains = function (name = '') {
145
- return name.split('|').some((n) => n && this.test('^.*' + site.site.escapeRegExpRegExp(n) + '.*$', 'gium'));
145
+ return name.split('|').some((n) => n && this.test('^.*' + ____0.escapeRegExpRegExp(n) + '.*$', 'gium'));
146
146
  };
147
147
  }
148
148
  if (!String.prototype.contain) {
149
149
  String.prototype.contain = function (name = '') {
150
- return name.split('|').some((n) => n && this.test('^.*' + site.site.escapeRegExpRegExp(n) + '.*$', 'gium'));
150
+ return name.split('|').some((n) => n && this.test('^.*' + ____0.escapeRegExpRegExp(n) + '.*$', 'gium'));
151
151
  };
152
152
  }
153
153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2025.08.03",
3
+ "version": "2025.08.04",
4
4
  "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {