Skip to content

Commit

Permalink
Updated codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 26, 2024
1 parent 9310550 commit a7502dd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0 (tbd)

- Use new codegen plugin

## 1.0.0 (December 9, 2024)

- Initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - 2024 smapiot
Copyright (c) 2019 - 2025 smapiot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ stages:
inputs:
Arguments: install
- task: Yarn@2
displayName: Test Code
displayName: Test Build
inputs:
Arguments: test
Arguments: build

- stage: CanaryRelease

Expand Down
19 changes: 0 additions & 19 deletions jest.config.js

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "lerna run build",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}' --project tsconfig.json",
"prettify": "prettier --config prettier.config.js --write \"src/**/*.{ts,tsx}\"",
"test": "jest --forceExit --passWithNoTests",
"prepublish": "yarn build",
"release": "lerna publish",
"ci:version": "node tools/changelog-version.js",
Expand All @@ -18,13 +17,10 @@
"ci:release": "lerna publish $(yarn --silent ci:version) --yes --force-publish --message '[skip ci] publish %s'"
},
"devDependencies": {
"@types/node": "^22",
"@types/node": "^16",
"@types/yargs": "^17",
"jest": "^29",
"jest-cli": "^29",
"lerna": "^8",
"prettier": "^3",
"ts-jest": "^29",
"tslint": "^6",
"tslint-config-prettier": "^1",
"tslint-plugin-prettier": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/piral-cli-vite5/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - 2024 smapiot
Copyright (c) 2019 - 2025 smapiot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 3 additions & 4 deletions packages/piral-cli-vite5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@
"url": "https://github.com/smapiot/piral-cli-vite6/issues"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
"build": "tsc"
},
"devDependencies": {
"piral-cli": "^1"
"piral-cli": "1.7.3"
},
"dependencies": {
"sass": "^1",
"vite": "^6",
"vite-plugin-codegen": "^1",
"vite-plugin-codegen": "^2",
"vite-plugin-environment": "^1",
"vite-plugin-pilet": "^1"
}
Expand Down

0 comments on commit a7502dd

Please sign in to comment.