@partium/ionic-sdk 14.15.1 → 14.16.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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2022-2025 Partium, Inc. DBA Partium
1
+ Copyright © 2022-2026 Partium, Inc. DBA Partium
2
2
 
3
3
  Partium Source Code License, by Partium, Inc. DBA Partium ("Licensor")
4
4
 
package/core/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- // Copyright © 2022-2025 Partium, Inc. DBA Partium
1
+ // Copyright © 2022-2026 Partium, Inc. DBA Partium
2
2
  export * from '@partium/js-sdk/core';
package/core/index.js CHANGED
@@ -1,2 +1,2 @@
1
- // Copyright © 2022-2025 Partium, Inc. DBA Partium
1
+ // Copyright © 2022-2026 Partium, Inc. DBA Partium
2
2
  "use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,i,r,t){void 0===t&&(t=r);var c=Object.getOwnPropertyDescriptor(i,r);c&&!("get"in c?!i.__esModule:c.writable||c.configurable)||(c={enumerable:!0,get:function(){return i[r]}}),Object.defineProperty(e,t,c)}:function(e,i,r,t){void 0===t&&(t=r),e[t]=i[r]}),__exportStar=this&&this.__exportStar||function(e,i){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(i,r)||__createBinding(i,e,r)};Object.defineProperty(exports,"__esModule",{value:!0}),__exportStar(require("@partium/js-sdk/core"),exports);const js_sdk_1=require("@partium/js-sdk"),core_1=require("@partium/js-sdk/core"),origInit=js_sdk_1.Partium.init;js_sdk_1.Partium.init=function(e){return console.log("Initializing Partium..."),origInit(Object.assign(e,{authenticationConfig:e.authenticationConfig,httpsClientService:e.httpsClientService||core_1.AxiosHttpsClientService,fileTransferService:e.fileTransferService||core_1.AxiosFileTransferService,localStorageService:e.localStorageService||core_1.WebLocalStorageService,deviceStatusService:e.deviceStatusService||core_1.WebDeviceStatusService,fileService:e.fileService||core_1.WebFileService}))};
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright © 2022-2025 Partium, Inc. DBA Partium
1
+ // Copyright © 2022-2026 Partium, Inc. DBA Partium
2
2
  export * from './core';
3
3
  export * from '@partium/js-sdk/core';
4
4
  export * from '@partium/js-sdk/find';
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
- // Copyright © 2022-2025 Partium, Inc. DBA Partium
1
+ // Copyright © 2022-2026 Partium, Inc. DBA Partium
2
2
  "use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(r,e,t,i){void 0===i&&(i=t);var o=Object.getOwnPropertyDescriptor(e,t);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,i,o)}:function(r,e,t,i){void 0===i&&(i=t),r[i]=e[t]}),__exportStar=this&&this.__exportStar||function(r,e){for(var t in r)"default"===t||Object.prototype.hasOwnProperty.call(e,t)||__createBinding(e,r,t)};Object.defineProperty(exports,"__esModule",{value:!0}),exports.INITIALIZATION_STATUS=exports.Partium=void 0,__exportStar(require("./core"),exports),__exportStar(require("@partium/js-sdk/core"),exports),__exportStar(require("@partium/js-sdk/find"),exports),__exportStar(require("@partium/js-sdk/data"),exports),__exportStar(require("@partium/js-sdk/user-data"),exports),__exportStar(require("@partium/js-sdk/ocr"),exports),__exportStar(require("@partium/js-sdk/management"),exports),__exportStar(require("@partium/js-sdk/catalog"),exports),__exportStar(require("@partium/js-sdk/datacuration"),exports),__exportStar(require("@partium/js-sdk/enrichment"),exports);var js_sdk_1=require("@partium/js-sdk");Object.defineProperty(exports,"Partium",{enumerable:!0,get:function(){return js_sdk_1.Partium}}),Object.defineProperty(exports,"INITIALIZATION_STATUS",{enumerable:!0,get:function(){return js_sdk_1.INITIALIZATION_STATUS}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@partium/ionic-sdk",
3
- "version": "14.15.1",
3
+ "version": "14.16.0",
4
4
  "description": "The Partium Find SDK enables integration of Partium’s parts and materials search capabilities into Ionic-based applications.",
5
5
  "author": "Partium Inc.",
6
6
  "license": "See LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "clean": "npx rimraf -- node_modules package-lock.json && npm i"
20
20
  },
21
21
  "dependencies": {
22
- "@partium/js-sdk": "14.15.1",
22
+ "@partium/js-sdk": "14.16.0",
23
23
  "rxjs": "~7.8.2"
24
24
  },
25
25
  "devDependencies": {