@relayfile/adapter-confluence 0.1.2 → 0.1.4
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.
|
@@ -24,8 +24,8 @@ Resources:
|
|
|
24
24
|
| Delete | `rm <id>.json` for canonical ids. |
|
|
25
25
|
|
|
26
26
|
## ID Patterns
|
|
27
|
-
- `/confluence/pages/<id>.json`: `^(?:[A-Za-z0-9_.~-]+(
|
|
28
|
-
- `/confluence/spaces/{spaceIdOrKey}/pages/<id>.json`: `^(?:[A-Za-z0-9_.~-]+(
|
|
27
|
+
- `/confluence/pages/<id>.json`: `^(?:[A-Za-z0-9_.~-]+(?:--|__))?\d+$`. Filenames that do not match this pattern are treated as create drafts.
|
|
28
|
+
- `/confluence/spaces/{spaceIdOrKey}/pages/<id>.json`: `^(?:[A-Za-z0-9_.~-]+(?:--|__))?\d+$`. Filenames that do not match this pattern are treated as create drafts.
|
|
29
29
|
|
|
30
30
|
## Write field contracts
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayfile/adapter-confluence",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Confluence adapter package for Relayfile",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"directory": "packages/confluence"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@relayfile/adapter-core": "^0.2.
|
|
83
|
+
"@relayfile/adapter-core": "^0.2.12"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@relayfile/sdk": ">=0.6.0 <1"
|