chore: release master (#404)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot 2023-12-15 20:40:43 +02:00 committed by GitHub
parent 3610a6cca1
commit cea65efc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 92 additions and 54 deletions

View File

@ -1,8 +1,8 @@
{
"packages/core/js-client": "0.5.4",
"packages/core/marine-worker": "0.5.0",
"packages/core/aqua-to-js": "0.3.4",
"packages/core/js-client-isomorphic": "0.3.0",
"packages/core/js-client": "0.5.5",
"packages/core/marine-worker": "0.5.1",
"packages/core/aqua-to-js": "0.3.5",
"packages/core/js-client-isomorphic": "0.3.1",
"packages/core/interfaces": "0.9.0",
"packages/core/npm-aqua-compiler": "0.0.1"
"packages/core/npm-aqua-compiler": "0.0.2"
}

View File

@ -43,6 +43,20 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.5.4
## [0.3.5](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.3.4...aqua-to-js-v0.3.5) (2023-12-15)
### Features
* **npm-aqua-compiler:** create package ([#401](https://github.com/fluencelabs/js-client/issues/401)) ([d600811](https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @fluencelabs/js-client bumped to 0.5.5
## [0.3.0](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.2.0...aqua-to-js-v0.3.0) (2023-11-22)

View File

@ -1,7 +1,7 @@
{
"name": "@fluencelabs/aqua-to-js",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": [

View File

@ -1,5 +1,19 @@
# Changelog
## [0.3.1](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.3.0...js-client-isomorphic-v0.3.1) (2023-12-15)
### Features
* **npm-aqua-compiler:** create package ([#401](https://github.com/fluencelabs/js-client/issues/401)) ([d600811](https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/marine-worker bumped from 0.5.0 to 0.5.1
## [0.3.0](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.2...js-client-isomorphic-v0.3.0) (2023-11-22)

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/js-client-isomorphic",
"version": "0.3.0",
"version": "0.3.1",
"description": "Isomorphic entities for js-client",
"files": [
"dist"
@ -25,7 +25,7 @@
"dependencies": {
"@fluencelabs/avm": "0.54.0",
"@fluencelabs/marine-js": "0.8.0",
"@fluencelabs/marine-worker": "0.5.0",
"@fluencelabs/marine-worker": "0.5.1",
"@fluencelabs/threads": "^2.0.0"
},
"keywords": [],

View File

@ -12,6 +12,27 @@
* dependencies
* @fluencelabs/interfaces bumped to 0.9.0
## [0.5.5](https://github.com/fluencelabs/js-client/compare/js-client-v0.5.4...js-client-v0.5.5) (2023-12-15)
### Features
* **js-client:** Add fire-and-forget flag [DXJ-562] ([#400](https://github.com/fluencelabs/js-client/issues/400)) ([86a7302](https://github.com/fluencelabs/js-client/commit/86a73027e523cf3db4fc9cf58fc7625e44638d0a))
* **npm-aqua-compiler:** create package ([#401](https://github.com/fluencelabs/js-client/issues/401)) ([d600811](https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937))
### Bug Fixes
* **js-client:** Remove log truncation. ([#403](https://github.com/fluencelabs/js-client/issues/403)) ([9b629ee](https://github.com/fluencelabs/js-client/commit/9b629eef2e188331cfb338efe775f20dac9bc2fb))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.3.1
* @fluencelabs/marine-worker bumped from 0.5.0 to 0.5.1
## [0.5.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.5.3...js-client-v0.5.4) (2023-12-06)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.5.4",
"version": "0.5.5",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
@ -35,7 +35,7 @@
"@fluencelabs/avm": "0.54.0",
"@fluencelabs/interfaces": "workspace:*",
"@fluencelabs/js-client-isomorphic": "workspace:*",
"@fluencelabs/marine-worker": "0.5.0",
"@fluencelabs/marine-worker": "0.5.1",
"@fluencelabs/threads": "^2.0.0",
"@libp2p/crypto": "3.0.1",
"@libp2p/identify": "1.0.4",

View File

@ -1,5 +1,12 @@
# Changelog
## [0.5.1](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.5.0...marine-worker-v0.5.1) (2023-12-15)
### Features
* **npm-aqua-compiler:** create package ([#401](https://github.com/fluencelabs/js-client/issues/401)) ([d600811](https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937))
## [0.5.0](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.2...marine-worker-v0.5.0) (2023-11-22)

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/marine-worker",
"version": "0.5.0",
"version": "0.5.1",
"description": "Marine worker",
"files": [
"dist"

View File

@ -0,0 +1,8 @@
# Changelog
## [0.0.2](https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.1...npm-aqua-compiler-v0.0.2) (2023-12-15)
### Features
* **npm-aqua-compiler:** create package ([#401](https://github.com/fluencelabs/js-client/issues/401)) ([d600811](https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937))

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/npm-aqua-compiler",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tool for converting npm imports to aqua compiler input",
"types": "./dist/imports.d.ts",
"exports": {

58
pnpm-lock.yaml generated
View File

@ -224,7 +224,7 @@ importers:
specifier: workspace:*
version: link:../js-client-isomorphic
'@fluencelabs/marine-worker':
specifier: 0.5.0
specifier: 0.5.1
version: link:../marine-worker
'@fluencelabs/threads':
specifier: ^2.0.0
@ -319,7 +319,7 @@ importers:
version: 4.4.11(@types/node@20.7.0)
vite-tsconfig-paths:
specifier: 4.0.3
version: 4.0.3(vite@4.4.11)
version: 4.0.3(typescript@5.1.6)(vite@4.4.11)
vitest:
specifier: 0.34.6
version: 0.34.6
@ -333,7 +333,7 @@ importers:
specifier: 0.8.0
version: 0.8.0
'@fluencelabs/marine-worker':
specifier: 0.5.0
specifier: 0.5.1
version: link:../marine-worker
'@fluencelabs/threads':
specifier: ^2.0.0
@ -1182,16 +1182,6 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.10):
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.10
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
engines: {node: '>=6.9.0'}
@ -1278,16 +1268,6 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.10):
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.10
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
engines: {node: '>=6.9.0'}
@ -2411,20 +2391,6 @@ packages:
'@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5)
dev: false
/@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.10):
resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.10
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-module-imports': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10)
'@babel/types': 7.22.5
dev: false
/@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
engines: {node: '>=6.9.0'}
@ -3062,6 +3028,8 @@ packages:
uint8arraylist: 2.4.3
uint8arrays: 4.0.6
wherearewe: 2.0.1
transitivePeerDependencies:
- supports-color
dev: false
/@chainsafe/libp2p-yamux@6.0.1:
@ -4113,6 +4081,8 @@ packages:
protons-runtime: 5.0.2(uint8arraylist@2.4.3)
uint8arraylist: 2.4.3
uint8arrays: 4.0.6
transitivePeerDependencies:
- supports-color
dev: false
/@libp2p/identify@1.0.4:
@ -4226,6 +4196,8 @@ packages:
protons-runtime: 5.0.2(uint8arraylist@2.4.3)
uint8arraylist: 2.4.3
uint8arrays: 4.0.6
transitivePeerDependencies:
- supports-color
dev: false
/@libp2p/peer-id@4.0.1:
@ -8436,8 +8408,8 @@ packages:
'@babel/plugin-transform-react-jsx': ^7.14.9
eslint: ^8.1.0
dependencies:
'@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.10)
'@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.10)
'@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5)
'@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5)
eslint: 8.50.0
lodash: 4.17.21
string-natural-compare: 3.0.1
@ -14984,7 +14956,7 @@ packages:
resolution: {integrity: sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==}
dev: false
/tsconfck@2.1.1:
/tsconfck@2.1.1(typescript@5.1.6):
resolution: {integrity: sha512-ZPCkJBKASZBmBUNqGHmRhdhM8pJYDdOXp4nRgj/O0JwUwsMq50lCDRQP/M5GBNAA0elPrq4gAeu4dkaVCuKWww==}
engines: {node: ^14.13.1 || ^16 || >=18}
hasBin: true
@ -14993,6 +14965,8 @@ packages:
peerDependenciesMeta:
typescript:
optional: true
dependencies:
typescript: 5.1.6
dev: true
/tsconfig-paths@3.14.2:
@ -15386,14 +15360,14 @@ packages:
- terser
dev: true
/vite-tsconfig-paths@4.0.3(vite@4.4.11):
/vite-tsconfig-paths@4.0.3(typescript@5.1.6)(vite@4.4.11):
resolution: {integrity: sha512-gRO2Q/tOkV+9kMht5tz90+IaEKvW2zCnvwJV3tp2ruPNZOTM5rF+yXorJT4ggmAMYEaJ3nyXjx5P5jY5FwiZ+A==}
peerDependencies:
vite: '>2.0.0-0'
dependencies:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 2.1.1
tsconfck: 2.1.1(typescript@5.1.6)
vite: 4.4.11(@types/node@20.7.0)
transitivePeerDependencies:
- supports-color