@ocap/config 1.29.14 → 1.29.16

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/esm/default.mjs CHANGED
@@ -76,7 +76,27 @@ const defaultConfig = {
76
76
  "fg:t:create_token",
77
77
  "fg:t:create_rollup",
78
78
  "fg:t:create_token_factory",
79
- "fg:t:update_token_factory"
79
+ "fg:t:update_token_factory",
80
+ "fg:x:connect",
81
+ "fg:x:connect:authPrincipal",
82
+ "fg:x:connect:profile",
83
+ "fg:x:connect:signature",
84
+ "fg:x:connect:prepareTx",
85
+ "fg:x:connect:agreement",
86
+ "fg:x:connect:vc",
87
+ "fg:x:connect:asset",
88
+ "fg:x:connect:assetOrVC",
89
+ "fg:x:connect:keyPair",
90
+ "fg:x:connect:encryptionKey",
91
+ "fg:x:space",
92
+ "fg:x:space:read",
93
+ "fg:x:space:write",
94
+ "fg:x:vc",
95
+ "fg:x:vc:issue",
96
+ "fg:x:vc:revoke",
97
+ "fg:x:delegation",
98
+ "fg:x:delegation:create",
99
+ "fg:x:delegation:revoke"
80
100
  ]
81
101
  },
82
102
  supportedTxs: [
package/lib/default.cjs CHANGED
@@ -78,7 +78,27 @@ const defaultConfig = {
78
78
  "fg:t:create_token",
79
79
  "fg:t:create_rollup",
80
80
  "fg:t:create_token_factory",
81
- "fg:t:update_token_factory"
81
+ "fg:t:update_token_factory",
82
+ "fg:x:connect",
83
+ "fg:x:connect:authPrincipal",
84
+ "fg:x:connect:profile",
85
+ "fg:x:connect:signature",
86
+ "fg:x:connect:prepareTx",
87
+ "fg:x:connect:agreement",
88
+ "fg:x:connect:vc",
89
+ "fg:x:connect:asset",
90
+ "fg:x:connect:assetOrVC",
91
+ "fg:x:connect:keyPair",
92
+ "fg:x:connect:encryptionKey",
93
+ "fg:x:space",
94
+ "fg:x:space:read",
95
+ "fg:x:space:write",
96
+ "fg:x:vc",
97
+ "fg:x:vc:issue",
98
+ "fg:x:vc:revoke",
99
+ "fg:x:delegation",
100
+ "fg:x:delegation:create",
101
+ "fg:x:delegation:revoke"
82
102
  ]
83
103
  },
84
104
  supportedTxs: [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.29.14",
6
+ "version": "1.29.16",
7
7
  "description": "OCAP config parsing/validation and default",
8
8
  "type": "module",
9
9
  "main": "./lib/index.cjs",
@@ -47,11 +47,11 @@
47
47
  "license": "MIT",
48
48
  "devDependencies": {},
49
49
  "dependencies": {
50
- "@arcblock/did": "1.29.14",
51
- "@arcblock/did-util": "1.29.14",
52
- "@arcblock/validator": "1.29.14",
53
- "@ocap/types": "1.29.14",
54
- "@ocap/util": "1.29.14",
50
+ "@arcblock/did": "1.29.16",
51
+ "@arcblock/did-util": "1.29.16",
52
+ "@arcblock/validator": "1.29.16",
53
+ "@ocap/types": "1.29.16",
54
+ "@ocap/util": "1.29.16",
55
55
  "lodash": "^4.17.23"
56
56
  }
57
57
  }