@hostlink/nuxt-light 1.0.10 → 1.0.11

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.0.10"
4
+ "version": "1.0.11"
5
5
  }
@@ -10,7 +10,7 @@ const id = route.params.user_id;
10
10
 
11
11
  const onSubmit = async (data) => {
12
12
  return await m("updateUserPassword", {
13
- id: id,
13
+ id: parseInt(id),
14
14
  password: data.password
15
15
  }).then(() => {
16
16
  Notify.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",