@elliemae/pui-scripting-object 1.32.0 → 1.32.2

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.
Files changed (27) hide show
  1. package/dist/types/docusaurus.config.d.ts +2 -0
  2. package/dist/types/{index.d.ts → lib/index.d.ts} +1 -0
  3. package/package.json +7 -7
  4. /package/dist/types/{event.d.ts → lib/event.d.ts} +0 -0
  5. /package/dist/types/{objects → lib/objects}/analytics.d.ts +0 -0
  6. /package/dist/types/{objects → lib/objects}/application.d.ts +0 -0
  7. /package/dist/types/{objects → lib/objects}/auth.d.ts +0 -0
  8. /package/dist/types/{objects → lib/objects}/form.d.ts +0 -0
  9. /package/dist/types/{objects → lib/objects}/global.d.ts +0 -0
  10. /package/dist/types/{objects → lib/objects}/http.d.ts +0 -0
  11. /package/dist/types/{objects → lib/objects}/loan.d.ts +0 -0
  12. /package/dist/types/{objects → lib/objects}/loanv2.d.ts +0 -0
  13. /package/dist/types/{objects → lib/objects}/memStorage.d.ts +0 -0
  14. /package/dist/types/{objects → lib/objects}/module.d.ts +0 -0
  15. /package/dist/types/{objects → lib/objects}/route.d.ts +0 -0
  16. /package/dist/types/{objects → lib/objects}/service.d.ts +0 -0
  17. /package/dist/types/{objects → lib/objects}/session.d.ts +0 -0
  18. /package/dist/types/{objects → lib/objects}/shared.d.ts +0 -0
  19. /package/dist/types/{objects → lib/objects}/transaction.d.ts +0 -0
  20. /package/dist/types/{objects → lib/objects}/transactionTemplate.d.ts +0 -0
  21. /package/dist/types/{objects → lib/objects}/transactionv2.d.ts +0 -0
  22. /package/dist/types/{objects → lib/objects}/userAccessRights.d.ts +0 -0
  23. /package/dist/types/{objects → lib/objects}/view.d.ts +0 -0
  24. /package/dist/types/{remotingScriptingObject.d.ts → lib/remotingScriptingObject.d.ts} +0 -0
  25. /package/dist/types/{scriptingObject.d.ts → lib/scriptingObject.d.ts} +0 -0
  26. /package/dist/types/{scriptingObjectEventList.d.ts → lib/scriptingObjectEventList.d.ts} +0 -0
  27. /package/dist/types/{scriptingObjectList.d.ts → lib/scriptingObjectList.d.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@docusaurus/types").Config;
2
+ export default _default;
@@ -1,3 +1,4 @@
1
+ export type LIB_NAME = 'pui-scripting-object';
1
2
  export * from './objects/analytics.js';
2
3
  export * from './objects/application.js';
3
4
  export * from './objects/auth.js';
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.32.0",
3
+ "version": "1.32.2",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
+ "type": "module",
6
7
  "main": "./dist/cjs/index.js",
7
8
  "module": "./dist/es/index.js",
8
9
  "unpkg": "./dist/umd/index.js",
9
10
  "jsdelivr": "./dist/umd/index.js",
10
- "types": "./dist/types/index.d.ts",
11
+ "types": "./dist/types/lib/index.d.ts",
11
12
  "exports": {
12
13
  ".": {
13
- "types": "./dist/types/index.d.ts",
14
+ "types": "./dist/types/lib/index.d.ts",
14
15
  "import": "./dist/es/index.js",
15
16
  "require": "./dist/cjs/index.js"
16
17
  }
@@ -67,8 +68,8 @@
67
68
  },
68
69
  "devDependencies": {
69
70
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
70
- "@elliemae/pui-cli": "~8.28.0",
71
- "@elliemae/pui-doc-gen": "~1.9.0",
71
+ "@elliemae/pui-cli": "~8.29.0",
72
+ "@elliemae/pui-doc-gen": "~2.0.1",
72
73
  "@elliemae/pui-theme": "~2.7.0",
73
74
  "@types/styled-components": "~5.1.34",
74
75
  "history": "~5.3.0",
@@ -76,6 +77,5 @@
76
77
  "redux-saga": "~1.3.0",
77
78
  "styled-components": "~5.3.11"
78
79
  },
79
- "peerDependencies": {},
80
- "type": "module"
80
+ "peerDependencies": {}
81
81
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes