mirror of
https://github.com/sasjs/adapter.git
synced 2026-07-23 22:55:28 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f01c222c56 | |||
| a4273e5369 | |||
| 3d4fe304e9 |
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@sasjs/adapter",
|
||||
"version": "4.17.2",
|
||||
"version": "4.17.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@sasjs/adapter",
|
||||
"version": "4.17.2",
|
||||
"version": "4.17.3",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@sasjs/utils": "^3.5.6",
|
||||
|
||||
+1
-1
@@ -99,5 +99,5 @@
|
||||
"https": "1.0.0",
|
||||
"tough-cookie": "4.1.3"
|
||||
},
|
||||
"version": "4.17.2"
|
||||
"version": "4.17.3"
|
||||
}
|
||||
|
||||
@@ -27,15 +27,6 @@ const browserConfig = {
|
||||
index: './src/index.ts',
|
||||
minified_sas9: './src/minified/sas9/index.ts'
|
||||
},
|
||||
externals: {
|
||||
'node:fs': 'node:fs',
|
||||
'node:fs/promises': 'node:fs/promises',
|
||||
'node:path': 'node:path',
|
||||
'node:stream': 'node:stream',
|
||||
'node:url': 'node:url',
|
||||
'node:events': 'node:events',
|
||||
'node:string_decoder': 'node:string_decoder'
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: path.resolve(__dirname, 'build'),
|
||||
|
||||
Reference in New Issue
Block a user