Skip to content

Commit f52f43a

Browse files
committed
Add qrc module to exports
1 parent b66233a commit f52f43a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

keeperapi/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keeperapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@keeper-security/keeperapi",
33
"description": "Keeper API Javascript SDK",
4-
"version": "17.0.0",
4+
"version": "17.0.1",
55
"browser": "dist/index.es.js",
66
"main": "dist/index.cjs.js",
77
"types": "dist/node/index.d.ts",

keeperapi/src/browser/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export * from "../utils";
1010
export * from "../platform";
1111
export * from "../proto";
1212
export * from "../cryptoWorker";
13+
export * from "../qrc";
1314
import {connectPlatform} from "../platform";
1415
import {browserPlatform} from "./platform";
1516

keeperapi/src/node/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export * from "../utils";
1010
export * from "../platform";
1111
export * from "../proto";
1212
export * from "../cryptoWorker";
13+
export * from "../qrc";
1314
import {connectPlatform} from "../platform";
1415
import {nodePlatform} from "./platform";
1516

0 commit comments

Comments
 (0)