@unblind/nextjs 0.1.0-alpha.7 → 0.1.0-alpha.8
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.css +2 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";"use client";var o=Object.defineProperty;var
|
|
1
|
+
"use strict";"use client";var o=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var U=Object.prototype.hasOwnProperty;var u=(r,s)=>{for(var t in s)o(r,t,{get:s[t],enumerable:!0})},c=(r,s,t,n)=>{if(s&&typeof s=="object"||typeof s=="function")for(let i of p(s))!U.call(r,i)&&i!==t&&o(r,i,{get:()=>s[i],enumerable:!(n=a(s,i))||n.enumerable});return r};var g=r=>c(o({},"__esModule",{value:!0}),r);var l={};u(l,{Chart:()=>e.Chart,Timeseries:()=>e.Timeseries,UnblindProvider:()=>e.UnblindProvider,UnblindScope:()=>e.UnblindScope,useLogs:()=>e.useLogs,useMetrics:()=>e.useMetrics,useRefresh:()=>e.useRefresh,useScope:()=>e.useScope,useTimeseries:()=>e.useTimeseries,useUsage:()=>e.useUsage});module.exports=g(l);var e=require("@unblind/react");0&&(module.exports={Chart,Timeseries,UnblindProvider,UnblindScope,useLogs,useMetrics,useRefresh,useScope,useTimeseries,useUsage});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["\"use client\";\n\nexport {\n UnblindScope,\n UnblindProvider,\n useScope,\n useMetrics,\n useTimeseries,\n useUsage,\n useLogs,\n useRefresh,\n Timeseries,\n Chart,\n} from \"@unblind/react\";\
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["\"use client\";\n\nexport {\n UnblindScope,\n UnblindProvider,\n useScope,\n useMetrics,\n useTimeseries,\n useUsage,\n useLogs,\n useRefresh,\n Timeseries,\n Chart,\n} from \"@unblind/react\";\nimport \"./styles.css\";\n\nexport type {\n UnblindClientConfig,\n UnblindProviderProps,\n UnblindScopeConfig,\n Appearance,\n UnblindScopeProps,\n UseScopeReturn,\n UseMetricsReturn,\n UseTimeseriesParams,\n UseTimeseriesReturn,\n UseUsageParams,\n UseUsageReturn,\n Usage,\n UseLogsParams,\n UseLogsReturn,\n TimeseriesProps,\n TooltipProps,\n ChartProps,\n Colors,\n MetricType,\n MetricMetadata,\n MetricMetadataList,\n AggregationOperator,\n AttributeWithValue,\n Serie,\n TimeseriesQuery,\n ChartType,\n TimeRange,\n Log,\n Severity,\n PaginatedResponse,\n} from \"@unblind/react\";\n"],"mappings":"sbAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sSAAAE,EAAAF,GAEA,IAAAG,EAWO","names":["index_exports","__export","__toCommonJS","import_react"]}
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";import{UnblindScope as
|
|
1
|
+
"use client";import{UnblindScope as o,UnblindProvider as n,useScope as a,useMetrics as p,useTimeseries as U,useUsage as u,useLogs as c,useRefresh as g,Timeseries as l,Chart as m}from"@unblind/react";export{m as Chart,l as Timeseries,n as UnblindProvider,o as UnblindScope,c as useLogs,p as useMetrics,g as useRefresh,a as useScope,U as useTimeseries,u as useUsage};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["\"use client\";\n\nexport {\n UnblindScope,\n UnblindProvider,\n useScope,\n useMetrics,\n useTimeseries,\n useUsage,\n useLogs,\n useRefresh,\n Timeseries,\n Chart,\n} from \"@unblind/react\";\
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["\"use client\";\n\nexport {\n UnblindScope,\n UnblindProvider,\n useScope,\n useMetrics,\n useTimeseries,\n useUsage,\n useLogs,\n useRefresh,\n Timeseries,\n Chart,\n} from \"@unblind/react\";\nimport \"./styles.css\";\n\nexport type {\n UnblindClientConfig,\n UnblindProviderProps,\n UnblindScopeConfig,\n Appearance,\n UnblindScopeProps,\n UseScopeReturn,\n UseMetricsReturn,\n UseTimeseriesParams,\n UseTimeseriesReturn,\n UseUsageParams,\n UseUsageReturn,\n Usage,\n UseLogsParams,\n UseLogsReturn,\n TimeseriesProps,\n TooltipProps,\n ChartProps,\n Colors,\n MetricType,\n MetricMetadata,\n MetricMetadataList,\n AggregationOperator,\n AttributeWithValue,\n Serie,\n TimeseriesQuery,\n ChartType,\n TimeRange,\n Log,\n Severity,\n PaginatedResponse,\n} from \"@unblind/react\";\n"],"mappings":"aAEA,OACE,gBAAAA,EACA,mBAAAC,EACA,YAAAC,EACA,cAAAC,EACA,iBAAAC,EACA,YAAAC,EACA,WAAAC,EACA,cAAAC,EACA,cAAAC,EACA,SAAAC,MACK","names":["UnblindScope","UnblindProvider","useScope","useMetrics","useTimeseries","useUsage","useLogs","useRefresh","Timeseries","Chart"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unblind/nextjs",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.8",
|
|
4
4
|
"description": "Unblind Next.js library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
"types": "./dist/server/index.d.ts",
|
|
16
16
|
"import": "./dist/server/index.mjs",
|
|
17
17
|
"require": "./dist/server/index.js"
|
|
18
|
-
}
|
|
18
|
+
},
|
|
19
|
+
"./styles.css": "./dist/index.css"
|
|
19
20
|
},
|
|
20
21
|
"files": [
|
|
21
22
|
"dist"
|
|
22
23
|
],
|
|
23
24
|
"dependencies": {
|
|
24
|
-
"@unblind/react": "0.1.0-alpha.
|
|
25
|
+
"@unblind/react": "0.1.0-alpha.13"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"prettier": "^3.5.3",
|