@esri/solution-deployer 1.3.16 → 1.5.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.
- package/dist/umd/{deploySolutionFromTemplate.d.ts → deployer/src/deploySolutionFromTemplate.d.ts} +0 -0
- package/dist/umd/{deploySolutionItems.d.ts → deployer/src/deploySolutionItems.d.ts} +0 -0
- package/dist/umd/{deployer.d.ts → deployer/src/deployer.d.ts} +0 -0
- package/dist/umd/{deployerUtils.d.ts → deployer/src/deployerUtils.d.ts} +0 -0
- package/dist/umd/{helpers → deployer/src/helpers}/post-process.d.ts +0 -0
- package/dist/umd/{helpers → deployer/src/helpers}/share-templates-to-groups.d.ts +0 -0
- package/dist/umd/{helpers → deployer/src/helpers}/sortTemplates.d.ts +0 -0
- package/dist/umd/{index.d.ts → deployer/src/index.d.ts} +0 -0
- package/dist/umd/{module-map.d.ts → deployer/src/module-map.d.ts} +0 -0
- package/dist/umd/deployer.umd.js +2 -2
- package/dist/umd/deployer.umd.js.map +1 -1
- package/dist/umd/deployer.umd.min.js +2 -2
- package/dist/umd/deployer.umd.min.js.map +1 -1
- package/package.json +104 -104
package/dist/umd/{deploySolutionFromTemplate.d.ts → deployer/src/deploySolutionFromTemplate.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/umd/deployer.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-deployer - v1.
|
|
2
|
+
* @esri/solution-deployer - v1.5.0 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Thu Sep 22 2022 11:07:12 GMT-0700 (Pacific Daylight Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|