Skip to content

Commit

Permalink
Bump as-pect and assemblyscript versions (#376)
Browse files Browse the repository at this point in the history
* Bump as-pect and assemblyscript versions

* Remove proto-cli

* Remove test script from package.json

* Put back the matrix strategy for node versions

* Generate powered-by

* Generate powered-by

* Put back wait final for deployment

---------

Co-authored-by: massabot <[email protected]>
  • Loading branch information
Ben-Rey and massabot authored Nov 20, 2023
1 parent c066a56 commit 467390f
Show file tree
Hide file tree
Showing 28 changed files with 10,530 additions and 8,331 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/powered-by.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
run: |
cd packages/sc-project-initializer && npm i && ./../../generate_powered-by.sh && cd ../../
- name: Generate Powered-By for 'massa-proto-cli'
run: |
cd packages/massa-proto-cli && npm i && ./../../generate_powered-by.sh && cd ../../
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -29,7 +29,7 @@ jobs:
needs: build
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
6 changes: 5 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
module.exports = {
roots: ['<rootDir>/test/'],
testMatch: ['**/*.spec.ts'],
transform: {
'^.+.(ts|tsx)$': 'ts-jest',
},
testPathIgnorePatterns: [
'/node_modules/',
'/packages/.*/dist/',
'/assembly/',
],
};
1,937 changes: 899 additions & 1,038 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "npm run lint -- --fix",
"fmt:check": "npm run prettier && npm run lint",
"fmt": "npm run prettier:fix && npm run lint:fix",
"test": "jest"
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"packages/*"
],
"dependencies": {
"@massalabs/as-transformer": "^0.2.2-dev.20230810083358",
"@massalabs/as-transformer": "^0.3.1",
"@massalabs/massa-web3": "^2.1.0",
"@massalabs/wallet-provider": "^1.2.0",
"eslint": "^8.46.0",
Expand All @@ -40,7 +40,7 @@
},
"devDependencies": {
"@massalabs/eslint-config": "^0.0.10",
"@massalabs/massa-sc-compiler": "^0.0.4-dev",
"@massalabs/massa-sc-compiler": "^0.1.0",
"@massalabs/prettier-config-as": "^0.0.2",
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/massa-proto-cli/.node-version

This file was deleted.

61 changes: 0 additions & 61 deletions packages/massa-proto-cli/CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/massa-proto-cli/LICENSE.md

This file was deleted.

111 changes: 0 additions & 111 deletions packages/massa-proto-cli/README.md

This file was deleted.

Loading

0 comments on commit 467390f

Please sign in to comment.