@esri/solution-deployer 1.3.9 → 1.3.10

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,7 @@
1
1
  /* @preserve
2
- * @esri/solution-deployer - v1.3.9 - Apache-2.0
2
+ * @esri/solution-deployer - v1.3.10 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Fri Mar 25 2022 15:25:05 GMT-0700 (Pacific Daylight Time)
4
+ * Tue Mar 29 2022 11:39:49 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.
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/solution-deployer - v1.3.9 - Apache-2.0
2
+ * @esri/solution-deployer - v1.3.10 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Fri Mar 25 2022 15:25:08 GMT-0700 (Pacific Daylight Time)
4
+ * Tue Mar 29 2022 11:39:53 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-deployer",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Manages the deployment of a Solution for @esri/solution.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "unpkg": "dist/umd/deployer.umd.min.js",
@@ -36,16 +36,16 @@
36
36
  "@esri/hub-teams": "9.15.0"
37
37
  },
38
38
  "dependencies": {
39
- "@esri/solution-common": "^1.3.9",
40
- "@esri/solution-feature-layer": "^1.3.9",
41
- "@esri/solution-file": "^1.3.9",
42
- "@esri/solution-form": "^1.3.9",
43
- "@esri/solution-group": "^1.3.9",
44
- "@esri/solution-hub-types": "^1.3.9",
45
- "@esri/solution-simple-types": "^1.3.9",
46
- "@esri/solution-storymap": "^1.3.9",
47
- "@esri/solution-velocity": "^1.3.9",
48
- "@esri/solution-web-experience": "^1.3.9",
39
+ "@esri/solution-common": "^1.3.10",
40
+ "@esri/solution-feature-layer": "^1.3.10",
41
+ "@esri/solution-file": "^1.3.10",
42
+ "@esri/solution-form": "^1.3.10",
43
+ "@esri/solution-group": "^1.3.10",
44
+ "@esri/solution-hub-types": "^1.3.10",
45
+ "@esri/solution-simple-types": "^1.3.10",
46
+ "@esri/solution-storymap": "^1.3.10",
47
+ "@esri/solution-velocity": "^1.3.10",
48
+ "@esri/solution-web-experience": "^1.3.10",
49
49
  "tslib": "1.13.0"
50
50
  },
51
51
  "scripts": {
@@ -99,5 +99,5 @@
99
99
  "esri",
100
100
  "ES6"
101
101
  ],
102
- "gitHead": "b6373fcbf48472b35e833564440ecec8665cd734"
102
+ "gitHead": "6a645fa3e0674a4425223f57856c002a5ad887fd"
103
103
  }