@descope/web-component
Advanced tools
Comparing version 3.13.0 to 3.13.1
@@ -1,1 +0,1 @@ | ||
export{D as default}from"./index-01d66034.js";import"tslib";import"@descope/web-js-sdk"; | ||
export{D as default}from"./index-c7484efe.js";import"tslib";import"@descope/web-js-sdk"; |
{ | ||
"name": "@descope/web-component", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"author": "Descope Team <info@descope.com>", | ||
@@ -76,2 +76,3 @@ "homepage": "https://github.com/descope/web-component", | ||
"start": "npx nx run web-component:build && rollup -c rollup.config.app.serve.mjs -w", | ||
"start-web-sample": "HTML_FILE=src/app-web-sample/index.html pnpm start", | ||
"build-app": "rollup -c rollup.config.app.mjs", | ||
@@ -78,0 +79,0 @@ "build": "rollup -c", |
@@ -68,5 +68,5 @@ # @descope/web-component | ||
1. Run the sample `pnpm run start` | ||
1. Run the sample `pnpm run start` / `pnpm run start-web-sample` | ||
NOTE: This package is a part of a monorepo. so if you make changes in a dependency, you will have to rerun `npm run start` (this is a temporary solution until we improve the process to fit to monorepo). | ||
NOTE: This package is a part of a monorepo. so if you make changes in a dependency, you will have to rerun `npm run start` / `pnpm run start-web-sample` (this is a temporary solution until we improve the process to fit to monorepo). | ||
@@ -73,0 +73,0 @@ ## Optional Attributes |
Sorry, the diff of this file is too big to display
141343