@wordpress/data-controls 2.2.6 → 2.2.7
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/build/index.js +20 -15
- package/build/index.js.map +1 -1
- package/build-module/index.js +16 -12
- package/build-module/index.js.map +1 -1
- package/package.json +6 -6
package/build/index.js
CHANGED
|
@@ -5,11 +5,12 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
+
exports.__unstableAwaitPromise = void 0;
|
|
8
9
|
exports.apiFetch = apiFetch;
|
|
10
|
+
exports.controls = void 0;
|
|
11
|
+
exports.dispatch = dispatch;
|
|
9
12
|
exports.select = select;
|
|
10
13
|
exports.syncSelect = syncSelect;
|
|
11
|
-
exports.dispatch = dispatch;
|
|
12
|
-
exports.controls = exports.__unstableAwaitPromise = void 0;
|
|
13
14
|
|
|
14
15
|
var _apiFetch = _interopRequireDefault(require("@wordpress/api-fetch"));
|
|
15
16
|
|
|
@@ -54,12 +55,12 @@ function apiFetch(request) {
|
|
|
54
55
|
*/
|
|
55
56
|
|
|
56
57
|
|
|
57
|
-
function select(
|
|
58
|
+
function select() {
|
|
58
59
|
(0, _deprecated.default)('`select` control in `@wordpress/data-controls`', {
|
|
59
60
|
since: '5.7',
|
|
60
61
|
alternative: 'built-in `resolveSelect` control in `@wordpress/data`'
|
|
61
62
|
});
|
|
62
|
-
return _data.controls.resolveSelect(...
|
|
63
|
+
return _data.controls.resolveSelect(...arguments);
|
|
63
64
|
}
|
|
64
65
|
/**
|
|
65
66
|
* Control for calling a selector in a registered data store.
|
|
@@ -69,12 +70,12 @@ function select(...args) {
|
|
|
69
70
|
*/
|
|
70
71
|
|
|
71
72
|
|
|
72
|
-
function syncSelect(
|
|
73
|
+
function syncSelect() {
|
|
73
74
|
(0, _deprecated.default)('`syncSelect` control in `@wordpress/data-controls`', {
|
|
74
75
|
since: '5.7',
|
|
75
76
|
alternative: 'built-in `select` control in `@wordpress/data`'
|
|
76
77
|
});
|
|
77
|
-
return _data.controls.select(...
|
|
78
|
+
return _data.controls.select(...arguments);
|
|
78
79
|
}
|
|
79
80
|
/**
|
|
80
81
|
* Control for dispatching an action in a registered data store.
|
|
@@ -84,12 +85,12 @@ function syncSelect(...args) {
|
|
|
84
85
|
*/
|
|
85
86
|
|
|
86
87
|
|
|
87
|
-
function dispatch(
|
|
88
|
+
function dispatch() {
|
|
88
89
|
(0, _deprecated.default)('`dispatch` control in `@wordpress/data-controls`', {
|
|
89
90
|
since: '5.7',
|
|
90
91
|
alternative: 'built-in `dispatch` control in `@wordpress/data`'
|
|
91
92
|
});
|
|
92
|
-
return _data.controls.dispatch(...
|
|
93
|
+
return _data.controls.dispatch(...arguments);
|
|
93
94
|
}
|
|
94
95
|
/**
|
|
95
96
|
* Dispatches a control action for awaiting on a promise to be resolved.
|
|
@@ -149,13 +150,17 @@ const __unstableAwaitPromise = function (promise) {
|
|
|
149
150
|
|
|
150
151
|
exports.__unstableAwaitPromise = __unstableAwaitPromise;
|
|
151
152
|
const controls = {
|
|
152
|
-
AWAIT_PROMISE:
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
153
|
+
AWAIT_PROMISE: _ref => {
|
|
154
|
+
let {
|
|
155
|
+
promise
|
|
156
|
+
} = _ref;
|
|
157
|
+
return promise;
|
|
158
|
+
},
|
|
159
|
+
|
|
160
|
+
API_FETCH(_ref2) {
|
|
161
|
+
let {
|
|
162
|
+
request
|
|
163
|
+
} = _ref2;
|
|
159
164
|
return (0, _apiFetch.default)(request);
|
|
160
165
|
}
|
|
161
166
|
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/data-controls/src/index.js"],"names":["apiFetch","request","type","select","
|
|
1
|
+
{"version":3,"sources":["@wordpress/data-controls/src/index.js"],"names":["apiFetch","request","type","select","since","alternative","dataControls","resolveSelect","syncSelect","dispatch","__unstableAwaitPromise","promise","controls","AWAIT_PROMISE","API_FETCH"],"mappings":";;;;;;;;;;;;;;AAGA;;AACA;;AACA;;AALA;AACA;AACA;;AAKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASA,QAAT,CAAmBC,OAAnB,EAA6B;AACnC,SAAO;AACNC,IAAAA,IAAI,EAAE,WADA;AAEND,IAAAA;AAFM,GAAP;AAIA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASE,MAAT,GAA2B;AACjC,2BAAY,gDAAZ,EAA8D;AAC7DC,IAAAA,KAAK,EAAE,KADsD;AAE7DC,IAAAA,WAAW,EAAE;AAFgD,GAA9D;AAKA,SAAOC,eAAaC,aAAb,CAA4B,YAA5B,CAAP;AACA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASC,UAAT,GAA+B;AACrC,2BAAY,oDAAZ,EAAkE;AACjEJ,IAAAA,KAAK,EAAE,KAD0D;AAEjEC,IAAAA,WAAW,EAAE;AAFoD,GAAlE;AAKA,SAAOC,eAAaH,MAAb,CAAqB,YAArB,CAAP;AACA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASM,QAAT,GAA6B;AACnC,2BAAY,kDAAZ,EAAgE;AAC/DL,IAAAA,KAAK,EAAE,KADwD;AAE/DC,IAAAA,WAAW,EAAE;AAFkD,GAAhE;AAKA,SAAOC,eAAaG,QAAb,CAAuB,YAAvB,CAAP;AACA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,MAAMC,sBAAsB,GAAG,UAAWC,OAAX,EAAqB;AAC1D,SAAO;AACNT,IAAAA,IAAI,EAAE,eADA;AAENS,IAAAA;AAFM,GAAP;AAIA,CALM;AAOP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;AACO,MAAMC,QAAQ,GAAG;AACvBC,EAAAA,aAAa,EAAE;AAAA,QAAE;AAAEF,MAAAA;AAAF,KAAF;AAAA,WAAmBA,OAAnB;AAAA,GADQ;;AAEvBG,EAAAA,SAAS,QAAgB;AAAA,QAAd;AAAEb,MAAAA;AAAF,KAAc;AACxB,WAAO,uBAAcA,OAAd,CAAP;AACA;;AAJsB,CAAjB","sourcesContent":["/**\n * WordPress dependencies\n */\nimport triggerFetch from '@wordpress/api-fetch';\nimport { controls as dataControls } from '@wordpress/data';\nimport deprecated from '@wordpress/deprecated';\n\n/**\n * Dispatches a control action for triggering an api fetch call.\n *\n * @param {Object} request Arguments for the fetch request.\n *\n * @example\n * ```js\n * import { apiFetch } from '@wordpress/data-controls';\n *\n * // Action generator using apiFetch\n * export function* myAction() {\n * \tconst path = '/v2/my-api/items';\n * \tconst items = yield apiFetch( { path } );\n * \t// do something with the items.\n * }\n * ```\n *\n * @return {Object} The control descriptor.\n */\nexport function apiFetch( request ) {\n\treturn {\n\t\ttype: 'API_FETCH',\n\t\trequest,\n\t};\n}\n\n/**\n * Control for resolving a selector in a registered data store.\n * Alias for the `resolveSelect` built-in control in the `@wordpress/data` package.\n *\n * @param {Array} args Arguments passed without change to the `@wordpress/data` control.\n */\nexport function select( ...args ) {\n\tdeprecated( '`select` control in `@wordpress/data-controls`', {\n\t\tsince: '5.7',\n\t\talternative: 'built-in `resolveSelect` control in `@wordpress/data`',\n\t} );\n\n\treturn dataControls.resolveSelect( ...args );\n}\n\n/**\n * Control for calling a selector in a registered data store.\n * Alias for the `select` built-in control in the `@wordpress/data` package.\n *\n * @param {Array} args Arguments passed without change to the `@wordpress/data` control.\n */\nexport function syncSelect( ...args ) {\n\tdeprecated( '`syncSelect` control in `@wordpress/data-controls`', {\n\t\tsince: '5.7',\n\t\talternative: 'built-in `select` control in `@wordpress/data`',\n\t} );\n\n\treturn dataControls.select( ...args );\n}\n\n/**\n * Control for dispatching an action in a registered data store.\n * Alias for the `dispatch` control in the `@wordpress/data` package.\n *\n * @param {Array} args Arguments passed without change to the `@wordpress/data` control.\n */\nexport function dispatch( ...args ) {\n\tdeprecated( '`dispatch` control in `@wordpress/data-controls`', {\n\t\tsince: '5.7',\n\t\talternative: 'built-in `dispatch` control in `@wordpress/data`',\n\t} );\n\n\treturn dataControls.dispatch( ...args );\n}\n\n/**\n * Dispatches a control action for awaiting on a promise to be resolved.\n *\n * @param {Object} promise Promise to wait for.\n *\n * @example\n * ```js\n * import { __unstableAwaitPromise } from '@wordpress/data-controls';\n *\n * // Action generator using apiFetch\n * export function* myAction() {\n * \tconst promise = getItemsAsync();\n * \tconst items = yield __unstableAwaitPromise( promise );\n * \t// do something with the items.\n * }\n * ```\n *\n * @return {Object} The control descriptor.\n */\nexport const __unstableAwaitPromise = function ( promise ) {\n\treturn {\n\t\ttype: 'AWAIT_PROMISE',\n\t\tpromise,\n\t};\n};\n\n/**\n * The default export is what you use to register the controls with your custom\n * store.\n *\n * @example\n * ```js\n * // WordPress dependencies\n * import { controls } from '@wordpress/data-controls';\n * import { registerStore } from '@wordpress/data';\n *\n * // Internal dependencies\n * import reducer from './reducer';\n * import * as selectors from './selectors';\n * import * as actions from './actions';\n * import * as resolvers from './resolvers';\n *\n * registerStore( 'my-custom-store', {\n * reducer,\n * controls,\n * actions,\n * selectors,\n * resolvers,\n * } );\n * ```\n * @return {Object} An object for registering the default controls with the\n * store.\n */\nexport const controls = {\n\tAWAIT_PROMISE: ( { promise } ) => promise,\n\tAPI_FETCH( { request } ) {\n\t\treturn triggerFetch( request );\n\t},\n};\n"]}
|
package/build-module/index.js
CHANGED
|
@@ -37,12 +37,12 @@ export function apiFetch(request) {
|
|
|
37
37
|
* @param {Array} args Arguments passed without change to the `@wordpress/data` control.
|
|
38
38
|
*/
|
|
39
39
|
|
|
40
|
-
export function select(
|
|
40
|
+
export function select() {
|
|
41
41
|
deprecated('`select` control in `@wordpress/data-controls`', {
|
|
42
42
|
since: '5.7',
|
|
43
43
|
alternative: 'built-in `resolveSelect` control in `@wordpress/data`'
|
|
44
44
|
});
|
|
45
|
-
return dataControls.resolveSelect(...
|
|
45
|
+
return dataControls.resolveSelect(...arguments);
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* Control for calling a selector in a registered data store.
|
|
@@ -51,12 +51,12 @@ export function select(...args) {
|
|
|
51
51
|
* @param {Array} args Arguments passed without change to the `@wordpress/data` control.
|
|
52
52
|
*/
|
|
53
53
|
|
|
54
|
-
export function syncSelect(
|
|
54
|
+
export function syncSelect() {
|
|
55
55
|
deprecated('`syncSelect` control in `@wordpress/data-controls`', {
|
|
56
56
|
since: '5.7',
|
|
57
57
|
alternative: 'built-in `select` control in `@wordpress/data`'
|
|
58
58
|
});
|
|
59
|
-
return dataControls.select(...
|
|
59
|
+
return dataControls.select(...arguments);
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* Control for dispatching an action in a registered data store.
|
|
@@ -65,12 +65,12 @@ export function syncSelect(...args) {
|
|
|
65
65
|
* @param {Array} args Arguments passed without change to the `@wordpress/data` control.
|
|
66
66
|
*/
|
|
67
67
|
|
|
68
|
-
export function dispatch(
|
|
68
|
+
export function dispatch() {
|
|
69
69
|
deprecated('`dispatch` control in `@wordpress/data-controls`', {
|
|
70
70
|
since: '5.7',
|
|
71
71
|
alternative: 'built-in `dispatch` control in `@wordpress/data`'
|
|
72
72
|
});
|
|
73
|
-
return dataControls.dispatch(...
|
|
73
|
+
return dataControls.dispatch(...arguments);
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Dispatches a control action for awaiting on a promise to be resolved.
|
|
@@ -127,13 +127,17 @@ export const __unstableAwaitPromise = function (promise) {
|
|
|
127
127
|
*/
|
|
128
128
|
|
|
129
129
|
export const controls = {
|
|
130
|
-
AWAIT_PROMISE:
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
AWAIT_PROMISE: _ref => {
|
|
131
|
+
let {
|
|
132
|
+
promise
|
|
133
|
+
} = _ref;
|
|
134
|
+
return promise;
|
|
135
|
+
},
|
|
133
136
|
|
|
134
|
-
API_FETCH({
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
API_FETCH(_ref2) {
|
|
138
|
+
let {
|
|
139
|
+
request
|
|
140
|
+
} = _ref2;
|
|
137
141
|
return triggerFetch(request);
|
|
138
142
|
}
|
|
139
143
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/data-controls/src/index.js"],"names":["triggerFetch","controls","dataControls","deprecated","apiFetch","request","type","select","
|
|
1
|
+
{"version":3,"sources":["@wordpress/data-controls/src/index.js"],"names":["triggerFetch","controls","dataControls","deprecated","apiFetch","request","type","select","since","alternative","resolveSelect","syncSelect","dispatch","__unstableAwaitPromise","promise","AWAIT_PROMISE","API_FETCH"],"mappings":"AAAA;AACA;AACA;AACA,OAAOA,YAAP,MAAyB,sBAAzB;AACA,SAASC,QAAQ,IAAIC,YAArB,QAAyC,iBAAzC;AACA,OAAOC,UAAP,MAAuB,uBAAvB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,SAASC,QAAT,CAAmBC,OAAnB,EAA6B;AACnC,SAAO;AACNC,IAAAA,IAAI,EAAE,WADA;AAEND,IAAAA;AAFM,GAAP;AAIA;AAED;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,SAASE,MAAT,GAA2B;AACjCJ,EAAAA,UAAU,CAAE,gDAAF,EAAoD;AAC7DK,IAAAA,KAAK,EAAE,KADsD;AAE7DC,IAAAA,WAAW,EAAE;AAFgD,GAApD,CAAV;AAKA,SAAOP,YAAY,CAACQ,aAAb,CAA4B,YAA5B,CAAP;AACA;AAED;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,SAASC,UAAT,GAA+B;AACrCR,EAAAA,UAAU,CAAE,oDAAF,EAAwD;AACjEK,IAAAA,KAAK,EAAE,KAD0D;AAEjEC,IAAAA,WAAW,EAAE;AAFoD,GAAxD,CAAV;AAKA,SAAOP,YAAY,CAACK,MAAb,CAAqB,YAArB,CAAP;AACA;AAED;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,SAASK,QAAT,GAA6B;AACnCT,EAAAA,UAAU,CAAE,kDAAF,EAAsD;AAC/DK,IAAAA,KAAK,EAAE,KADwD;AAE/DC,IAAAA,WAAW,EAAE;AAFkD,GAAtD,CAAV;AAKA,SAAOP,YAAY,CAACU,QAAb,CAAuB,YAAvB,CAAP;AACA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,MAAMC,sBAAsB,GAAG,UAAWC,OAAX,EAAqB;AAC1D,SAAO;AACNR,IAAAA,IAAI,EAAE,eADA;AAENQ,IAAAA;AAFM,GAAP;AAIA,CALM;AAOP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,MAAMb,QAAQ,GAAG;AACvBc,EAAAA,aAAa,EAAE;AAAA,QAAE;AAAED,MAAAA;AAAF,KAAF;AAAA,WAAmBA,OAAnB;AAAA,GADQ;;AAEvBE,EAAAA,SAAS,QAAgB;AAAA,QAAd;AAAEX,MAAAA;AAAF,KAAc;AACxB,WAAOL,YAAY,CAAEK,OAAF,CAAnB;AACA;;AAJsB,CAAjB","sourcesContent":["/**\n * WordPress dependencies\n */\nimport triggerFetch from '@wordpress/api-fetch';\nimport { controls as dataControls } from '@wordpress/data';\nimport deprecated from '@wordpress/deprecated';\n\n/**\n * Dispatches a control action for triggering an api fetch call.\n *\n * @param {Object} request Arguments for the fetch request.\n *\n * @example\n * ```js\n * import { apiFetch } from '@wordpress/data-controls';\n *\n * // Action generator using apiFetch\n * export function* myAction() {\n * \tconst path = '/v2/my-api/items';\n * \tconst items = yield apiFetch( { path } );\n * \t// do something with the items.\n * }\n * ```\n *\n * @return {Object} The control descriptor.\n */\nexport function apiFetch( request ) {\n\treturn {\n\t\ttype: 'API_FETCH',\n\t\trequest,\n\t};\n}\n\n/**\n * Control for resolving a selector in a registered data store.\n * Alias for the `resolveSelect` built-in control in the `@wordpress/data` package.\n *\n * @param {Array} args Arguments passed without change to the `@wordpress/data` control.\n */\nexport function select( ...args ) {\n\tdeprecated( '`select` control in `@wordpress/data-controls`', {\n\t\tsince: '5.7',\n\t\talternative: 'built-in `resolveSelect` control in `@wordpress/data`',\n\t} );\n\n\treturn dataControls.resolveSelect( ...args );\n}\n\n/**\n * Control for calling a selector in a registered data store.\n * Alias for the `select` built-in control in the `@wordpress/data` package.\n *\n * @param {Array} args Arguments passed without change to the `@wordpress/data` control.\n */\nexport function syncSelect( ...args ) {\n\tdeprecated( '`syncSelect` control in `@wordpress/data-controls`', {\n\t\tsince: '5.7',\n\t\talternative: 'built-in `select` control in `@wordpress/data`',\n\t} );\n\n\treturn dataControls.select( ...args );\n}\n\n/**\n * Control for dispatching an action in a registered data store.\n * Alias for the `dispatch` control in the `@wordpress/data` package.\n *\n * @param {Array} args Arguments passed without change to the `@wordpress/data` control.\n */\nexport function dispatch( ...args ) {\n\tdeprecated( '`dispatch` control in `@wordpress/data-controls`', {\n\t\tsince: '5.7',\n\t\talternative: 'built-in `dispatch` control in `@wordpress/data`',\n\t} );\n\n\treturn dataControls.dispatch( ...args );\n}\n\n/**\n * Dispatches a control action for awaiting on a promise to be resolved.\n *\n * @param {Object} promise Promise to wait for.\n *\n * @example\n * ```js\n * import { __unstableAwaitPromise } from '@wordpress/data-controls';\n *\n * // Action generator using apiFetch\n * export function* myAction() {\n * \tconst promise = getItemsAsync();\n * \tconst items = yield __unstableAwaitPromise( promise );\n * \t// do something with the items.\n * }\n * ```\n *\n * @return {Object} The control descriptor.\n */\nexport const __unstableAwaitPromise = function ( promise ) {\n\treturn {\n\t\ttype: 'AWAIT_PROMISE',\n\t\tpromise,\n\t};\n};\n\n/**\n * The default export is what you use to register the controls with your custom\n * store.\n *\n * @example\n * ```js\n * // WordPress dependencies\n * import { controls } from '@wordpress/data-controls';\n * import { registerStore } from '@wordpress/data';\n *\n * // Internal dependencies\n * import reducer from './reducer';\n * import * as selectors from './selectors';\n * import * as actions from './actions';\n * import * as resolvers from './resolvers';\n *\n * registerStore( 'my-custom-store', {\n * reducer,\n * controls,\n * actions,\n * selectors,\n * resolvers,\n * } );\n * ```\n * @return {Object} An object for registering the default controls with the\n * store.\n */\nexport const controls = {\n\tAWAIT_PROMISE: ( { promise } ) => promise,\n\tAPI_FETCH( { request } ) {\n\t\treturn triggerFetch( request );\n\t},\n};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/data-controls",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7",
|
|
4
4
|
"description": "A set of common controls for the @wordpress/data api.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"module": "build-module/index.js",
|
|
27
27
|
"react-native": "src/index",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.
|
|
30
|
-
"@wordpress/api-fetch": "^5.2.
|
|
31
|
-
"@wordpress/data": "^6.1.
|
|
32
|
-
"@wordpress/deprecated": "^3.2.
|
|
29
|
+
"@babel/runtime": "^7.16.0",
|
|
30
|
+
"@wordpress/api-fetch": "^5.2.6",
|
|
31
|
+
"@wordpress/data": "^6.1.4",
|
|
32
|
+
"@wordpress/deprecated": "^3.2.3"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "9a1dd3474d937468e4cf9caf9886ad61ef0a8f50"
|
|
38
38
|
}
|