@strivacity/sdk-nuxt 2.0.0-beta.2 → 2.0.0-beta.3

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/.nuxt/nuxt.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="./src" />
2
- /// <reference types="@strivacity/sdk-nuxt" />
3
2
  /// <reference types="@nuxt/devtools" />
3
+ /// <reference types="@strivacity/sdk-nuxt" />
4
4
  /// <reference types="@nuxt/telemetry" />
5
5
  /// <reference path="types/builder-env.d.ts" />
6
6
  /// <reference types="nuxt" />
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 2.0.0-beta.3 (2025-08-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - documentation updates ([3549d61](https://github.com/strivacity/sdk-js/commit/3549d61))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated sdk-core to 2.0.0-beta.3
10
+ - Updated sdk-core to 2.0.0-beta.3
11
+
1
12
  ## 2.0.0-beta.2 (2025-07-24)
2
13
 
3
14
  ### 🧱 Updated Dependencies
package/README.md CHANGED
@@ -232,7 +232,7 @@ export const widgets = {
232
232
  };
233
233
  ```
234
234
 
235
- You can find example widgets here: [Example widgets](https://github.com/Strivacity/sdk-js/tree/main/apps/vue/src/components/widgets)
235
+ You can find example widgets here: [Example widgets](https://github.com/Strivacity/sdk-js/tree/main/apps/nuxt/app/components)
236
236
 
237
237
  ###### Login page example
238
238
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@strivacity/sdk-nuxt",
3
3
  "configKey": "strivacity",
4
- "version": "2.0.0-beta.2",
4
+ "version": "2.0.0-beta.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@strivacity/sdk-nuxt",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Strivacity Nuxt SDK client",
7
7
  "author": "strivacity <info@strivacity.com>",
8
8
  "dependencies": {
9
- "@strivacity/sdk-core": "2.0.0-beta.2"
9
+ "@strivacity/sdk-core": "2.0.0-beta.3"
10
10
  },
11
11
  "main": "./dist/module.mjs",
12
12
  "types": "./dist/types.d.mts",