@forge/cli-shared 0.0.0-experimental-416047f → 0.0.0-experimental-4d15129

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 CHANGED
@@ -1,6 +1,136 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 0.0.0-experimental-416047f
3
+ ## 0.0.0-experimental-4d15129
4
+
5
+ ### Minor Changes
6
+
7
+ - 69f42bd: Added a utility function to wrap potentially unknown errors in an error, or return the original error"
8
+ - 189ba71: Add keytar to shrinkwrap package list
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [b447be2]
13
+ - Updated dependencies [4285fc3]
14
+ - Updated dependencies [74e00c8]
15
+ - @forge/manifest@0.0.0-experimental-4d15129
16
+
17
+ ## 2.6.0-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [4285fc36]
22
+ - @forge/manifest@3.9.0-next.2
23
+
24
+ ## 2.6.0-next.2
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [b447be27]
29
+ - @forge/manifest@3.9.0-next.1
30
+
31
+ ## 2.6.0-next.1
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [74e00c86]
36
+ - @forge/manifest@3.8.2-next.0
37
+
38
+ ## 2.6.0-next.0
39
+
40
+ ### Minor Changes
41
+
42
+ - 69f42bdc: Added a utility function to wrap potentially unknown errors in an error, or return the original error"
43
+
44
+ ## 2.5.1
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [a85953d8]
49
+ - Updated dependencies [2c42df96]
50
+ - Updated dependencies [c52209fd]
51
+ - @forge/manifest@3.8.1
52
+
53
+ ## 2.5.1-next.1
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [a85953d8]
58
+ - @forge/manifest@3.8.1-next.1
59
+
60
+ ## 2.5.1-next.0
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [2c42df9]
65
+ - Updated dependencies [c52209f]
66
+ - @forge/manifest@3.8.1-next.0
67
+
68
+ ## 2.5.0
69
+
70
+ ### Minor Changes
71
+
72
+ - 6d7a574e: Add the ability to query feature flags in the CLI
73
+
74
+ ### Patch Changes
75
+
76
+ - 4f86661: Fix dependency
77
+ - Updated dependencies [74b6c3c]
78
+ - Updated dependencies [e892d27]
79
+ - @forge/manifest@3.8.0
80
+
81
+ ## 2.5.0-next.3
82
+
83
+ ### Patch Changes
84
+
85
+ - 4f86661c: Fix dependency
86
+
87
+ ## 2.5.0-next.2
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [e892d27d]
92
+ - @forge/manifest@3.8.0-next.1
93
+
94
+ ## 2.5.0-next.1
95
+
96
+ ### Patch Changes
97
+
98
+ - Updated dependencies [74b6c3c]
99
+ - @forge/manifest@3.8.0-next.0
100
+
101
+ ## 2.5.0-next.0
102
+
103
+ ### Minor Changes
104
+
105
+ - 6d7a574: Add the ability to query feature flags in the CLI
106
+
107
+ ## 2.4.2
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [34d085a]
112
+ - Updated dependencies [9e700ef]
113
+ - Updated dependencies [c87cdea]
114
+ - Updated dependencies [ce4a65f]
115
+ - @forge/manifest@3.7.0
116
+
117
+ ## 2.4.2-next.1
118
+
119
+ ### Patch Changes
120
+
121
+ - Updated dependencies [34d085a]
122
+ - Updated dependencies [c87cdea]
123
+ - Updated dependencies [ce4a65f]
124
+ - @forge/manifest@3.7.0-next.1
125
+
126
+ ## 2.4.2-next.0
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [9e700ef8]
131
+ - @forge/manifest@3.6.1-next.0
132
+
133
+ ## 2.4.1
4
134
 
5
135
  ### Patch Changes
6
136
 
@@ -13,7 +143,7 @@
13
143
  - Updated dependencies [e8a6926]
14
144
  - Updated dependencies [cb28bc0]
15
145
  - Updated dependencies [0920759]
16
- - @forge/manifest@0.0.0-experimental-416047f
146
+ - @forge/manifest@3.6.0
17
147
 
18
148
  ## 2.4.1-next.7
19
149
 
@@ -5,12 +5,12 @@ declare enum Environments {
5
5
  STG = "staging",
6
6
  PROD = "prod"
7
7
  }
8
+ declare type EnvironmentOptions = Record<keyof typeof Environments, string>;
8
9
  export declare enum CDNEnvironments {
9
10
  DEV = "dev",
10
11
  STG = "stg",
11
12
  PROD = "prod"
12
13
  }
13
- declare type EnvironmentOptions = typeof Environments | typeof CDNEnvironments;
14
14
  export declare const getEnvironment: (envOptions?: EnvironmentOptions) => string;
15
15
  export {};
16
16
  //# sourceMappingURL=gateway.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"gateway.d.ts","sourceRoot":"","sources":["../../src/graphql/gateway.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,uBAAuB,sCAAsC,CAAC;AAE3E,eAAO,MAAM,iBAAiB,QAAO,MAEpC,CAAC;AAEF,aAAK,YAAY;IACf,GAAG,QAAQ;IACX,GAAG,YAAY;IACf,IAAI,SAAS;CACd;AAED,oBAAY,eAAe;IACzB,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AACD,aAAK,kBAAkB,GAAG,OAAO,YAAY,GAAG,OAAO,eAAe,CAAC;AAEvE,eAAO,MAAM,cAAc,gBAAgB,kBAAkB,KAAkB,MAS9E,CAAC"}
1
+ {"version":3,"file":"gateway.d.ts","sourceRoot":"","sources":["../../src/graphql/gateway.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,uBAAuB,sCAAsC,CAAC;AAE3E,eAAO,MAAM,iBAAiB,QAAO,MAEpC,CAAC;AAEF,aAAK,YAAY;IACf,GAAG,QAAQ;IACX,GAAG,YAAY;IACf,IAAI,SAAS;CACd;AAED,aAAK,kBAAkB,GAAG,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAC;AAEpE,oBAAY,eAAe;IACzB,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAED,eAAO,MAAM,cAAc,gBAAgB,kBAAkB,KAAkB,MAS9E,CAAC"}