@aws-amplify/datastore 5.0.82 → 5.0.83-local-stack.00864ae.0

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.
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.DataStore = exports.initSchema = exports.DataStoreClass = exports.AsyncCollection = exports.AsyncItem = exports.getAttachment = exports.attached = exports.syncClasses = void 0;
4
+ exports.DataStore = exports.initSchema = exports.DataStoreClass = exports.AsyncCollection = exports.AsyncItem = exports.getAttachment = exports.syncClasses = void 0;
5
+ exports.attached = attached;
5
6
  /* eslint-disable no-console */
6
7
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
8
  // SPDX-License-Identifier: Apache-2.0
@@ -146,7 +147,6 @@ function attached(result, attachment) {
146
147
  }
147
148
  return result;
148
149
  }
149
- exports.attached = attached;
150
150
  /**
151
151
  * Determines what source a model instance should lazy load from.
152
152
  *