@shapediver/api.platform-api-dto-v1 2.28.9 → 2.29.1

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.
Files changed (2) hide show
  1. package/README.md +14 -14
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- <p style="text-align: center">
2
- <a href="https://www.shapediver.com/">
3
- <img
4
- alt="ShapeDiver"
5
- src="https://sduse1-assets.shapediver.com/production/assets/img/apple-icon.png"
6
- />
7
- </a>
8
- </p>
9
-
10
- # `@shapediver/api.platform-api-dto-v1`
11
- This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Platform API v1.
12
-
13
- ## Usage
14
- While you could use this package standalone, typically it's used under the hood as a dependency of the [ShapeDiver Platform SDK](https://help.shapediver.com/doc/Platform-Backend.1863876635.html).
1
+ <p style="text-align: center">
2
+ <a href="https://www.shapediver.com/">
3
+ <img
4
+ alt="ShapeDiver"
5
+ src="https://sduse1-assets.shapediver.com/production/assets/img/apple-icon.png"
6
+ />
7
+ </a>
8
+ </p>
9
+
10
+ # `@shapediver/api.platform-api-dto-v1`
11
+ This library contains all *Data Transfer Object* (DTO) definitions used to communicate with the ShapeDiver Platform API v1.
12
+
13
+ ## Usage
14
+ While you could use this package standalone, typically it's used under the hood as a dependency of the [ShapeDiver Platform SDK](https://help.shapediver.com/doc/Platform-Backend.1863876635.html).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/api.platform-api-dto-v1",
3
- "version": "2.28.9",
3
+ "version": "2.29.1",
4
4
  "description": "Data Transfer Object Definitions of the Platform API v1",
5
5
  "keywords": [
6
6
  "shapediver",
@@ -31,14 +31,14 @@
31
31
  "homepage": "https://github.com/shapediver/PlatformSDKTypeScript#readme",
32
32
  "typings": "dist/index.d.ts",
33
33
  "dependencies": {
34
- "@types/q": "~1.5.5",
35
- "chargebee-typescript": "~2.16.0"
34
+ "@types/q": "1.5.8",
35
+ "chargebee-typescript": "2.53.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/node": "^18.16.19",
39
- "axios": "~1.13.2",
40
- "lerna": "^6.6.2",
41
- "typescript": "~4.9.5"
38
+ "@types/node": "18.16.19",
39
+ "axios": "1.13.2",
40
+ "lerna": "6.6.2",
41
+ "typescript": "4.9.5"
42
42
  },
43
43
  "gitHead": "bbc446830cacb0aae7847fcc4438e0fbcc04865e"
44
44
  }