@digipair/skill-canvas 0.94.0-0 → 0.94.0-3

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,2 +1 @@
1
1
  export * from './lib/skill-canvas';
2
- //# sourceMappingURL=index.d.ts.map
@@ -9,4 +9,3 @@ export declare const strokeStyle: (params: any, pinsSettingsList: PinsSettings[]
9
9
  export declare const fillStyle: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
10
10
  export declare const lineWidth: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
11
11
  export declare const measureText: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
12
- //# sourceMappingURL=skill-canvas.d.ts.map
package/package.json CHANGED
@@ -1,29 +1,15 @@
1
1
  {
2
2
  "name": "@digipair/skill-canvas",
3
- "version": "0.94.0-0",
4
- "main": "./dist/index.cjs.js",
5
- "module": "./dist/index.esm.js",
6
- "types": "./dist/index.d.ts",
3
+ "version": "0.94.0-3",
7
4
  "keywords": [
8
5
  "digipair",
9
6
  "web",
10
7
  "service",
11
8
  "tool"
12
9
  ],
13
- "exports": {
14
- "./package.json": "./package.json",
15
- ".": {
16
- "types": "./dist/index.d.ts",
17
- "import": "./dist/index.esm.js",
18
- "default": "./dist/index.cjs.js"
19
- }
10
+ "dependencies": {
11
+ "canvas": "^2.11.2"
20
12
  },
21
- "files": [
22
- "dist",
23
- "!**/*.tsbuildinfo"
24
- ],
25
- "nx": {
26
- "name": "skill-canvas"
27
- },
28
- "dependencies": {}
29
- }
13
+ "main": "./index.cjs.js",
14
+ "module": "./index.esm.js"
15
+ }
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-canvas` to build the library.