pimelon-ui 0.0.98 → 0.0.99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pimelon-ui",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -19,6 +19,8 @@
19
19
  "type": "git",
20
20
  "url": "https://github.com/amonak/pimelon-ui.git"
21
21
  },
22
+ "author": "Alphamonak Solutions",
23
+ "license": "MIT",
22
24
  "dependencies": {
23
25
  "@headlessui/vue": "^1.5.0",
24
26
  "@popperjs/core": "^2.11.2",
@@ -62,7 +64,7 @@
62
64
  },
63
65
  "devDependencies": {
64
66
  "cross-fetch": "^3.1.5",
65
- "husky": "^8.0.2",
67
+ "husky": "^8.0.3",
66
68
  "lint-staged": ">=10",
67
69
  "prettier": "2.7.1",
68
70
  "prettier-plugin-tailwindcss": "^0.1.13",
@@ -118,7 +118,7 @@ export function createDocumentResource(options, vm) {
118
118
  dt: out.doctype,
119
119
  dn: out.name,
120
120
  method: method,
121
- args: JSON.stringify(values),
121
+ args: values,
122
122
  }
123
123
  },
124
124
  onSuccess(data) {