@xylabs/sdk-js 7.0.3 → 7.0.5
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/neutral/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,iBAAiB,CAAA"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["/**\n * @deprecated Use `@ariestools/sdk` instead. `@xylabs/sdk-js` is a backward-compatibility\n * re-export shim and will not receive further updates.\n */\nexport * from '@
|
|
4
|
+
"sourcesContent": ["/**\n * @deprecated Use `@ariestools/sdk` instead. `@xylabs/sdk-js` is a backward-compatibility\n * re-export shim and will not receive further updates.\n */\nexport * from '@ariestools/sdk'\n"],
|
|
5
5
|
"mappings": ";AAIA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/neutral/model.d.ts
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* @deprecated Use `@ariestools/sdk/model` instead. `@xylabs/sdk-js/model` is a
|
|
3
3
|
* backward-compatibility re-export shim and will not receive further updates.
|
|
4
4
|
*/
|
|
5
|
-
export type * from '@
|
|
5
|
+
export type * from '@ariestools/sdk/model';
|
|
6
6
|
//# sourceMappingURL=model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,mBAAmB,
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,mBAAmB,uBAAuB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-js",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.5",
|
|
4
4
|
"description": "DEPRECATED — use @ariestools/sdk. Backward-compatibility re-export of @xylabs/sdk.",
|
|
5
5
|
"deprecated": "Use @ariestools/sdk instead. Replace @xylabs/sdk-js with @ariestools/sdk (or @xylabs/sdk), @xylabs/sdk-js/model with @ariestools/sdk/model, and @xylabs/<pkg> with @ariestools/sdk/<pkg>. This package is a compatibility shim only and will not receive further updates.",
|
|
6
6
|
"keywords": [
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"README.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@
|
|
48
|
+
"@ariestools/sdk": "~7.0.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@opentelemetry/api": "^1.9.1",
|
|
52
52
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
53
|
-
"@xylabs/toolchain": "^8.5.
|
|
54
|
-
"@xylabs/tsconfig": "^8.5.
|
|
53
|
+
"@xylabs/toolchain": "^8.5.15",
|
|
54
|
+
"@xylabs/tsconfig": "^8.5.15",
|
|
55
55
|
"async-mutex": "^0.5.0",
|
|
56
56
|
"browserslist": "4.28.4",
|
|
57
57
|
"eslint": "^10.6.0",
|