@osdk/foundry 2.0.0 → 3.0.0-beta.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 +9 -0
- package/build/browser/index.js +1 -1
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/cjs/index.cjs.map +1 -1
- package/build/esm/index.js +1 -1
- package/build/esm/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @osdk/foundry
|
|
2
2
|
|
|
3
|
+
## 3.0.0-beta.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @osdk/foundry.admin@3.0.0-beta.0
|
|
8
|
+
- @osdk/foundry.datasets@3.0.0-beta.0
|
|
9
|
+
- @osdk/foundry.core@3.0.0-beta.0
|
|
10
|
+
- @osdk/foundry.thirdpartyapplications@3.0.0-beta.0
|
|
11
|
+
|
|
3
12
|
## 2.0.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/build/browser/index.js
CHANGED
|
@@ -5,5 +5,5 @@ import * as foundry_datasets from '@osdk/foundry.datasets';
|
|
|
5
5
|
export { foundry_datasets as Datasets };
|
|
6
6
|
import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
|
|
7
7
|
export { foundry_thirdpartyapplications as ThirdPartyApplications };
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/build/cjs/index.cjs
CHANGED
package/build/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
|
package/build/esm/index.js
CHANGED
|
@@ -5,5 +5,5 @@ import * as foundry_datasets from '@osdk/foundry.datasets';
|
|
|
5
5
|
export { foundry_datasets as Datasets };
|
|
6
6
|
import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
|
|
7
7
|
export { foundry_thirdpartyapplications as ThirdPartyApplications };
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
package/build/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/foundry",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@osdk/foundry.admin": "
|
|
21
|
-
"@osdk/foundry.
|
|
22
|
-
"@osdk/foundry.
|
|
23
|
-
"@osdk/foundry.thirdpartyapplications": "
|
|
20
|
+
"@osdk/foundry.admin": "3.0.0-beta.0",
|
|
21
|
+
"@osdk/foundry.core": "3.0.0-beta.0",
|
|
22
|
+
"@osdk/foundry.datasets": "3.0.0-beta.0",
|
|
23
|
+
"@osdk/foundry.thirdpartyapplications": "3.0.0-beta.0",
|
|
24
24
|
"@osdk/shared.client": "~0.0.0",
|
|
25
25
|
"@osdk/shared.net.platformapi": "~0.2.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"typescript": "^5.5.
|
|
29
|
-
"@osdk/monorepo.api-extractor": "~0.0.0",
|
|
28
|
+
"typescript": "^5.5.4",
|
|
30
29
|
"@osdk/monorepo.tsconfig": "~0.0.0",
|
|
31
|
-
"@osdk/monorepo.tsup": "~0.0.0"
|
|
30
|
+
"@osdk/monorepo.tsup": "~0.0.0",
|
|
31
|
+
"@osdk/monorepo.api-extractor": "~0.0.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|