@adobe/alloy 2.9.0-alpha.4 → 2.9.0-alpha.5
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/libEs5/components/DataCollector/index.js +1 -1
- package/libEs5/constants/libraryVersion.js +1 -1
- package/libEs5/core/buildAndValidateConfig.js +1 -1
- package/libEs5/core/validateCommandOptions.js +1 -1
- package/libEs6/components/DataCollector/index.js +1 -1
- package/libEs6/constants/libraryVersion.js +1 -1
- package/libEs6/core/buildAndValidateConfig.js +1 -1
- package/libEs6/core/validateCommandOptions.js +1 -1
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ var createDataCollector = function createDataCollector(_ref) {
|
|
|
20
20
|
return {
|
|
21
21
|
commands: {
|
|
22
22
|
sendEvent: {
|
|
23
|
-
documentationUri: "https://adobe.ly/
|
|
23
|
+
documentationUri: "https://adobe.ly/3GQ3Q7t",
|
|
24
24
|
optionsValidator: function optionsValidator(options) {
|
|
25
25
|
return (0, _validateUserEventOptions.default)({
|
|
26
26
|
options: options
|
|
@@ -15,5 +15,5 @@ governing permissions and limitations under the License.
|
|
|
15
15
|
*/
|
|
16
16
|
// The __VERSION__ keyword will be replace at alloy build time with the package.json version.
|
|
17
17
|
// see babel-plugin-version
|
|
18
|
-
var _default = "2.9.0-alpha.
|
|
18
|
+
var _default = "2.9.0-alpha.5";
|
|
19
19
|
exports.default = _default;
|
|
@@ -17,7 +17,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
17
17
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
18
18
|
governing permissions and limitations under the License.
|
|
19
19
|
*/
|
|
20
|
-
var CONFIG_DOC_URI = "https://adobe.ly/
|
|
20
|
+
var CONFIG_DOC_URI = "https://adobe.ly/3sHh553";
|
|
21
21
|
|
|
22
22
|
var buildSchema = function buildSchema(coreConfigValidators, componentCreators) {
|
|
23
23
|
var schema = {};
|
|
@@ -13,7 +13,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
13
13
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
14
14
|
governing permissions and limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
var COMMAND_DOC_URI = "https://adobe.ly/
|
|
16
|
+
var COMMAND_DOC_URI = "https://adobe.ly/3sHgQHb";
|
|
17
17
|
|
|
18
18
|
var _default = function _default(_ref) {
|
|
19
19
|
var command = _ref.command,
|
|
@@ -11,7 +11,7 @@ governing permissions and limitations under the License.
|
|
|
11
11
|
*/
|
|
12
12
|
import { assign } from "../utils";
|
|
13
13
|
import { objectOf } from "../utils/validation";
|
|
14
|
-
const CONFIG_DOC_URI = "https://adobe.ly/
|
|
14
|
+
const CONFIG_DOC_URI = "https://adobe.ly/3sHh553";
|
|
15
15
|
|
|
16
16
|
const buildSchema = (coreConfigValidators, componentCreators) => {
|
|
17
17
|
const schema = {};
|
|
@@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
9
9
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
10
|
governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
const COMMAND_DOC_URI = "https://adobe.ly/
|
|
12
|
+
const COMMAND_DOC_URI = "https://adobe.ly/3sHgQHb";
|
|
13
13
|
export default (({
|
|
14
14
|
command,
|
|
15
15
|
options
|