@pylo/node 0.1.0 → 0.1.1

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/cli.js CHANGED
@@ -157,7 +157,7 @@ var DATA_TYPE_MAP = {
157
157
  RICHTEXT: "string",
158
158
  INT: "number",
159
159
  FLOAT: "number",
160
- JSON: "Record<string, unknown> | unknown[]",
160
+ JSON: "string",
161
161
  DATE: "string",
162
162
  DATETIME: "string",
163
163
  TIME: "string",
package/dist/schema.js CHANGED
@@ -95,7 +95,7 @@ var DATA_TYPE_MAP = {
95
95
  RICHTEXT: "string",
96
96
  INT: "number",
97
97
  FLOAT: "number",
98
- JSON: "Record<string, unknown> | unknown[]",
98
+ JSON: "string",
99
99
  DATE: "string",
100
100
  DATETIME: "string",
101
101
  TIME: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pylo/node",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Server-side Pylo SDK with API key authentication",
5
5
  "exports": {
6
6
  ".": {
@@ -36,8 +36,8 @@
36
36
  "@types/node": "^22.15.21",
37
37
  "tsup": "^8.5.1",
38
38
  "typescript": "^5.9.3",
39
- "@pylo/core": "0.1.0",
40
- "@pylo/auth": "0.0.5"
39
+ "@pylo/auth": "0.0.5",
40
+ "@pylo/core": "0.1.1"
41
41
  },
42
42
  "author": "Okeano GmbH",
43
43
  "license": "MIT",