@onflow/fcl-bundle
Advanced tools
Comparing version 1.5.0 to 1.5.1-alpha.0
# @onflow/fcl-bundle | ||
## 1.5.1-alpha.0 | ||
### Patch Changes | ||
- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies | ||
## 1.5.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@onflow/fcl-bundle", | ||
"version": "1.5.0", | ||
"version": "1.5.1-alpha.0", | ||
"description": "FCL Bundler Tool", | ||
@@ -16,14 +16,13 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/plugin-transform-runtime": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"builtin-modules": "^3.3.0", | ||
"commander": "^9.3.0", | ||
"@babel/plugin-transform-runtime": "^7.25.7", | ||
"@babel/preset-env": "^7.25.8", | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^28.0.1", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-replace": "^6.0.1", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"commander": "^12.1.0", | ||
"lodash": "^4.17.21", | ||
"rollup": "^2.75.5", | ||
"rollup": "^4.24.0", | ||
"rollup-plugin-typescript2": "^0.36.0" | ||
@@ -30,0 +29,0 @@ }, |
@@ -11,3 +11,3 @@ const _ = require("lodash") | ||
const builtinModules = require("builtin-modules") | ||
const builtinModules = require("node:module").builtinModules | ||
@@ -42,12 +42,15 @@ const SUPPRESSED_WARNING_CODES = [ | ||
let testExternal = id => | ||
build.type !== "umd" && | ||
(/@babel\/runtime/g.test(id) || | ||
external.reduce((state, ext) => { | ||
return ( | ||
state || | ||
(ext instanceof RegExp && ext.test(id)) || | ||
(typeof ext === "string" && ext === id) | ||
) | ||
}, false)) | ||
let testExternal = id => { | ||
return ( | ||
build.type !== "umd" && | ||
(/@babel\/runtime/g.test(id) || | ||
external.reduce((state, ext) => { | ||
return ( | ||
state || | ||
(ext instanceof RegExp && ext.test(id)) || | ||
(typeof ext === "string" && ext === id) | ||
) | ||
}, false)) | ||
) | ||
} | ||
@@ -78,3 +81,4 @@ // exclude peer dependencies | ||
commonjs(), | ||
isTypeScript && | ||
build.type !== "umd" && | ||
isTypeScript && | ||
typescript({ | ||
@@ -92,9 +96,2 @@ clean: true, | ||
], | ||
tsconfigDefaults: { | ||
compilerOptions: { | ||
// patch for rollup-plugin-typescript2 because rootDirs | ||
// are used to resolve include/exclude filters | ||
rootDirs: [""], | ||
}, | ||
}, | ||
useTsconfigDeclarationDir: true, | ||
@@ -101,0 +98,0 @@ }), |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27717
12
473
1
+ Added@rollup/plugin-commonjs@28.0.2(transitive)
+ Added@rollup/plugin-replace@6.0.2(transitive)
+ Added@rollup/rollup-android-arm-eabi@4.34.8(transitive)
+ Added@rollup/rollup-android-arm64@4.34.8(transitive)
+ Added@rollup/rollup-darwin-arm64@4.34.8(transitive)
+ Added@rollup/rollup-darwin-x64@4.34.8(transitive)
+ Added@rollup/rollup-freebsd-arm64@4.34.8(transitive)
+ Added@rollup/rollup-freebsd-x64@4.34.8(transitive)
+ Added@rollup/rollup-linux-arm-gnueabihf@4.34.8(transitive)
+ Added@rollup/rollup-linux-arm-musleabihf@4.34.8(transitive)
+ Added@rollup/rollup-linux-arm64-gnu@4.34.8(transitive)
+ Added@rollup/rollup-linux-arm64-musl@4.34.8(transitive)
+ Added@rollup/rollup-linux-loongarch64-gnu@4.34.8(transitive)
+ Added@rollup/rollup-linux-powerpc64le-gnu@4.34.8(transitive)
+ Added@rollup/rollup-linux-riscv64-gnu@4.34.8(transitive)
+ Added@rollup/rollup-linux-s390x-gnu@4.34.8(transitive)
+ Added@rollup/rollup-linux-x64-gnu@4.34.8(transitive)
+ Added@rollup/rollup-linux-x64-musl@4.34.8(transitive)
+ Added@rollup/rollup-win32-arm64-msvc@4.34.8(transitive)
+ Added@rollup/rollup-win32-ia32-msvc@4.34.8(transitive)
+ Added@rollup/rollup-win32-x64-msvc@4.34.8(transitive)
+ Addedcommander@12.1.0(transitive)
+ Addedfdir@6.4.3(transitive)
+ Addedrollup@4.34.8(transitive)
- Removedbuiltin-modules@^3.3.0
- Removed@rollup/plugin-commonjs@25.0.8(transitive)
- Removed@rollup/plugin-replace@5.0.7(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedbuiltin-modules@3.3.0(transitive)
- Removedcommander@9.5.0(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@8.1.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@5.1.6(transitive)
- Removedonce@1.4.0(transitive)
- Removedrollup@2.79.2(transitive)
- Removedwrappy@1.0.2(transitive)
Updated@babel/preset-env@^7.25.8
Updated@rollup/plugin-babel@^6.0.4
Updated@rollup/plugin-terser@^0.4.4
Updatedcommander@^12.1.0
Updatedrollup@^4.24.0