@digipair/skill-common 0.93.0 → 0.94.0-1

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/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # skill-test
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build skill-common` to build the library.
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var fs = require('fs');
6
4
 
7
5
  function _extends() {
@@ -1 +1,2 @@
1
1
  export * from './lib/skill-common';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -14,3 +14,4 @@ export declare const boosts: (params: any, pinsSettingsList: PinsSettings[], con
14
14
  }[]>;
15
15
  export declare const schema: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
16
16
  export declare const context: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
17
+ //# sourceMappingURL=skill-common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skill-common.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAmQhD,eAAO,MAAM,KAAK,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG;;;EACnB,CAAC;AAE/D,eAAO,MAAM,QAAQ,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACnB,CAAC;AAElE,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG;;;;;;;IACnB,CAAC;AAEhE,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACnB,CAAC;AAEhE,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=skill-common.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skill-common.spec.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-common.spec.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,13 +1,28 @@
1
1
  {
2
2
  "name": "@digipair/skill-common",
3
- "version": "0.93.0",
3
+ "version": "0.94.0-1",
4
+ "main": "./dist/index.cjs.js",
5
+ "module": "./dist/index.esm.js",
6
+ "types": "./dist/index.d.ts",
4
7
  "keywords": [
5
8
  "digipair",
6
9
  "service",
7
10
  "util"
8
11
  ],
9
- "dependencies": {},
10
- "typings": "./index.d.ts",
11
- "main": "./index.cjs.js",
12
- "module": "./index.esm.js"
13
- }
12
+ "exports": {
13
+ "./package.json": "./package.json",
14
+ ".": {
15
+ "types": "./dist/index.d.ts",
16
+ "import": "./dist/index.esm.js",
17
+ "default": "./dist/index.cjs.js"
18
+ }
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "!**/*.tsbuildinfo"
23
+ ],
24
+ "nx": {
25
+ "name": "skill-common"
26
+ },
27
+ "dependencies": {}
28
+ }
package/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './libs/skill-common/src/index';
File without changes
File without changes
File without changes
File without changes