@tamagui/simple-hash 1.121.11 → 1.121.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.
@@ -18,11 +18,11 @@ var __export = (target, all) => {
18
18
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
19
  value: !0
20
20
  }), mod);
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  simpleHash: () => simpleHash
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
  const cache = /* @__PURE__ */new Map();
27
27
  let cacheSize = 0;
28
28
  const simpleHash = (strIn, hashMin = 10) => {
package/dist/cjs/index.js CHANGED
@@ -12,11 +12,11 @@ var __export = (target, all) => {
12
12
  return to;
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var src_exports = {};
16
- __export(src_exports, {
15
+ var index_exports = {};
16
+ __export(index_exports, {
17
17
  simpleHash: () => simpleHash
18
18
  });
19
- module.exports = __toCommonJS(src_exports);
19
+ module.exports = __toCommonJS(index_exports);
20
20
  const cache = /* @__PURE__ */ new Map();
21
21
  let cacheSize = 0;
22
22
  const simpleHash = (strIn, hashMin = 10) => {
@@ -13,11 +13,11 @@ var __export = (target, all) => {
13
13
  return to;
14
14
  };
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var src_exports = {};
17
- __export(src_exports, {
16
+ var index_exports = {};
17
+ __export(index_exports, {
18
18
  simpleHash: () => simpleHash
19
19
  });
20
- module.exports = __toCommonJS(src_exports);
20
+ module.exports = __toCommonJS(index_exports);
21
21
  var cache = /* @__PURE__ */ new Map(), cacheSize = 0, simpleHash = function(strIn) {
22
22
  var hashMin = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 10;
23
23
  if (cache.has(strIn))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/simple-hash",
3
- "version": "1.121.11",
3
+ "version": "1.121.12",
4
4
  "sideEffects": false,
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs",
@@ -32,7 +32,7 @@
32
32
  }
33
33
  },
34
34
  "devDependencies": {
35
- "@tamagui/build": "1.121.11"
35
+ "@tamagui/build": "1.121.12"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"