@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.
@@ -20,7 +20,7 @@ var createDataCollector = function createDataCollector(_ref) {
20
20
  return {
21
21
  commands: {
22
22
  sendEvent: {
23
- documentationUri: "https://adobe.ly/2r0uUjh",
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.4";
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/2M4ErNE";
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/2UH0qO7";
16
+ var COMMAND_DOC_URI = "https://adobe.ly/3sHgQHb";
17
17
 
18
18
  var _default = function _default(_ref) {
19
19
  var command = _ref.command,
@@ -17,7 +17,7 @@ const createDataCollector = ({
17
17
  return {
18
18
  commands: {
19
19
  sendEvent: {
20
- documentationUri: "https://adobe.ly/2r0uUjh",
20
+ documentationUri: "https://adobe.ly/3GQ3Q7t",
21
21
  optionsValidator: options => {
22
22
  return validateUserEventOptions({
23
23
  options
@@ -11,4 +11,4 @@ governing permissions and limitations under the License.
11
11
  */
12
12
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
13
13
  // see babel-plugin-version
14
- export default "2.9.0-alpha.4";
14
+ export default "2.9.0-alpha.5";
@@ -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/2M4ErNE";
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/2UH0qO7";
12
+ const COMMAND_DOC_URI = "https://adobe.ly/3sHgQHb";
13
13
  export default (({
14
14
  command,
15
15
  options
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.9.0-alpha.4",
3
+ "version": "2.9.0-alpha.5",
4
4
  "description": "Adobe Experience Platform Web SDK",
5
5
  "main": "libEs5/index.js",
6
6
  "module": "libEs6/index.js",