@atlaskit/editor-synced-block-provider 4.4.1 → 4.4.2

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/AGENTS.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  > **Package**: `@atlaskit/editor-synced-block-provider`
4
4
  >
5
- > **For workflow guidance, debugging, and cross-package task guides, load the `synced-blocks` skill:**
5
+ > **For workflow guidance, debugging, and cross-package task guides, load the `synced-blocks`
6
+ > skill:**
6
7
  > `get_skill(skill_name_or_path="platform/packages/editor/.rovodev/skills/synced-blocks/SKILL.md")`
7
8
 
8
9
  ---
@@ -62,12 +63,12 @@ SyncBlockStoreManager (parent coordinator)
62
63
 
63
64
  ### ARI Utilities
64
65
 
65
- | Function | Purpose |
66
- | ------------------------------------------------------------ | -------------------------- |
67
- | `generateBlockAri({cloudId, parentId, product, resourceId})` | Generate source block ARI |
68
- | `generateBlockAriFromReference({cloudId, resourceId})` | Generate reference ARI |
69
- | `getConfluencePageAri({pageId, cloudId, pageType})` | Confluence page ARI |
70
- | `getJiraWorkItemAri({cloudId, workItemId})` | Jira issue ARI |
66
+ | Function | Purpose |
67
+ | ------------------------------------------------------------ | ------------------------- |
68
+ | `generateBlockAri({cloudId, parentId, product, resourceId})` | Generate source block ARI |
69
+ | `generateBlockAriFromReference({cloudId, resourceId})` | Generate reference ARI |
70
+ | `getConfluencePageAri({pageId, cloudId, pageType})` | Confluence page ARI |
71
+ | `getJiraWorkItemAri({cloudId, workItemId})` | Jira issue ARI |
71
72
 
72
73
  ### Block Service API
73
74
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-synced-block-provider
2
2
 
3
+ ## 4.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.4.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "@atlaskit/editor-prosemirror": "^7.3.0",
30
30
  "@atlaskit/node-data-provider": "^9.0.0",
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
- "@atlaskit/tmp-editor-statsig": "^56.0.0",
32
+ "@atlaskit/tmp-editor-statsig": "^57.0.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@compiled/react": "^0.20.0",
35
35
  "graphql-ws": "^5.14.2",
@@ -38,7 +38,7 @@
38
38
  "uuid": "^3.1.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@atlaskit/editor-common": "^112.18.0",
41
+ "@atlaskit/editor-common": "^112.19.0",
42
42
  "react": "^18.2.0"
43
43
  },
44
44
  "devDependencies": {
@@ -81,7 +81,7 @@
81
81
  }
82
82
  },
83
83
  "name": "@atlaskit/editor-synced-block-provider",
84
- "version": "4.4.1",
84
+ "version": "4.4.2",
85
85
  "description": "Synced Block Provider for @atlaskit/editor-plugin-synced-block",
86
86
  "author": "Atlassian Pty Ltd",
87
87
  "license": "Apache-2.0",