Skip to content

Commit

Permalink
export AnalyticsNode (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisradek authored Dec 30, 2021
1 parent cc3982f commit a32db9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"sideEffects": false,
"scripts": {
"build-prep": "echo \"// This file is generated.\\nexport const version = '$npm_package_version'\" > src/generated/version.ts",
"version": "npm run build-prep",
"umd": "webpack",
"pkg": "tsc",
"cjs": "tsc -p tsconfig.cjs.json",
Expand Down Expand Up @@ -52,6 +53,7 @@
"@segment/tsub": "^0.1.9",
"dset": "^3.0.0",
"js-cookie": "^2.2.1",
"node-fetch": "^2.6.1",
"spark-md5": "^3.0.1",
"tslib": "^2.1.0",
"unfetch": "^4.1.0"
Expand Down Expand Up @@ -107,7 +109,6 @@
"micro-memoize": "^4.0.9",
"mime": "^2.4.6",
"ngrok": "^3.3.0",
"node-fetch": "^2.6.1",
"np": "^7.5.0",
"p-map": "^4.0.0",
"playwright": "^1.10.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './analytics'
export * from './browser'
export * from './node'

export * from './core/context'
export * from './core/events'
Expand Down

0 comments on commit a32db9f

Please sign in to comment.