Skip to content

Commit 8c2c744

Browse files
migration to v0.13.2 bitbybit
1 parent bcd5c8f commit 8c2c744

File tree

16 files changed

+262
-262
lines changed

16 files changed

+262
-262
lines changed

angular/laptop-holder/package-lock.json

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/laptop-holder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@bitbybit-dev/core": "0.12.7",
13+
"@bitbybit-dev/core": "0.13.2",
1414
"@angular/animations": "13.3.0",
1515
"@angular/common": "13.3.0",
1616
"@angular/compiler": "13.3.0",

angular/laptop-holder/src/app/laptop.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ export class LaptopLogic {
125125
}
126126

127127
downloadStep() {
128-
this.occt.io.saveShapeSTEP({ shape: this.laptopStand, filename: 'laptop-stand.step', adjustYtoZ: false });
128+
this.occt.io.saveShapeSTEP({ shape: this.laptopStand, fileName: 'laptop-stand.step', adjustYtoZ: false });
129129
}
130130

131131
downloadStl() {
132-
this.occt.io.saveShapeStl({ shape: this.laptopStand, filename: 'laptop-stand', precision: 0.001, adjustYtoZ: false });
132+
this.occt.io.saveShapeStl({ shape: this.laptopStand, fileName: 'laptop-stand', precision: 0.001, adjustYtoZ: false });
133133
}
134134

135135
async render(laptops: Laptop[]) {

node/basic/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"type": "module",
1414
"dependencies": {
15-
"@bitbybit-dev/occt": "0.12.7"
15+
"@bitbybit-dev/occt": "0.13.2"
1616
},
1717
"devDependencies": {
1818
"concurrently": "^7.6.0",

node/express-app/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/express-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"dotenv": "^16.0.3",
1515
"express": "^4.18.2",
16-
"@bitbybit-dev/occt": "0.12.7"
16+
"@bitbybit-dev/occt": "0.13.2"
1717
},
1818
"type":"module",
1919
"devDependencies": {

0 commit comments

Comments
 (0)