mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 01:42:13 +00:00
chore: release master (#375)
* chore: release master * chore: Regenerate pnpm lock file
This commit is contained in:
parent
b460491fbd
commit
1803d83ce7
6
.github/release-please/manifest.json
vendored
6
.github/release-please/manifest.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"packages/core/js-client": "0.4.2",
|
"packages/core/js-client": "0.4.3",
|
||||||
"packages/core/marine-worker": "0.4.1",
|
"packages/core/marine-worker": "0.4.2",
|
||||||
"packages/core/aqua-to-js": "0.2.0",
|
"packages/core/aqua-to-js": "0.2.0",
|
||||||
"packages/core/js-client-isomorphic": "0.2.1"
|
"packages/core/js-client-isomorphic": "0.2.2"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.2](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.1...js-client-isomorphic-v0.2.2) (2023-11-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* JS-client bugs and tech debt [fixes DXJ-520] ([#374](https://github.com/fluencelabs/js-client/issues/374)) ([b460491](https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da))
|
||||||
|
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* @fluencelabs/marine-worker bumped from 0.4.1 to 0.4.2
|
||||||
|
|
||||||
## [0.2.1](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.0...js-client-isomorphic-v0.2.1) (2023-10-30)
|
## [0.2.1](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.0...js-client-isomorphic-v0.2.1) (2023-10-30)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "@fluencelabs/js-client-isomorphic",
|
"name": "@fluencelabs/js-client-isomorphic",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Isomorphic entities for js-client",
|
"description": "Isomorphic entities for js-client",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluencelabs/avm": "0.54.0",
|
"@fluencelabs/avm": "0.54.0",
|
||||||
"@fluencelabs/marine-js": "0.7.2",
|
"@fluencelabs/marine-js": "0.7.2",
|
||||||
"@fluencelabs/marine-worker": "0.4.1",
|
"@fluencelabs/marine-worker": "0.4.2",
|
||||||
"@fluencelabs/threads": "^2.0.0"
|
"@fluencelabs/threads": "^2.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -6,6 +6,21 @@
|
|||||||
* dependencies
|
* dependencies
|
||||||
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
|
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
|
||||||
|
|
||||||
|
## [0.4.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.2...js-client-v0.4.3) (2023-11-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* JS-client bugs and tech debt [fixes DXJ-520] ([#374](https://github.com/fluencelabs/js-client/issues/374)) ([b460491](https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da))
|
||||||
|
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* @fluencelabs/js-client-isomorphic bumped to 0.2.2
|
||||||
|
* @fluencelabs/marine-worker bumped from 0.4.1 to 0.4.2
|
||||||
|
|
||||||
## [0.4.2](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.1...js-client-v0.4.2) (2023-10-30)
|
## [0.4.2](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.1...js-client-v0.4.2) (2023-10-30)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/js-client",
|
"name": "@fluencelabs/js-client",
|
||||||
"version": "0.4.2",
|
"version": "0.4.3",
|
||||||
"description": "Client for interacting with Fluence network",
|
"description": "Client for interacting with Fluence network",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10",
|
"node": ">=10",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"@fluencelabs/avm": "0.54.0",
|
"@fluencelabs/avm": "0.54.0",
|
||||||
"@fluencelabs/interfaces": "workspace:*",
|
"@fluencelabs/interfaces": "workspace:*",
|
||||||
"@fluencelabs/js-client-isomorphic": "workspace:*",
|
"@fluencelabs/js-client-isomorphic": "workspace:*",
|
||||||
"@fluencelabs/marine-worker": "0.4.1",
|
"@fluencelabs/marine-worker": "0.4.2",
|
||||||
"@fluencelabs/threads": "^2.0.0",
|
"@fluencelabs/threads": "^2.0.0",
|
||||||
"@libp2p/crypto": "2.0.3",
|
"@libp2p/crypto": "2.0.3",
|
||||||
"@libp2p/interface": "0.1.2",
|
"@libp2p/interface": "0.1.2",
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.4.2](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.1...marine-worker-v0.4.2) (2023-11-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* JS-client bugs and tech debt [fixes DXJ-520] ([#374](https://github.com/fluencelabs/js-client/issues/374)) ([b460491](https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da))
|
||||||
|
|
||||||
## [0.4.1](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.0...marine-worker-v0.4.1) (2023-10-25)
|
## [0.4.1](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.0...marine-worker-v0.4.1) (2023-10-25)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "@fluencelabs/marine-worker",
|
"name": "@fluencelabs/marine-worker",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Marine worker",
|
"description": "Marine worker",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
79
pnpm-lock.yaml
generated
79
pnpm-lock.yaml
generated
@ -212,7 +212,7 @@ importers:
|
|||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../js-client-isomorphic
|
version: link:../js-client-isomorphic
|
||||||
'@fluencelabs/marine-worker':
|
'@fluencelabs/marine-worker':
|
||||||
specifier: 0.4.1
|
specifier: 0.4.2
|
||||||
version: link:../marine-worker
|
version: link:../marine-worker
|
||||||
'@fluencelabs/threads':
|
'@fluencelabs/threads':
|
||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
@ -249,7 +249,7 @@ importers:
|
|||||||
version: 6.0.3
|
version: 6.0.3
|
||||||
debug:
|
debug:
|
||||||
specifier: 4.3.4
|
specifier: 4.3.4
|
||||||
version: 4.3.4
|
version: 4.3.4(supports-color@8.1.1)
|
||||||
it-length-prefixed:
|
it-length-prefixed:
|
||||||
specifier: 8.0.4
|
specifier: 8.0.4
|
||||||
version: 8.0.4
|
version: 8.0.4
|
||||||
@ -313,7 +313,7 @@ importers:
|
|||||||
version: 4.4.11(@types/node@20.7.0)
|
version: 4.4.11(@types/node@20.7.0)
|
||||||
vite-tsconfig-paths:
|
vite-tsconfig-paths:
|
||||||
specifier: 4.0.3
|
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:
|
vitest:
|
||||||
specifier: 0.34.6
|
specifier: 0.34.6
|
||||||
version: 0.34.6
|
version: 0.34.6
|
||||||
@ -327,7 +327,7 @@ importers:
|
|||||||
specifier: 0.7.2
|
specifier: 0.7.2
|
||||||
version: 0.7.2
|
version: 0.7.2
|
||||||
'@fluencelabs/marine-worker':
|
'@fluencelabs/marine-worker':
|
||||||
specifier: 0.4.1
|
specifier: 0.4.2
|
||||||
version: link:../marine-worker
|
version: link:../marine-worker
|
||||||
'@fluencelabs/threads':
|
'@fluencelabs/threads':
|
||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
@ -1181,16 +1181,6 @@ packages:
|
|||||||
'@babel/helper-plugin-utils': 7.22.5
|
'@babel/helper-plugin-utils': 7.22.5
|
||||||
dev: false
|
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):
|
/@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5):
|
||||||
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
|
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@ -1277,16 +1267,6 @@ packages:
|
|||||||
'@babel/helper-plugin-utils': 7.22.5
|
'@babel/helper-plugin-utils': 7.22.5
|
||||||
dev: false
|
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):
|
/@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5):
|
||||||
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
|
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@ -2410,20 +2390,6 @@ packages:
|
|||||||
'@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5)
|
'@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5)
|
||||||
dev: false
|
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):
|
/@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5):
|
||||||
resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
|
resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@ -4047,7 +4013,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-dgYpZg55OcEmop1U3G2bFKEJXg2avjXWYfWsdPlkSbHOHguaRifvr5bgwIYTg1wxoPGcn0jegcjKKwrY0qrV+g==}
|
resolution: {integrity: sha512-dgYpZg55OcEmop1U3G2bFKEJXg2avjXWYfWsdPlkSbHOHguaRifvr5bgwIYTg1wxoPGcn0jegcjKKwrY0qrV+g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
callsites: 3.1.0
|
callsites: 3.1.0
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
is-observable: 2.1.0
|
is-observable: 2.1.0
|
||||||
observable-fns: 0.6.1
|
observable-fns: 0.6.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -4581,7 +4547,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@libp2p/interface-peer-id': 2.0.2
|
'@libp2p/interface-peer-id': 2.0.2
|
||||||
'@multiformats/multiaddr': 12.1.7
|
'@multiformats/multiaddr': 12.1.7
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
interface-datastore: 8.2.3
|
interface-datastore: 8.2.3
|
||||||
multiformats: 11.0.2
|
multiformats: 11.0.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -4592,7 +4558,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@libp2p/interface': 0.1.2
|
'@libp2p/interface': 0.1.2
|
||||||
'@multiformats/multiaddr': 12.1.7
|
'@multiformats/multiaddr': 12.1.7
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
interface-datastore: 8.2.3
|
interface-datastore: 8.2.3
|
||||||
multiformats: 12.0.1
|
multiformats: 12.0.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -9492,17 +9458,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
|
|
||||||
/debug@4.3.4:
|
|
||||||
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
|
|
||||||
engines: {node: '>=6.0'}
|
|
||||||
peerDependencies:
|
|
||||||
supports-color: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
supports-color:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
ms: 2.1.2
|
|
||||||
|
|
||||||
/debug@4.3.4(supports-color@8.1.1):
|
/debug@4.3.4(supports-color@8.1.1):
|
||||||
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
|
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
|
||||||
engines: {node: '>=6.0'}
|
engines: {node: '>=6.0'}
|
||||||
@ -9819,7 +9774,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-Lm/eXB7yAQLJ5WxlBGwYfBY7utduXPZykcSmcG6K7ozM0wrZFvxZavhT6PqI0kd/5CUTfev/RrEFQqyU4CGPew==}
|
resolution: {integrity: sha512-Lm/eXB7yAQLJ5WxlBGwYfBY7utduXPZykcSmcG6K7ozM0wrZFvxZavhT6PqI0kd/5CUTfev/RrEFQqyU4CGPew==}
|
||||||
engines: {node: '>=16.0.0', npm: '>=7.0.0'}
|
engines: {node: '>=16.0.0', npm: '>=7.0.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
native-fetch: 4.0.2(undici@5.22.1)
|
native-fetch: 4.0.2(undici@5.22.1)
|
||||||
receptacle: 1.3.2
|
receptacle: 1.3.2
|
||||||
undici: 5.22.1
|
undici: 5.22.1
|
||||||
@ -10446,8 +10401,8 @@ packages:
|
|||||||
'@babel/plugin-transform-react-jsx': ^7.14.9
|
'@babel/plugin-transform-react-jsx': ^7.14.9
|
||||||
eslint: ^8.1.0
|
eslint: ^8.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/plugin-syntax-flow': 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.10)
|
'@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5)
|
||||||
eslint: 8.50.0
|
eslint: 8.50.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
string-natural-compare: 3.0.1
|
string-natural-compare: 3.0.1
|
||||||
@ -19014,7 +18969,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==}
|
resolution: {integrity: sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/tsconfck@2.1.1:
|
/tsconfck@2.1.1(typescript@5.1.6):
|
||||||
resolution: {integrity: sha512-ZPCkJBKASZBmBUNqGHmRhdhM8pJYDdOXp4nRgj/O0JwUwsMq50lCDRQP/M5GBNAA0elPrq4gAeu4dkaVCuKWww==}
|
resolution: {integrity: sha512-ZPCkJBKASZBmBUNqGHmRhdhM8pJYDdOXp4nRgj/O0JwUwsMq50lCDRQP/M5GBNAA0elPrq4gAeu4dkaVCuKWww==}
|
||||||
engines: {node: ^14.13.1 || ^16 || >=18}
|
engines: {node: ^14.13.1 || ^16 || >=18}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -19023,6 +18978,8 @@ packages:
|
|||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
typescript: 5.1.6
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/tsconfig-paths@3.14.2:
|
/tsconfig-paths@3.14.2:
|
||||||
@ -19510,7 +19467,7 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
mlly: 1.4.2
|
mlly: 1.4.2
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
@ -19526,14 +19483,14 @@ packages:
|
|||||||
- terser
|
- terser
|
||||||
dev: true
|
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==}
|
resolution: {integrity: sha512-gRO2Q/tOkV+9kMht5tz90+IaEKvW2zCnvwJV3tp2ruPNZOTM5rF+yXorJT4ggmAMYEaJ3nyXjx5P5jY5FwiZ+A==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>2.0.0-0'
|
vite: '>2.0.0-0'
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
globrex: 0.1.2
|
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)
|
vite: 4.4.11(@types/node@20.7.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -19655,7 +19612,7 @@ packages:
|
|||||||
acorn-walk: 8.2.0
|
acorn-walk: 8.2.0
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
chai: 4.3.10
|
chai: 4.3.10
|
||||||
debug: 4.3.4
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
magic-string: 0.30.5
|
magic-string: 0.30.5
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user