Skip to content

Commit

Permalink
Upgrading to new wollok-ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Sep 17, 2024
1 parent 32346b9 commit 5d4ae73
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 92 deletions.
2 changes: 1 addition & 1 deletion examples/init-examples/existing-folder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "existing-folder",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "ivanjawerbaum",
"author": "dodain",
"license": "ISC"
}
144 changes: 57 additions & 87 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wollok-ts-cli",
"version": "0.2.7",
"version": "0.2.8",
"description": "Wollok Command Line Interface",
"repository": "https://github.com/uqbar-project/wollok-ts-cli",
"license": "MIT",
Expand All @@ -22,11 +22,12 @@
"preinstall": "node ./scripts/download-libs.js",
"start": "node ./build/src/index.js",
"test": "npm run lint && npm run test:unit",
"test:diagram": "mocha -r ts-node/register/transpile-only test/**/diagram.test.ts --timeout 7000",
"test-with-coverage": "npm run lint && nyc --reporter=json --lines 70 npm run test:unit",
"lint": "eslint . ",
"lint:fix": "eslint . --fix",
"test:unit": "mocha --parallel -r ts-node/register/transpile-only test/**/*.test.ts --timeout 7000",
"build": "shx rm -rf build && shx mkdir ./build && shx cp -r ./public ./build/public && cp ./node_modules/wollok-web-tools/dist/web/index.js ./build/public/game/lib && tsc -p ./tsconfig.build.json",
"build": "shx rm -rf build && shx mkdir ./build && shx cp -r ./public ./build/public && cp ./node_modules/wollok-web-tools/dist/index.js ./build/public/game/lib && tsc -p ./tsconfig.build.json",
"watch": "npm run build -- -w",
"pack": "pkg .",
"prepublishOnly": "npm run build && npm run test"
Expand Down Expand Up @@ -59,8 +60,8 @@
"pkg": "^5.8.1",
"socket.io": "^4.5.1",
"winston": "^3.11.0",
"wollok-web-tools": "1.1.1",
"wollok-ts": "4.1.4"
"wollok-ts": "4.1.5",
"wollok-web-tools": "1.1.2"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down

0 comments on commit 5d4ae73

Please sign in to comment.