@harmoniclabs/plu-ts
Advanced tools
Comparing version 0.8.0-dev1 to 0.8.0-dev10
@@ -8,4 +8,5 @@ export * from "@harmoniclabs/bytestring"; | ||
export * from "@harmoniclabs/plutus-machine"; | ||
export * from "@harmoniclabs/bip32_ed25519"; | ||
export * from "@harmoniclabs/cardano-ledger-ts"; | ||
export * from "@harmoniclabs/plu-ts-offchain"; | ||
export * from "@harmoniclabs/plu-ts-onchain"; |
@@ -24,4 +24,5 @@ "use strict"; | ||
__exportStar(require("@harmoniclabs/plutus-machine"), exports); | ||
__exportStar(require("@harmoniclabs/bip32_ed25519"), exports); | ||
__exportStar(require("@harmoniclabs/cardano-ledger-ts"), exports); | ||
__exportStar(require("@harmoniclabs/plu-ts-offchain"), exports); | ||
__exportStar(require("@harmoniclabs/plu-ts-onchain"), exports); |
{ | ||
"name": "@harmoniclabs/plu-ts", | ||
"version": "0.8.0-dev1", | ||
"version": "0.8.0-dev10", | ||
"description": "An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript", | ||
@@ -70,6 +70,7 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@harmoniclabs/obj-utils": "^1.0.0", | ||
"@harmoniclabs/uint8array-utils": "^1.0.0", | ||
"@harmoniclabs/bigint-utils": "^1.0.0", | ||
"@harmoniclabs/crypto": "^0.2.4", | ||
"@harmoniclabs/uint8array-utils": "^1.0.0", | ||
"@harmoniclabs/obj-utils": "^1.0.0", | ||
"@harmoniclabs/bip32_ed25519": "^0.1.2", | ||
"@harmoniclabs/pair": "^1.0.0", | ||
@@ -79,8 +80,8 @@ "@harmoniclabs/bytestring": "^1.0.0", | ||
"@harmoniclabs/plutus-data": "^1.2.4", | ||
"@harmoniclabs/cardano-costmodels-ts": "^1.1.0", | ||
"@harmoniclabs/plutus-machine": "^2.0.0-dev2", | ||
"@harmoniclabs/cardano-costmodels-ts": "^1.2.0-dev0", | ||
"@harmoniclabs/cardano-ledger-ts": "^0.2.3-dev0", | ||
"@harmoniclabs/uplc": "^1.2.3", | ||
"@harmoniclabs/cardano-ledger-ts": "^0.2.0-dev5", | ||
"@harmoniclabs/plu-ts-offchain": "0.1.13-dev3", | ||
"@harmoniclabs/plu-ts-onchain": "^0.3.0-dev2" | ||
"@harmoniclabs/plutus-machine": "^2.0.0-dev5", | ||
"@harmoniclabs/plu-ts-offchain": "0.1.13-dev11", | ||
"@harmoniclabs/plu-ts-onchain": "^0.3.0-dev9" | ||
}, | ||
@@ -87,0 +88,0 @@ "devDependencies": { |
@@ -39,3 +39,3 @@ <p align="center"> | ||
Have a look at the [`plu-ts` documentation](https://pluts.harmoniclabs.tech/docs/intro) where you can find some [example projects](https://pluts.harmoniclabs.tech/docs/examples/Hello%20World) to help you get started. | ||
Have a look at the [`plu-ts` documentation](https://pluts.harmoniclabs.tech) where you can find some [example projects](https://pluts.harmoniclabs.tech/docs/examples/Hello%20World) to help you get started. | ||
@@ -48,6 +48,2 @@ ## Sponsors ❤️ | ||
### Special thanks for their support goes to: | ||
[VledicFranco](https://github.com/VledicFranco) by [Drunken Dragon Entertainment](https://twitter.com/DrunkenDragnEnt) | ||
Consider having a look at the [documentation](https://www.harmoniclabs.tech/plu-ts-docs/index.html) even if it is currently being written; feel free to contribute to the [`plu-ts-docs` repository](https://github.com/HarmonicLabs/plu-ts-docs) | ||
@@ -54,0 +50,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38
18995
15
52
+ Added@harmoniclabs/plu-ts-offchain@0.1.13-dev11(transitive)
- Removed@harmoniclabs/plu-ts-offchain@0.1.13-dev3(transitive)