@amalto/typings
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1,2 +0,9 @@ | ||
!function(E){function e(t){if(S[t])return S[t].exports;var A=S[t]={i:t,l:!1,exports:{}};return E[t].call(A.exports,A,A.exports,e),A.l=!0,A.exports}var S={};e.m=E,e.c=S,e.d=function(E,S,t){e.o(E,S)||Object.defineProperty(E,S,{configurable:!1,enumerable:!0,get:t})},e.n=function(E){var S=E&&E.__esModule?function(){return E.default}:function(){return E};return e.d(S,"a",S),S},e.o=function(E,e){return Object.prototype.hasOwnProperty.call(E,e)},e.p="/build/",e(e.s=0)}([function(E,e,S){E.exports=S(1)},function(E,e,S){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t=S(2);e.Errors=t;var A=S(3);e.NotificationModel=A.default;var _=S(4);e.getUserJson=_.getUserJson},function(E,e,S){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(E,e,S){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t;!function(E){!function(E){E[E.APP_LOADED=0]="APP_LOADED",E[E.SUCCESS_CREATE=1]="SUCCESS_CREATE",E[E.SUCCESS_UPDATE=2]="SUCCESS_UPDATE",E[E.SUCCESS_DELETE=3]="SUCCESS_DELETE",E[E.INVALID_PASSWORD=4]="INVALID_PASSWORD",E[E.INVALID_EMAIL=5]="INVALID_EMAIL",E[E.CARD_TEMPLATE_ITEM_FULL=6]="CARD_TEMPLATE_ITEM_FULL",E[E.INVALID_COLOR_CODE=7]="INVALID_COLOR_CODE",E[E.EMPTY_VALUE=8]="EMPTY_VALUE",E[E.XHR_ERROR=9]="XHR_ERROR",E[E.PASSWORD_UPDATED=10]="PASSWORD_UPDATED",E[E.DETAILS_UPDATED=11]="DETAILS_UPDATED",E[E.SETTINGS_UPDATED=12]="SETTINGS_UPDATED",E[E.AVATAR_UPDATED=13]="AVATAR_UPDATED",E[E.USER_ASSOCIATED=14]="USER_ASSOCIATED",E[E.USER_ASSOCIATE_RESEND=15]="USER_ASSOCIATE_RESEND",E[E.USER_DISASSOCIATED=16]="USER_DISASSOCIATED",E[E.MESSAGE_DELETED=17]="MESSAGE_DELETED",E[E.MESSAGE_REPROCESSED=18]="MESSAGE_REPROCESSED",E[E.USER_EXISTS=19]="USER_EXISTS",E[E.UNEXPECTED_ERROR=20]="UNEXPECTED_ERROR",E[E.REGISTRATION_UNAVAILABLE=21]="REGISTRATION_UNAVAILABLE"}(E.Type||(E.Type={}))}(t||(t={})),e.default=t},function(E,e,S){"use strict";function t(E){var e={};if(E&&E.jsonContent)try{e=JSON.parse(E.jsonContent)}catch(E){console.log("JSON content parsing error: ",E)}return e}Object.defineProperty(e,"__esModule",{value:!0}),e.getUserJson=t}]); | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Errors = require("./models/Errors"); | ||
exports.Errors = Errors; | ||
var NotificationModel_1 = require("./models/NotificationModel"); | ||
exports.NotificationModel = NotificationModel_1.default; | ||
var UserModel_1 = require("./models/UserModel"); | ||
exports.getUserJson = UserModel_1.getUserJson; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"setup": "npm install", | ||
"build": "rm -rf ./build/; NODE_ENV=production webpack -p --config webpack.config.js", | ||
"build": "rm -rf ./build/; tsc", | ||
"test": "ava ./test/test.js --verbose" | ||
@@ -36,3 +36,3 @@ }, | ||
"dependencies": { | ||
"@amalto/service-helpers": "1.0.36", | ||
"@amalto/service-helpers": "1.0.37", | ||
"react": "15.6.2", | ||
@@ -39,0 +39,0 @@ "redux": "3.7.2" |
@@ -7,3 +7,3 @@ { | ||
"removeComments": true, | ||
"outDir": "../build", | ||
"outDir": "./build", | ||
"jsx": "react", | ||
@@ -10,0 +10,0 @@ "sourceMap": true, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73
1414
55259
+ Added@amalto/action-button@1.4.25(transitive)
+ Added@amalto/data-line@1.4.21(transitive)
+ Added@amalto/helpers@1.4.56(transitive)
+ Added@amalto/service-helpers@1.0.37(transitive)
+ Added@amalto/wordings@1.4.39(transitive)
- Removed@amalto/action-button@1.4.24(transitive)
- Removed@amalto/data-line@1.4.20(transitive)
- Removed@amalto/helpers@1.4.55(transitive)
- Removed@amalto/service-helpers@1.0.36(transitive)
- Removed@amalto/wordings@1.4.38(transitive)