Skip to content

Commit

Permalink
ci: Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Feb 27, 2024
1 parent a7dc041 commit 34dd41f
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 33 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
docs
.idea
.husky
.github
coverage
*.tgz
*.log
typedoc.json
build.sh
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Look at [API Documentation](https://ohager.github.io/signum-smartc-testbed/index
## ROADMAP

- [x] Github Starter Template
- [ ] Unit Tests
- [x] Unit Tests
- [x] Externalize Utility Functions, e.g. method args conversion
- [ ] Stable MultiSlot Support
- [x] Stable MultiSlot Support
- [ ] Adding Testbed for real Blockchain Node
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

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

2 changes: 1 addition & 1 deletion docs/assets/search.js

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

30 changes: 15 additions & 15 deletions docs/classes/SimulatorTestbed.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/asHexMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/toSimulatorTransactions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

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
@@ -1,6 +1,6 @@
{
"name": "signum-smartc-testbed",
"version": "0.1.0",
"version": "1.0.1",
"description": "A testbed for faster smart contract development with SmartC for Signum blockchain platform",
"main": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/ohager/signum-smartc-testbed#readme",
"dependencies": {
"smartc-signum-compiler": "^2.2.1",
"smartc-signum-simulator": "^3.0.2"
"smartc-signum-compiler": "2.2.1",
"smartc-signum-simulator": "^3.0.3"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.3.1",
Expand Down
Binary file added signum-smartc-testbed-v1.0.1.tgz
Binary file not shown.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */
"declaration": true /* Generates corresponding '.d.ts' file. */,
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
//"sourceMap": true, /* Generates corresponding '.map' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
//"outFile": "", /* Concatenate and emit output to single file. */
"outDir": "./dist" /* Redirect output structure to the directory. */,
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
Expand Down Expand Up @@ -61,7 +61,6 @@
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
// "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
"sourceMap": false,
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1202,15 +1202,15 @@ slice-ansi@^5.0.0:
ansi-styles "^6.0.0"
is-fullwidth-code-point "^4.0.0"

smartc-signum-compiler@^2.2.1:
[email protected]:
version "2.2.1"
resolved "https://registry.yarnpkg.com/smartc-signum-compiler/-/smartc-signum-compiler-2.2.1.tgz#3ba41a86286c74867e02ee9cd93305659fe41823"
integrity sha512-W98XPx42DIyB9yMzGjPIitN/yCs4XVOYEPSg9MAqWyqi8U0za6Qag3qvp2fp6thhNgEbZ8NCfCBQLS7XVjWQlA==

smartc-signum-simulator@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/smartc-signum-simulator/-/smartc-signum-simulator-3.0.2.tgz#d6872d83fd17eb935d518409f4bd5b469c01acd9"
integrity sha512-1rx9wcDYt5/A+ZrRlr8YCAV1cP+McNR4M+LlCDmF1kAEyLGfqwSGK+fNAzPEXTILrrAriP4IUsuBsZaoI57uYg==
smartc-signum-simulator@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/smartc-signum-simulator/-/smartc-signum-simulator-3.0.3.tgz#b9af9dff3c6c9cad79e72cc7c5b9e93282271f68"
integrity sha512-H398MW0URz2BjOK1FpqdIN6bN4k46STj7P+JPKW6FRLFOex/wqrVSJ4Mnp++8pMNoTkPbyG1QVUbcORPIcU/8g==

source-map-js@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 34dd41f

Please sign in to comment.