bimplus-websdk 1.0.47 → 1.0.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-websdk",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -47,7 +47,7 @@
47
47
  "clean-webpack-plugin": "^4.0.0",
48
48
  "coverage-istanbul-loader": "^3.0.5",
49
49
  "documentation": "^14.0.3",
50
- "eslint": "^9.24.0",
50
+ "eslint": "^9.25.1",
51
51
  "globals": "16.0.0",
52
52
  "host-environment": "^2.1.2",
53
53
  "karma": "^6.4.4",
@@ -60,7 +60,7 @@
60
60
  "karma-webpack": "^5.0.1",
61
61
  "qunit": "^2.24.1",
62
62
  "terser-webpack-plugin": "^5.3.14",
63
- "webpack": "^5.99.5",
63
+ "webpack": "^5.99.6",
64
64
  "webpack-cli": "^6.0.1",
65
65
  "webpack-merge": "^6.0.1"
66
66
  },
@@ -72,7 +72,7 @@ declare module 'bimplus-websdk' {
72
72
  // Define methods and properties of the Teams class here
73
73
 
74
74
  get(token: AccessToken | null): Promise<UserData>;
75
- put(userdata): Promise<UserData>;
75
+ put(userdata: string): Promise<UserData>;
76
76
  getSubscriptions(): Promise<Array<Subscription>>;
77
77
  }
78
78