Skip to content

Commit

Permalink
Update version and dependencies for release
Browse files Browse the repository at this point in the history
Update package version from 0.1.0-alpha.12 to 0.1.0 in `package.json` and `package-lock.json`. Adjust `install_dulcificum` script to use `dulcificum/0.2.1` in `package.json`.

Contribute to NP-577
  • Loading branch information
jellespijker committed Nov 19, 2024
1 parent d369a4c commit 1c989ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DulcificumJS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions DulcificumJS/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ultimaker/dulcificumjs",
"version": "0.1.0-alpha.12",
"version": "0.1.0",
"description": "DulcificumJS is a TS component to run Dulcificum in a browser",
"main": "dist/index.js",
"scripts": {
"install_dulcificum": "conan install dulcificum/latest@ultimaker/np_349 -s build_type=Release --build=missing --update -c tools.build:skip_test=True -pr:h cura_wasm.jinja -if src/Dulcificum && rm -f src/Dulcificum/*conan*",
"install_dulcificum": "conan install dulcificum/0.2.1@_/_ -s build_type=Release --build=missing --update -c tools.build:skip_test=True -pr:h cura_wasm.jinja -if src/Dulcificum && rm -f src/Dulcificum/*conan*",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc",
Expand Down

0 comments on commit 1c989ce

Please sign in to comment.