@digipair/skill-nuki 0.93.0-0 → 0.93.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.
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  function _extends() {
4
6
  _extends = Object.assign || function assign(target) {
5
7
  for(var i = 1; i < arguments.length; i++){
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './libs/skill-vespa/src/index';
@@ -0,0 +1 @@
1
+ export * from './lib/skill-nuki';
@@ -1,4 +1,3 @@
1
1
  import { PinsSettings } from '@digipair/engine';
2
2
  export declare const lock: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
3
3
  export declare const unlock: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
4
- //# sourceMappingURL=skill-nuki.d.ts.map
package/package.json CHANGED
@@ -1,28 +1,12 @@
1
1
  {
2
2
  "name": "@digipair/skill-nuki",
3
- "version": "0.93.0-0",
4
- "main": "./dist/index.cjs.js",
5
- "module": "./dist/index.esm.js",
6
- "types": "./dist/index.d.ts",
3
+ "version": "0.93.0",
7
4
  "keywords": [
8
5
  "digipair",
9
6
  "service",
10
7
  "tool"
11
8
  ],
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-nuki"
26
- },
27
- "dependencies": {}
28
- }
9
+ "dependencies": {},
10
+ "main": "./index.cjs.js",
11
+ "module": "./index.esm.js"
12
+ }
package/README.md DELETED
@@ -1,7 +0,0 @@
1
- # skill-test
2
-
3
- This library was generated with [Nx](https://nx.dev).
4
-
5
- ## Building
6
-
7
- Run `nx build skill-nuki` to build the library.
@@ -1,2 +0,0 @@
1
- export * from './lib/skill-nuki';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"skill-nuki.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-nuki.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAyChD,eAAO,MAAM,IAAI,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACN,CAAC;AAE3E,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACN,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=skill-nuki.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skill-nuki.spec.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-nuki.spec.ts"],"names":[],"mappings":""}
File without changes
File without changes
File without changes
File without changes