@01.software/sdk 0.2.9-dev.260305.4f1735b → 0.2.9-dev.260306.4e16dd4
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/README.md +26 -6
- package/dist/{auth-BfGmV75P.d.ts → auth-D_6MQo4x.d.ts} +1 -1
- package/dist/{auth-3qWmYUln.d.cts → auth-Hs3cAUfV.d.cts} +1 -1
- package/dist/auth.d.cts +2 -2
- package/dist/auth.d.ts +2 -2
- package/dist/components.cjs +353 -42
- package/dist/components.cjs.map +1 -1
- package/dist/components.d.cts +158 -17
- package/dist/components.d.ts +158 -17
- package/dist/components.js +346 -34
- package/dist/components.js.map +1 -1
- package/dist/flow.cjs +148 -0
- package/dist/flow.cjs.map +1 -0
- package/dist/flow.d.cts +116 -0
- package/dist/flow.d.ts +116 -0
- package/dist/flow.js +123 -0
- package/dist/flow.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/{payload-types-Bpi16SHO.d.cts → payload-types-p9NaGmQA.d.cts} +292 -129
- package/dist/{payload-types-Bpi16SHO.d.ts → payload-types-p9NaGmQA.d.ts} +292 -129
- package/dist/{webhook-DMN-IPra.d.cts → webhook-B9foVPGW.d.cts} +2 -2
- package/dist/{webhook-Bk-i0A59.d.ts → webhook-CjgnfIo6.d.ts} +2 -2
- package/dist/webhook.d.cts +2 -2
- package/dist/webhook.d.ts +2 -2
- package/package.json +21 -2
package/dist/webhook.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { c as WebhookEvent, d as WebhookHandler, W as WebhookOperation, e as WebhookOptions, f as createTypedWebhookHandler, h as handleWebhook, i as isValidWebhookEvent } from './webhook-
|
|
2
|
-
import './payload-types-
|
|
1
|
+
export { c as WebhookEvent, d as WebhookHandler, W as WebhookOperation, e as WebhookOptions, f as createTypedWebhookHandler, h as handleWebhook, i as isValidWebhookEvent } from './webhook-B9foVPGW.cjs';
|
|
2
|
+
import './payload-types-p9NaGmQA.cjs';
|
package/dist/webhook.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { c as WebhookEvent, d as WebhookHandler, W as WebhookOperation, e as WebhookOptions, f as createTypedWebhookHandler, h as handleWebhook, i as isValidWebhookEvent } from './webhook-
|
|
2
|
-
import './payload-types-
|
|
1
|
+
export { c as WebhookEvent, d as WebhookHandler, W as WebhookOperation, e as WebhookOptions, f as createTypedWebhookHandler, h as handleWebhook, i as isValidWebhookEvent } from './webhook-CjgnfIo6.js';
|
|
2
|
+
import './payload-types-p9NaGmQA.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@01.software/sdk",
|
|
3
|
-
"version": "0.2.9-dev.
|
|
3
|
+
"version": "0.2.9-dev.260306.4e16dd4",
|
|
4
4
|
"description": "01.software SDK",
|
|
5
5
|
"author": "<office@01.works>",
|
|
6
6
|
"keywords": [],
|
|
@@ -49,6 +49,16 @@
|
|
|
49
49
|
"default": "./dist/components.cjs"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"./flow": {
|
|
53
|
+
"import": {
|
|
54
|
+
"types": "./dist/flow.d.ts",
|
|
55
|
+
"default": "./dist/flow.js"
|
|
56
|
+
},
|
|
57
|
+
"require": {
|
|
58
|
+
"types": "./dist/flow.d.cts",
|
|
59
|
+
"default": "./dist/flow.cjs"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
52
62
|
"./package.json": "./package.json"
|
|
53
63
|
},
|
|
54
64
|
"sideEffects": false,
|
|
@@ -64,6 +74,7 @@
|
|
|
64
74
|
"@types/node": "^22.15.3",
|
|
65
75
|
"@types/react": "19.2.3",
|
|
66
76
|
"@types/react-dom": "19.2.3",
|
|
77
|
+
"@xyflow/react": "^12.10.1",
|
|
67
78
|
"next": "15.4.10",
|
|
68
79
|
"publint": "^0.3.16",
|
|
69
80
|
"react": "^19.2.3",
|
|
@@ -78,16 +89,24 @@
|
|
|
78
89
|
},
|
|
79
90
|
"dependencies": {
|
|
80
91
|
"@payloadcms/richtext-lexical": "3.78.0",
|
|
92
|
+
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
81
93
|
"jose": "^6.1.3",
|
|
82
94
|
"payload": "3.78.0",
|
|
83
|
-
"qs-esm": "^7.0.2"
|
|
95
|
+
"qs-esm": "^7.0.2",
|
|
96
|
+
"shiki": "^4.0.1"
|
|
84
97
|
},
|
|
85
98
|
"peerDependencies": {
|
|
86
99
|
"@tanstack/react-query": ">=5",
|
|
100
|
+
"@xyflow/react": ">=12",
|
|
87
101
|
"next": ">=14",
|
|
88
102
|
"react": ">=18",
|
|
89
103
|
"react-dom": ">=18"
|
|
90
104
|
},
|
|
105
|
+
"peerDependenciesMeta": {
|
|
106
|
+
"@xyflow/react": {
|
|
107
|
+
"optional": true
|
|
108
|
+
}
|
|
109
|
+
},
|
|
91
110
|
"publishConfig": {
|
|
92
111
|
"access": "public"
|
|
93
112
|
},
|