@sassoftware/restaf 5.4.0 → 5.5.1-0
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/restaf.js +1014 -1827
- package/dist/restaf.min.js +2 -19
- package/dist/restaf.min.js.LICENSE.txt +10 -0
- package/lib/restaf.js +1194 -1608
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sassoftware/restaf",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.1-0",
|
|
4
4
|
"description": "Library for writing SAS Viya application using REST APIs",
|
|
5
5
|
"author": "Deva Kumaraswamy <deva.kumar@sas.com>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"scripts": {
|
|
39
39
|
"test": "node",
|
|
40
|
-
"build": "rimraf dist && rimraf lib && webpack --env target=node p=n --config webpack.config.js && webpack --env target=web p=n --config webpack.config.js && webpack --env target=web p=y --config webpack.config.js",
|
|
40
|
+
"build": " rimraf dist && rimraf lib && webpack --env target=node p=n --config webpack.config.js && webpack --env target=web p=n --config webpack.config.js && webpack --env target=web p=y --config webpack.config.js",
|
|
41
41
|
"build:es": "webpack --config webpack.config.es.js",
|
|
42
42
|
"babel": "babel src --out-dir jslib",
|
|
43
43
|
"pub": "npm publish --tag alpha --access public",
|