@aws-amplify/api 4.0.48 → 4.0.49-clean-npm-artifacts.25
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/CHANGELOG.md +56 -0
- package/lib/.tsbuildinfo +3 -0
- package/lib/API.js +5 -54
- package/lib/API.js.map +1 -1
- package/lib-esm/.tsbuildinfo +3 -0
- package/lib-esm/API.js +1 -47
- package/lib-esm/API.js.map +1 -1
- package/package.json +10 -4
- package/build.js +0 -5
- package/dist/aws-amplify-api.js +0 -15918
- package/dist/aws-amplify-api.js.map +0 -1
- package/dist/aws-amplify-api.min.js +0 -11
- package/dist/aws-amplify-api.min.js.map +0 -1
- package/index.js +0 -7
- package/index.v37.d.ts +0 -12
- package/webpack.config.dev.js +0 -6
package/index.js
DELETED
package/index.v37.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// the original ts3.7 version declaration file, used by "typesVersions" field in package.json
|
|
2
|
-
// https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#file-redirects
|
|
3
|
-
// can consider using third-party tool like downlevel-dts in the build process to automate this.
|
|
4
|
-
import { API } from './lib-esm/API';
|
|
5
|
-
export { API, APIClass } from './lib-esm/API';
|
|
6
|
-
export {
|
|
7
|
-
graphqlOperation,
|
|
8
|
-
GraphQLAuthError,
|
|
9
|
-
GRAPHQL_AUTH_MODE,
|
|
10
|
-
GraphQLResult,
|
|
11
|
-
} from '@aws-amplify/api-graphql';
|
|
12
|
-
export default API;
|