@strivacity/sdk-vue 3.0.2 → 4.0.0-beta.0
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 +20 -18
- package/README.md +1402 -419
- package/dist/composables.cjs +2 -2
- package/dist/composables.cjs.map +1 -1
- package/dist/composables.d.ts +23 -8
- package/dist/composables.mjs +2 -2
- package/dist/composables.mjs.map +1 -1
- package/dist/errors.cjs +1 -0
- package/dist/errors.d.ts +1 -0
- package/dist/errors.mjs +1 -0
- package/dist/index.cjs +1 -2
- package/dist/index.d.ts +9 -31
- package/dist/index.mjs +1 -2
- package/dist/plugin.cjs +2 -0
- package/dist/plugin.cjs.map +1 -0
- package/dist/plugin.d.ts +8 -0
- package/dist/plugin.mjs +2 -0
- package/dist/plugin.mjs.map +1 -0
- package/dist/storages.cjs +1 -0
- package/dist/storages.d.ts +1 -0
- package/dist/storages.mjs +1 -0
- package/dist/types.cjs +1 -2
- package/dist/types.d.ts +106 -118
- package/dist/types.mjs +1 -2
- package/dist/utils.cjs +1 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.mjs +1 -0
- package/eslint.config.mjs +3 -0
- package/package.json +45 -8
- package/project.json +46 -0
- package/src/composables.ts +219 -0
- package/src/env.d.ts +8 -0
- package/src/errors.ts +1 -0
- package/src/index.ts +9 -0
- package/src/plugin.ts +89 -0
- package/src/storages.ts +1 -0
- package/src/types.ts +220 -0
- package/src/utils.ts +1 -0
- package/testing/tests/composables.spec.ts +328 -0
- package/testing/tests/errors.spec.ts +10 -0
- package/testing/tests/index.spec.ts +105 -0
- package/testing/tests/plugin.spec.ts +129 -0
- package/testing/tests/storages.spec.ts +10 -0
- package/testing/tests/utils.spec.ts +10 -0
- package/testing/utils/common.ts +53 -0
- package/tsconfig.app.json +4 -0
- package/tsconfig.json +3 -0
- package/vite.config.mts +53 -0
- package/dist/assets/login-renderer.vue_vue_type_script_setup_true_lang.cjs +0 -2
- package/dist/assets/login-renderer.vue_vue_type_script_setup_true_lang.cjs.map +0 -1
- package/dist/assets/login-renderer.vue_vue_type_script_setup_true_lang.mjs +0 -2
- package/dist/assets/login-renderer.vue_vue_type_script_setup_true_lang.mjs.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/login-renderer.cjs +0 -2
- package/dist/login-renderer.cjs.map +0 -1
- package/dist/login-renderer.mjs +0 -2
- package/dist/login-renderer.mjs.map +0 -1
- package/dist/login-renderer.vue.d.ts +0 -37
- package/dist/types.cjs.map +0 -1
- package/dist/types.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 3.0.3 (2026-08-03)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated sdk-core to 3.0.3
|
|
6
|
+
|
|
1
7
|
## 3.0.2 (2026-05-12)
|
|
2
8
|
|
|
3
9
|
### 🩹 Fixes
|
|
@@ -23,13 +29,13 @@
|
|
|
23
29
|
### 🚀 Features
|
|
24
30
|
|
|
25
31
|
- custom sdk mode added ([17812c6](https://github.com/Strivacity/sdk-js/commit/17812c6))
|
|
26
|
-
- ⚠️
|
|
27
|
-
- ⚠️
|
|
32
|
+
- ⚠️ EmbeddedFlow implemented ([a0e3ad8](https://github.com/Strivacity/sdk-js/commit/a0e3ad8))
|
|
33
|
+
- ⚠️ NativeFlow entry function now returns an object instead of a string ([9a8942d](https://github.com/Strivacity/sdk-js/commit/9a8942d))
|
|
28
34
|
|
|
29
|
-
### ⚠️
|
|
35
|
+
### ⚠️ Breaking Changes
|
|
30
36
|
|
|
31
|
-
- EmbeddedFlow implemented
|
|
32
|
-
- NativeFlow entry function now returns an object instead of a string
|
|
37
|
+
- EmbeddedFlow implemented ([a0e3ad8](https://github.com/Strivacity/sdk-js/commit/a0e3ad8))
|
|
38
|
+
- NativeFlow entry function now returns an object instead of a string ([9a8942d](https://github.com/Strivacity/sdk-js/commit/9a8942d))
|
|
33
39
|
|
|
34
40
|
### 🧱 Updated Dependencies
|
|
35
41
|
|
|
@@ -39,13 +45,13 @@
|
|
|
39
45
|
|
|
40
46
|
### 🚀 Features
|
|
41
47
|
|
|
42
|
-
- ⚠️
|
|
43
|
-
- ⚠️
|
|
48
|
+
- ⚠️ EmbeddedFlow implemented ([a0e3ad8](https://github.com/Strivacity/sdk-js/commit/a0e3ad8))
|
|
49
|
+
- ⚠️ NativeFlow entry function now returns an object instead of a string ([9a8942d](https://github.com/Strivacity/sdk-js/commit/9a8942d))
|
|
44
50
|
|
|
45
|
-
### ⚠️
|
|
51
|
+
### ⚠️ Breaking Changes
|
|
46
52
|
|
|
47
|
-
- EmbeddedFlow implemented
|
|
48
|
-
- NativeFlow entry function now returns an object instead of a string
|
|
53
|
+
- EmbeddedFlow implemented ([a0e3ad8](https://github.com/Strivacity/sdk-js/commit/a0e3ad8))
|
|
54
|
+
- NativeFlow entry function now returns an object instead of a string ([9a8942d](https://github.com/Strivacity/sdk-js/commit/9a8942d))
|
|
49
55
|
|
|
50
56
|
### 🧱 Updated Dependencies
|
|
51
57
|
|
|
@@ -134,12 +140,12 @@
|
|
|
134
140
|
### 🚀 Features
|
|
135
141
|
|
|
136
142
|
- ionic example app added ([494805a](https://github.com/strivacity/sdk-js/commit/494805a))
|
|
137
|
-
- ⚠️
|
|
143
|
+
- ⚠️ NativeFlow implemented ([75b353f](https://github.com/strivacity/sdk-js/commit/75b353f))
|
|
138
144
|
- @strivacity/sdk-vue package implemented ([8c526f5](https://github.com/strivacity/sdk-js/commit/8c526f5))
|
|
139
145
|
|
|
140
|
-
### ⚠️
|
|
146
|
+
### ⚠️ Breaking Changes
|
|
141
147
|
|
|
142
|
-
- ⚠️
|
|
148
|
+
- ⚠️ NativeFlow implemented ([75b353f](https://github.com/strivacity/sdk-js/commit/75b353f))
|
|
143
149
|
|
|
144
150
|
### 🧱 Updated Dependencies
|
|
145
151
|
|
|
@@ -148,7 +154,6 @@
|
|
|
148
154
|
|
|
149
155
|
## 1.0.1 (2025-02-03)
|
|
150
156
|
|
|
151
|
-
|
|
152
157
|
### 🩹 Fixes
|
|
153
158
|
|
|
154
159
|
- publish workflow fixed
|
|
@@ -157,19 +162,16 @@
|
|
|
157
162
|
|
|
158
163
|
- add --access=public to the publish workflow
|
|
159
164
|
|
|
160
|
-
|
|
161
165
|
### 🧱 Updated Dependencies
|
|
162
166
|
|
|
163
167
|
- Updated sdk-core to 1.0.1
|
|
164
168
|
|
|
165
169
|
# 1.0.0 (2024-09-20)
|
|
166
170
|
|
|
167
|
-
|
|
168
171
|
### 🚀 Features
|
|
169
172
|
|
|
170
173
|
- @strivacity/sdk-vue package implemented
|
|
171
174
|
|
|
172
|
-
|
|
173
175
|
### 🧱 Updated Dependencies
|
|
174
176
|
|
|
175
|
-
- Updated sdk-core to 1.0.0
|
|
177
|
+
- Updated sdk-core to 1.0.0
|