@useparagon/connect 2.3.2-experimental.20500.2 → 2.3.2

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/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.3.2-experimental.20500.2",
3
+ "version": "2.3.2",
4
4
  "description": "Embed integrations into your app with the Paragon SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "exports": {
8
8
  ".": "./dist/src/index.js",
9
- "./ConnectSDK": "./dist/src/ConnectSDK.js",
10
- "./with-third-party-scripts": "./dist/src/with-third-party-scripts.js"
9
+ "./ConnectSDK": "./dist/src/ConnectSDK.js"
11
10
  },
12
11
  "scripts": {
13
12
  "start:dev": "NODE_ENV=development webpack serve",
14
- "build:prod": "yarn typecheck && yarn clean && NODE_ENV=production webpack --config webpack.config.js",
13
+ "build:prod": "yarn typecheck && yarn clean && webpack --config webpack.config.js",
15
14
  "build:watch": "yarn build --watch",
16
- "build": "yarn typecheck && yarn clean && NODE_ENV=production webpack --config webpack.config.js",
15
+ "build": "yarn typecheck && yarn clean && webpack --config webpack.config.js",
17
16
  "ci:compile": "whiskers",
18
17
  "clean:server": "rimraf ./dist/src",
19
18
  "clean": "rimraf coverage dist",
@@ -1 +0,0 @@
1
- export declare const isBundledBuild: () => boolean;
@@ -1,2 +0,0 @@
1
- import './picker.js';
2
- export declare const ensureBundledBoxStyles: () => void;
@@ -1 +0,0 @@
1
- export declare const ensureBundledBoxStyles: () => void;
@@ -1,2 +0,0 @@
1
- import './api.js';
2
- export declare const installBundledGoogleScriptInterceptors: () => void;
@@ -1 +0,0 @@
1
- export declare const installBundledGoogleScriptInterceptors: () => void;
@@ -1,5 +0,0 @@
1
- import '@bundled/box-runtime';
2
- import '@bundled/google-runtime';
3
- import './file-picker/vendor/microsoft/msal-browser.min.js';
4
- export * from './index';
5
- export { default } from './index';