Skip to content

Commit

Permalink
chore: convert action to TypeScript (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored Apr 19, 2022
1 parent 2427dfa commit 675fdf1
Show file tree
Hide file tree
Showing 11 changed files with 951 additions and 620 deletions.
2 changes: 1 addition & 1 deletion sdk/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports.ValueEntity = require('./src/value-entity');
module.exports.replicatedentity = require('./src/replicated-entity');
module.exports.ReplicatedWriteConsistency =
require('./src/kalix').ReplicatedWriteConsistency;
module.exports.Action = require('./src/action');
module.exports.Action = require('./src/action').default;
module.exports.Metadata = require('./src/metadata').Metadata;
module.exports.IntegrationTestkit =
require('./src/integration-testkit').IntegrationTestkit;
Expand Down
34 changes: 34 additions & 0 deletions sdk/package-lock.json

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

3 changes: 3 additions & 0 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@
"devDependencies": {
"@lightbend/tsd-jsdoc": "^2.5.1",
"@types/chai": "^4.2.19",
"@types/chai-as-promised": "^7.1.5",
"@types/debug": "^4.1.5",
"@types/google-protobuf": "^3.15.2",
"@types/json-stable-stringify": "^1.0.34",
"@types/mocha": "^8.2.2",
"@types/node": "14.18.3",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"ink-docstrap": "^1.3.2",
Expand Down
Loading

0 comments on commit 675fdf1

Please sign in to comment.