@forgerock/login-widget 1.0.2-beta.2 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.0.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.1...v1.0.2) (2023-04-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **files:** files in package.json means it only updates whats in there ([bdc23ae](https://github.com/forgerock/forgerock-web-login-framework/commit/bdc23ae6c8030b84aea9e92db83a72bee442263a))
7
+ * **license:** fix license file ([846d4e9](https://github.com/forgerock/forgerock-web-login-framework/commit/846d4e92c6d9776aa87282eaef65f86593af031b))
8
+ * **types:** add new types file to type correction script ([2f93c6b](https://github.com/forgerock/forgerock-web-login-framework/commit/2f93c6b40932df0f69f225c39d7b843d6c614e6b))
9
+
10
+ ## [1.0.2-beta.3](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2-beta.2...v1.0.2-beta.3) (2023-04-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **types:** add new types file to type correction script ([2f93c6b](https://github.com/forgerock/forgerock-web-login-framework/commit/2f93c6b40932df0f69f225c39d7b843d6c614e6b))
16
+
1
17
  ## [1.0.2-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2-beta.1...v1.0.2-beta.2) (2023-04-17)
2
18
 
3
19
 
package/index.d.ts CHANGED
@@ -557,9 +557,6 @@ declare type Subscriber<T> = (value: T) => void;
557
557
  /** Unsubscribes from value updates. */
558
558
  declare type Unsubscriber = () => void;
559
559
 
560
- declare module '*.svelte' {
561
- export { SvelteComponentDev as default } from 'svelte/internal';
562
- }
563
560
 
564
561
  interface ComponentStoreValue {
565
562
  lastAction: 'close' | 'open' | 'mount' | null;
package/package.json CHANGED
@@ -13,5 +13,5 @@
13
13
  },
14
14
  "license": "MIT",
15
15
  "dependencies": {},
16
- "version": "1.0.2-beta.2"
16
+ "version": "1.0.2"
17
17
  }