@public-ui/hydrate 3.1.4-rc.1 → 3.1.5-rc.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.
package/dist/index.js CHANGED
@@ -146,7 +146,7 @@ function _mergeNamespaces(n, m) {
146
146
 
147
147
  const NAMESPACE = 'kolibri';
148
148
  const BUILD = /* kolibri */ { hydratedSelectorName: "hydrated", slotRelocation: true, state: true, updatable: true};
149
- const Env = /* kolibri */ {"kolibriVersion":"3.1.4-rc.1"};
149
+ const Env = /* kolibri */ {"kolibriVersion":"3.1.5-rc.0"};
150
150
 
151
151
  function getDefaultExportFromCjs (x) {
152
152
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -8705,7 +8705,7 @@ function setCacheAdd(value) {
8705
8705
  * @name has
8706
8706
  * @memberOf SetCache
8707
8707
  * @param {*} value The value to search for.
8708
- * @returns {number} Returns `true` if `value` is found, else `false`.
8708
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
8709
8709
  */
8710
8710
  function setCacheHas(value) {
8711
8711
  return this.__data__.has(value);
package/dist/index.mjs CHANGED
@@ -144,7 +144,7 @@ function _mergeNamespaces(n, m) {
144
144
 
145
145
  const NAMESPACE = 'kolibri';
146
146
  const BUILD = /* kolibri */ { hydratedSelectorName: "hydrated", slotRelocation: true, state: true, updatable: true};
147
- const Env = /* kolibri */ {"kolibriVersion":"3.1.4-rc.1"};
147
+ const Env = /* kolibri */ {"kolibriVersion":"3.1.5-rc.0"};
148
148
 
149
149
  function getDefaultExportFromCjs (x) {
150
150
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -8703,7 +8703,7 @@ function setCacheAdd(value) {
8703
8703
  * @name has
8704
8704
  * @memberOf SetCache
8705
8705
  * @param {*} value The value to search for.
8706
- * @returns {number} Returns `true` if `value` is found, else `false`.
8706
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
8707
8707
  */
8708
8708
  function setCacheHas(value) {
8709
8709
  return this.__data__.has(value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/hydrate",
3
- "version": "3.1.4-rc.1",
3
+ "version": "3.1.5-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,7 +52,7 @@
52
52
  "prettier": "3.8.1",
53
53
  "prettier-plugin-organize-imports": "4.3.0",
54
54
  "rimraf": "6.1.3",
55
- "@public-ui/components": "3.1.4-rc.1"
55
+ "@public-ui/components": "3.1.5-rc.0"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "type": "commonjs",