formflux 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formflux",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A package to upload files to a server and parsing multipart-formData requests",
|
|
5
5
|
"main": "./dist/FormFlux.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:cjs": "NODE_ENV=production BABEL_ENV=cjs babel src --presets=./script/babel-preset.js --extensions .ts,.tsx --ignore src/**/*.specs.tsx --out-dir dist/cjs --source-maps",
|
|
9
9
|
"build:esm": "NODE_ENV=production BABEL_ENV=esm babel src --presets=./script/babel-preset.js --extensions .ts,.tsx --ignore src/**/*.specs.tsx --out-dir dist/esm --source-maps"
|
|
10
10
|
},
|
|
11
|
-
"types": "./dist/
|
|
11
|
+
"types": "./dist/declarations/FormFlux.d.ts",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"FormFlux",
|
|
14
14
|
"formflux",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formflux",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A package to upload files to a server and parsing multipart-formData requests",
|
|
5
5
|
"main": "./dist/FormFlux.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:cjs": "NODE_ENV=production BABEL_ENV=cjs babel src --presets=./script/babel-preset.js --extensions .ts,.tsx --ignore src/**/*.specs.tsx --out-dir dist/cjs --source-maps",
|
|
9
9
|
"build:esm": "NODE_ENV=production BABEL_ENV=esm babel src --presets=./script/babel-preset.js --extensions .ts,.tsx --ignore src/**/*.specs.tsx --out-dir dist/esm --source-maps"
|
|
10
10
|
},
|
|
11
|
-
"types": "./dist/
|
|
11
|
+
"types": "./dist/declarations/FormFlux.d.ts",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"FormFlux",
|
|
14
14
|
"formflux",
|