@local-logic/types 0.1.13 → 0.1.15
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 +2 -2
- package/dist/index.umd.cjs +2 -2
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ function R(l) {
|
|
|
4
4
|
}
|
|
5
5
|
var L = { exports: {} }, M;
|
|
6
6
|
function z() {
|
|
7
|
-
return M || (M = 1, function(l) {
|
|
7
|
+
return M || (M = 1, (function(l) {
|
|
8
8
|
var U = (() => {
|
|
9
9
|
var f = Object.defineProperty, O = Object.getOwnPropertyDescriptor, j = Object.getOwnPropertyNames, I = Object.getOwnPropertySymbols, v = Object.prototype.hasOwnProperty, N = Object.prototype.propertyIsEnumerable, y = (o, a, _) => a in o ? f(o, a, { enumerable: !0, configurable: !0, writable: !0, value: _ }) : o[a] = _, x = (o, a) => {
|
|
10
10
|
for (var _ in a || (a = {}))
|
|
@@ -200,7 +200,7 @@ function z() {
|
|
|
200
200
|
return P(C);
|
|
201
201
|
})();
|
|
202
202
|
l.exports = U.default, typeof window < "u" && (U = U.default);
|
|
203
|
-
}(L)), L.exports;
|
|
203
|
+
})(L)), L.exports;
|
|
204
204
|
}
|
|
205
205
|
var G = z();
|
|
206
206
|
const V = /* @__PURE__ */ R(G);
|
package/dist/index.umd.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(g,f){typeof exports=="object"&&typeof module<"u"?f(exports):typeof define=="function"&&define.amd?define(["exports"],f):(g=typeof globalThis<"u"?globalThis:g||self,f(g.LL_Types={}))})(this,function(g){"use strict";var f=(_=>(_.GET_STATE="get-state",_.GET_STATE_RESPONSE="get-state-response",_.SET_STATE="set-state",_.ON_CHANGE="on-change",_.RESIZE="resize",_))(f||{});function T(_){return _&&_.__esModule&&Object.prototype.hasOwnProperty.call(_,"default")?_.default:_}var x={exports:{}},C;function N(){return C||(C=1,function(_){var D=(()=>{var m=Object.defineProperty,q=Object.getOwnPropertyDescriptor,B=Object.getOwnPropertyNames,S=Object.getOwnPropertySymbols,E=Object.prototype.hasOwnProperty,A=Object.prototype.propertyIsEnumerable,I=(o,a,l)=>a in o?m(o,a,{enumerable:!0,configurable:!0,writable:!0,value:l}):o[a]=l,L=(o,a)=>{for(var l in a||(a={}))E.call(a,l)&&I(o,l,a[l]);if(S)for(var l of S(a))A.call(a,l)&&I(o,l,a[l]);return o},F=(o,a)=>{for(var l in a)m(o,l,{get:a[l],enumerable:!0})},R=(o,a,l,U)=>{if(a&&typeof a=="object"||typeof a=="function")for(let d of B(a))!E.call(o,d)&&d!==l&&m(o,d,{get:()=>a[d],enumerable:!(U=q(a,d))||U.enumerable});return o},z=o=>R(m({},"__esModule",{value:!0}),o),i=(o,a,l)=>I(o,typeof a!="symbol"?a+"":a,l),M={};F(M,{DEFAULT_OPTIONS:()=>O,DEFAULT_UUID_LENGTH:()=>w,default:()=>V});var G="5.3.2",w=6,O={dictionary:"alphanum",shuffle:!0,debug:!1,length:w,counter:0},v=class{constructor(o={}){i(this,"counter"),i(this,"debug"),i(this,"dict"),i(this,"version"),i(this,"dictIndex",0),i(this,"dictRange",[]),i(this,"lowerBound",0),i(this,"upperBound",0),i(this,"dictLength",0),i(this,"uuidLength"),i(this,"_digit_first_ascii",48),i(this,"_digit_last_ascii",58),i(this,"_alpha_lower_first_ascii",97),i(this,"_alpha_lower_last_ascii",123),i(this,"_hex_last_ascii",103),i(this,"_alpha_upper_first_ascii",65),i(this,"_alpha_upper_last_ascii",91),i(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),i(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),i(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),i(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),i(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),i(this,"log",(...t)=>{const e=[...t];if(e[0]="[short-unique-id] ".concat(t[0]),this.debug===!0&&typeof console<"u"&&console!==null){console.log(...e);return}}),i(this,"_normalizeDictionary",(t,e)=>{let s;if(t&&Array.isArray(t)&&t.length>1)s=t;else{s=[],this.dictIndex=0;const n="_".concat(t,"_dict_ranges"),r=this._dict_ranges[n];let h=0;for(const[,b]of Object.entries(r)){const[c,y]=b;h+=Math.abs(y-c)}s=new Array(h);let p=0;for(const[,b]of Object.entries(r)){this.dictRange=b,this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1];const c=this.lowerBound<=this.upperBound,y=this.lowerBound,j=this.upperBound;if(c)for(let u=y;u<j;u++)s[p++]=String.fromCharCode(u),this.dictIndex=u;else for(let u=y;u>j;u--)s[p++]=String.fromCharCode(u),this.dictIndex=u}s.length=p}if(e){const n=s.length;for(let r=n-1;r>0;r--){const h=Math.floor(Math.random()*(r+1));[s[r],s[h]]=[s[h],s[r]]}}return s}),i(this,"setDictionary",(t,e)=>{this.dict=this._normalizeDictionary(t,e),this.dictLength=this.dict.length,this.setCounter(0)}),i(this,"seq",()=>this.sequentialUUID()),i(this,"sequentialUUID",()=>{const t=this.dictLength,e=this.dict;let s=this.counter;const n=[];do{const h=s%t;s=Math.trunc(s/t),n.push(e[h])}while(s!==0);const r=n.join("");return this.counter+=1,r}),i(this,"rnd",(t=this.uuidLength||w)=>this.randomUUID(t)),i(this,"randomUUID",(t=this.uuidLength||w)=>{if(t===null||typeof t>"u"||t<1)throw new Error("Invalid UUID Length Provided");const e=new Array(t),s=this.dictLength,n=this.dict;for(let r=0;r<t;r++){const h=Math.floor(Math.random()*s);e[r]=n[h]}return e.join("")}),i(this,"fmt",(t,e)=>this.formattedUUID(t,e)),i(this,"formattedUUID",(t,e)=>{const s={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,n=>{const r=n.slice(0,2),h=Number.parseInt(n.slice(2),10);return r==="$s"?s[r]().padStart(h,"0"):r==="$t"&&e?s[r](h,e):s[r](h)})}),i(this,"availableUUIDs",(t=this.uuidLength)=>Number.parseFloat(([...new Set(this.dict)].length**t).toFixed(0))),i(this,"_collisionCache",new Map),i(this,"approxMaxBeforeCollision",(t=this.availableUUIDs(this.uuidLength))=>{const e=t,s=this._collisionCache.get(e);if(s!==void 0)return s;const n=Number.parseFloat(Math.sqrt(Math.PI/2*t).toFixed(20));return this._collisionCache.set(e,n),n}),i(this,"collisionProbability",(t=this.availableUUIDs(this.uuidLength),e=this.uuidLength)=>Number.parseFloat((this.approxMaxBeforeCollision(t)/this.availableUUIDs(e)).toFixed(20))),i(this,"uniqueness",(t=this.availableUUIDs(this.uuidLength))=>{const e=Number.parseFloat((1-this.approxMaxBeforeCollision(t)/t).toFixed(20));return e>1?1:e<0?0:e}),i(this,"getVersion",()=>this.version),i(this,"stamp",(t,e)=>{const s=Math.floor(+(e||new Date)/1e3).toString(16);if(typeof t=="number"&&t===0)return s;if(typeof t!="number"||t<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join(`
|
|
2
|
-
`));const n=t-9,r=Math.round(Math.random()*(n>15?15:n)),h=this.randomUUID(n);return"".concat(h.substring(0,r)).concat(s).concat(h.substring(r)).concat(r.toString(16))}),i(this,"parseStamp",(t,e)=>{if(e&&!/t0|t[1-9]\d{1,}/.test(e))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const s=e?e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,r=>{const h={$r:c=>[...Array(c)].map(()=>"r").join(""),$s:c=>[...Array(c)].map(()=>"s").join(""),$t:c=>[...Array(c)].map(()=>"t").join("")},p=r.slice(0,2),b=Number.parseInt(r.slice(2),10);return h[p](b)}).replace(/^(.*?)(t{8,})(.*)$/g,(r,h,p)=>t.substring(h.length,h.length+p.length)):t;if(s.length===8)return new Date(Number.parseInt(s,16)*1e3);if(s.length<10)throw new Error("Stamp length invalid");const n=Number.parseInt(s.substring(s.length-1),16);return new Date(Number.parseInt(s.substring(n,n+8),16)*1e3)}),i(this,"setCounter",t=>{this.counter=t}),i(this,"validate",(t,e)=>{const s=e?this._normalizeDictionary(e):this.dict;return t.split("").every(n=>s.includes(n))});const a=L(L({},O),o);this.counter=0,this.debug=!1,this.dict=[],this.version=G;const{dictionary:l,shuffle:U,length:d,counter:H}=a;this.uuidLength=d,this.setDictionary(l,U),this.setCounter(H),this.debug=a.debug,this.log(this.dict),this.log("Generator instantiated with Dictionary Size ".concat(this.dictLength," and counter set to ").concat(this.counter)),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this)}};i(v,"default",v);var V=v;return z(M)})();_.exports=D.default,typeof window<"u"&&(D=D.default)}(x)),x.exports}var P=N();const $=T(P);new $({length:10}),g.ChannelEvents=f,Object.defineProperty(g,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(g,f){typeof exports=="object"&&typeof module<"u"?f(exports):typeof define=="function"&&define.amd?define(["exports"],f):(g=typeof globalThis<"u"?globalThis:g||self,f(g.LL_Types={}))})(this,(function(g){"use strict";var f=(_=>(_.GET_STATE="get-state",_.GET_STATE_RESPONSE="get-state-response",_.SET_STATE="set-state",_.ON_CHANGE="on-change",_.RESIZE="resize",_))(f||{});function T(_){return _&&_.__esModule&&Object.prototype.hasOwnProperty.call(_,"default")?_.default:_}var x={exports:{}},C;function N(){return C||(C=1,(function(_){var D=(()=>{var m=Object.defineProperty,q=Object.getOwnPropertyDescriptor,B=Object.getOwnPropertyNames,S=Object.getOwnPropertySymbols,E=Object.prototype.hasOwnProperty,A=Object.prototype.propertyIsEnumerable,I=(o,a,l)=>a in o?m(o,a,{enumerable:!0,configurable:!0,writable:!0,value:l}):o[a]=l,L=(o,a)=>{for(var l in a||(a={}))E.call(a,l)&&I(o,l,a[l]);if(S)for(var l of S(a))A.call(a,l)&&I(o,l,a[l]);return o},F=(o,a)=>{for(var l in a)m(o,l,{get:a[l],enumerable:!0})},R=(o,a,l,U)=>{if(a&&typeof a=="object"||typeof a=="function")for(let d of B(a))!E.call(o,d)&&d!==l&&m(o,d,{get:()=>a[d],enumerable:!(U=q(a,d))||U.enumerable});return o},z=o=>R(m({},"__esModule",{value:!0}),o),i=(o,a,l)=>I(o,typeof a!="symbol"?a+"":a,l),M={};F(M,{DEFAULT_OPTIONS:()=>O,DEFAULT_UUID_LENGTH:()=>w,default:()=>V});var G="5.3.2",w=6,O={dictionary:"alphanum",shuffle:!0,debug:!1,length:w,counter:0},v=class{constructor(o={}){i(this,"counter"),i(this,"debug"),i(this,"dict"),i(this,"version"),i(this,"dictIndex",0),i(this,"dictRange",[]),i(this,"lowerBound",0),i(this,"upperBound",0),i(this,"dictLength",0),i(this,"uuidLength"),i(this,"_digit_first_ascii",48),i(this,"_digit_last_ascii",58),i(this,"_alpha_lower_first_ascii",97),i(this,"_alpha_lower_last_ascii",123),i(this,"_hex_last_ascii",103),i(this,"_alpha_upper_first_ascii",65),i(this,"_alpha_upper_last_ascii",91),i(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),i(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),i(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),i(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),i(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),i(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),i(this,"log",(...t)=>{const e=[...t];if(e[0]="[short-unique-id] ".concat(t[0]),this.debug===!0&&typeof console<"u"&&console!==null){console.log(...e);return}}),i(this,"_normalizeDictionary",(t,e)=>{let s;if(t&&Array.isArray(t)&&t.length>1)s=t;else{s=[],this.dictIndex=0;const n="_".concat(t,"_dict_ranges"),r=this._dict_ranges[n];let h=0;for(const[,b]of Object.entries(r)){const[c,y]=b;h+=Math.abs(y-c)}s=new Array(h);let p=0;for(const[,b]of Object.entries(r)){this.dictRange=b,this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1];const c=this.lowerBound<=this.upperBound,y=this.lowerBound,j=this.upperBound;if(c)for(let u=y;u<j;u++)s[p++]=String.fromCharCode(u),this.dictIndex=u;else for(let u=y;u>j;u--)s[p++]=String.fromCharCode(u),this.dictIndex=u}s.length=p}if(e){const n=s.length;for(let r=n-1;r>0;r--){const h=Math.floor(Math.random()*(r+1));[s[r],s[h]]=[s[h],s[r]]}}return s}),i(this,"setDictionary",(t,e)=>{this.dict=this._normalizeDictionary(t,e),this.dictLength=this.dict.length,this.setCounter(0)}),i(this,"seq",()=>this.sequentialUUID()),i(this,"sequentialUUID",()=>{const t=this.dictLength,e=this.dict;let s=this.counter;const n=[];do{const h=s%t;s=Math.trunc(s/t),n.push(e[h])}while(s!==0);const r=n.join("");return this.counter+=1,r}),i(this,"rnd",(t=this.uuidLength||w)=>this.randomUUID(t)),i(this,"randomUUID",(t=this.uuidLength||w)=>{if(t===null||typeof t>"u"||t<1)throw new Error("Invalid UUID Length Provided");const e=new Array(t),s=this.dictLength,n=this.dict;for(let r=0;r<t;r++){const h=Math.floor(Math.random()*s);e[r]=n[h]}return e.join("")}),i(this,"fmt",(t,e)=>this.formattedUUID(t,e)),i(this,"formattedUUID",(t,e)=>{const s={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,n=>{const r=n.slice(0,2),h=Number.parseInt(n.slice(2),10);return r==="$s"?s[r]().padStart(h,"0"):r==="$t"&&e?s[r](h,e):s[r](h)})}),i(this,"availableUUIDs",(t=this.uuidLength)=>Number.parseFloat(([...new Set(this.dict)].length**t).toFixed(0))),i(this,"_collisionCache",new Map),i(this,"approxMaxBeforeCollision",(t=this.availableUUIDs(this.uuidLength))=>{const e=t,s=this._collisionCache.get(e);if(s!==void 0)return s;const n=Number.parseFloat(Math.sqrt(Math.PI/2*t).toFixed(20));return this._collisionCache.set(e,n),n}),i(this,"collisionProbability",(t=this.availableUUIDs(this.uuidLength),e=this.uuidLength)=>Number.parseFloat((this.approxMaxBeforeCollision(t)/this.availableUUIDs(e)).toFixed(20))),i(this,"uniqueness",(t=this.availableUUIDs(this.uuidLength))=>{const e=Number.parseFloat((1-this.approxMaxBeforeCollision(t)/t).toFixed(20));return e>1?1:e<0?0:e}),i(this,"getVersion",()=>this.version),i(this,"stamp",(t,e)=>{const s=Math.floor(+(e||new Date)/1e3).toString(16);if(typeof t=="number"&&t===0)return s;if(typeof t!="number"||t<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join(`
|
|
2
|
+
`));const n=t-9,r=Math.round(Math.random()*(n>15?15:n)),h=this.randomUUID(n);return"".concat(h.substring(0,r)).concat(s).concat(h.substring(r)).concat(r.toString(16))}),i(this,"parseStamp",(t,e)=>{if(e&&!/t0|t[1-9]\d{1,}/.test(e))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const s=e?e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,r=>{const h={$r:c=>[...Array(c)].map(()=>"r").join(""),$s:c=>[...Array(c)].map(()=>"s").join(""),$t:c=>[...Array(c)].map(()=>"t").join("")},p=r.slice(0,2),b=Number.parseInt(r.slice(2),10);return h[p](b)}).replace(/^(.*?)(t{8,})(.*)$/g,(r,h,p)=>t.substring(h.length,h.length+p.length)):t;if(s.length===8)return new Date(Number.parseInt(s,16)*1e3);if(s.length<10)throw new Error("Stamp length invalid");const n=Number.parseInt(s.substring(s.length-1),16);return new Date(Number.parseInt(s.substring(n,n+8),16)*1e3)}),i(this,"setCounter",t=>{this.counter=t}),i(this,"validate",(t,e)=>{const s=e?this._normalizeDictionary(e):this.dict;return t.split("").every(n=>s.includes(n))});const a=L(L({},O),o);this.counter=0,this.debug=!1,this.dict=[],this.version=G;const{dictionary:l,shuffle:U,length:d,counter:H}=a;this.uuidLength=d,this.setDictionary(l,U),this.setCounter(H),this.debug=a.debug,this.log(this.dict),this.log("Generator instantiated with Dictionary Size ".concat(this.dictLength," and counter set to ").concat(this.counter)),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this)}};i(v,"default",v);var V=v;return z(M)})();_.exports=D.default,typeof window<"u"&&(D=D.default)})(x)),x.exports}var P=N();const $=T(P);new $({length:10}),g.ChannelEvents=f,Object.defineProperty(g,Symbol.toStringTag,{value:"Module"})}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@local-logic/types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"author": "Local Logic",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,16 +21,17 @@
|
|
|
21
21
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
24
25
|
"@local-logic/channel": "workspace:*",
|
|
25
26
|
"@local-logic/client": "workspace:*",
|
|
26
27
|
"@local-logic/eslint-config": "workspace:*",
|
|
27
28
|
"@local-logic/sdks-app": "workspace:*",
|
|
28
|
-
"eslint": "^
|
|
29
|
+
"eslint": "^9.39.2",
|
|
29
30
|
"prettier": "^3.6.2",
|
|
30
31
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
31
32
|
"tsconfig": "workspace:*",
|
|
32
33
|
"typescript": "^5.9.2",
|
|
33
|
-
"vite": "^7.
|
|
34
|
+
"vite": "^7.0.8",
|
|
34
35
|
"vite-plugin-dts": "^4.5.4",
|
|
35
36
|
"vitest": "^2.1.9"
|
|
36
37
|
}
|