@uniformdev/context 12.2.1-alpha.107

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/LICENSE.txt ADDED
@@ -0,0 +1,2 @@
1
+ © 2021 Uniform Systems, Inc. All Rights Reserved.
2
+ See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ Uniform Context JavaScript SDK
2
+
3
+ Contains the Uniform Context tracking and analysis platform.
4
+
5
+ part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
@@ -0,0 +1 @@
1
+ var i=Object.create;var m=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var l=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty;var f=t=>m(t,"__esModule",{value:!0});var d=(t=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(t,{get:(e,o)=>(typeof require!="undefined"?require:e)[o]}):t)(function(t){if(typeof require!="undefined")return require.apply(this,arguments);throw new Error('Dynamic require of "'+t+'" is not supported')});var s=(t,e)=>()=>(t&&(e=t(t=0)),e);var g=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var _=(t,e,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of p(e))!c.call(t,r)&&r!=="default"&&m(t,r,{get:()=>e[r],enumerable:!(o=n(e,r))||o.enumerable});return t},u=t=>_(f(m(t!=null?i(l(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var a=(t,e,o)=>{if(!e.has(t))throw TypeError("Cannot "+o)};var x=(t,e,o)=>(a(t,e,"read from private field"),o?o.call(t):e.get(t)),D=(t,e,o)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,o)},F=(t,e,o,r)=>(a(t,e,"write to private field"),r?r.call(t,o):e.set(t,o),o);var L=(t,e,o)=>(a(t,e,"access private method"),o);import{fileURLToPath as T}from"url";import b from"path";var h=s(()=>{});export{d as a,g as b,u as c,x as d,D as e,F as f,L as g,h};
@@ -0,0 +1,5 @@
1
+ import { UniformCLIPlugin } from '@uniformdev/cli';
2
+
3
+ declare const uniformCLI: UniformCLIPlugin;
4
+
5
+ export { uniformCLI };