@osdk/foundry.geo 0.0.0 → 2.4.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/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @osdk/foundry.geo
|
|
2
|
+
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4720b1d: Update platform APIs with new APIs, including Runtime Derived Property API's
|
|
8
|
+
|
|
9
|
+
## 2.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- c53ab4b: Updates platform APIs with newly introduced APIs, for example, interface loading APIs.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/foundry.geo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"sls": {
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"com.palantir.foundry.api:api-gateway": {
|
|
45
|
-
"minVersion": "1.
|
|
45
|
+
"minVersion": "1.986.0",
|
|
46
46
|
"maxVersion": "1.x.x",
|
|
47
47
|
"optional": true
|
|
48
48
|
}
|