We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa397e5 commit 45d7aefCopy full SHA for 45d7aef
index.js
@@ -0,0 +1 @@
1
+export * from './dist/index.js';
package.json
@@ -1,9 +1,23 @@
{
2
"name": "tsqtsq",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
- "files": ["dist"],
+ "files": ["dist", "index.js"],
7
+ "exports": {
8
+ "main": {
9
+ "types": "./dist/index.d.ts",
10
+ "default": "./dist/index.js"
11
+ },
12
+ "expression": {
13
+ "types": "./dist/expression.d.ts",
14
+ "default": "./dist/expression.js"
15
16
+ "promql": {
17
+ "types": "./dist/promql.d.ts",
18
+ "default": "./dist/promql.js"
19
+ }
20
21
"license": "AGPL-3.0-only",
22
"description": "A reusable and composable query library for Prometheus",
23
"keywords": [
0 commit comments