File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Node.js
2020 uses : actions/setup-node@v6
2121 with :
22- node-version : ' 22 '
22+ node-version : ' 24 '
2323 registry-url : ' https://registry.npmjs.org'
2424
2525 - name : Update npm (OIDC/provenance support)
Original file line number Diff line number Diff line change 11{
22 "name" : " basyx-typescript-sdk" ,
3- "version" : " 2.1.2 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " BaSyx TypeScript SDK for developing applications and components for the Asset Administration Shell (AAS)" ,
55 "main" : " bundle/index.cjs" ,
66 "module" : " bundle/index.mjs" ,
Original file line number Diff line number Diff line change @@ -39,3 +39,6 @@ export {
3939export { applyDefaults } from './apiConfig' ;
4040export { base64Decode , base64Encode } from './base64Url' ;
4141export { handleApiError } from './errorHandler' ;
42+
43+ // XML Data Format
44+ export { deserializeXml , serializeXml } from './aas-dataformat-xml' ;
Original file line number Diff line number Diff line change 11export * from './api' ;
22export * from './AssetId' ;
3+ export * from './BaSyxEnvironment' ;
34export * from './Descriptors' ;
Original file line number Diff line number Diff line change 33 "target" : " esnext" ,
44 "module" : " ESNext" ,
55 "moduleResolution" : " Bundler" ,
6+ "rewriteRelativeImportExtensions" : true ,
67 "useDefineForClassFields" : true ,
78 "allowSyntheticDefaultImports" : true ,
89 "composite" : true ,
You can’t perform that action at this time.
0 commit comments