@accordproject/concerto-cto
Advanced tools
Comparing version 3.20.1 to 3.20.2-20241212133710
/*! | ||
* Concerto CTO v3.20.1 | ||
* Concerto CTO v3.20.2-20241212133710 | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License. |
{ | ||
"name": "@accordproject/concerto-cto", | ||
"version": "3.20.1", | ||
"version": "3.20.2-20241212133710", | ||
"description": "Parser for Concerto CTO files", | ||
@@ -48,2 +48,3 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"mocha": "10.8.2", | ||
"node-polyfill-webpack-plugin": "4.0.0", | ||
"nyc": "17.1.0", | ||
@@ -56,3 +57,3 @@ "peggy": "4.2.0", | ||
"@accordproject/concerto-metamodel": "3.10.4", | ||
"@accordproject/concerto-util": "3.20.1" | ||
"@accordproject/concerto-util": "3.20.2-20241212133710" | ||
}, | ||
@@ -59,0 +60,0 @@ "browserslist": "> 0.25%, not dead", |
@@ -19,2 +19,3 @@ /* | ||
const webpack = require('webpack'); | ||
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin'); | ||
@@ -49,2 +50,3 @@ const packageJson = require('./package.json'); | ||
}), | ||
new NodePolyfillPlugin(), | ||
], | ||
@@ -69,5 +71,16 @@ module: { | ||
// for the list of Node.js core module polyfills. | ||
'path': 'path-browserify' | ||
'fs': false, | ||
'tls': false, | ||
'net': false, | ||
'child_process': false, | ||
'os': false, | ||
'path': false, | ||
// 'crypto': require.resolve('crypto-browserify'), | ||
// 'stream': require.resolve('stream-browserify'), | ||
// 'http': require.resolve('stream-http'), | ||
// 'https': require.resolve('https-browserify'), | ||
// 'zlib': require.resolve('browserify-zlib'), | ||
// 'vm2': require.resolve('vm-browserify'), | ||
} | ||
} | ||
}; | ||
}; |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
680190
11155
12
1
+ Added@accordproject/concerto-util@3.20.2-20241212133710(transitive)
- Removed@accordproject/concerto-util@3.20.1(transitive)