sloth-d2c-figma-plugin 2.0.3-beta136 → 2.0.3-beta140

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.
@@ -21,46 +21,6 @@ object-assign
21
21
  * MIT Licence
22
22
  */
23
23
 
24
- /*!
25
- * Canvas
26
- * Copyright (c) 2010 LearnBoost <tj@learnboost.com>
27
- * MIT Licensed
28
- */
29
-
30
- /*!
31
- * Canvas - CanvasPattern
32
- * Copyright (c) 2010 LearnBoost <tj@learnboost.com>
33
- * MIT Licensed
34
- */
35
-
36
- /*!
37
- * Canvas - Context2d
38
- * Copyright (c) 2010 LearnBoost <tj@learnboost.com>
39
- * MIT Licensed
40
- */
41
-
42
- /*!
43
- * Canvas - Image
44
- * Copyright (c) 2010 LearnBoost <tj@learnboost.com>
45
- * MIT Licensed
46
- */
47
-
48
- /*!
49
- * Canvas - JPEGStream
50
- * Copyright (c) 2010 LearnBoost <tj@learnboost.com>
51
- * MIT Licensed
52
- */
53
-
54
- /*!
55
- * Canvas - PDFStream
56
- */
57
-
58
- /*!
59
- * Canvas - PNGStream
60
- * Copyright (c) 2010 LearnBoost <tj@learnboost.com>
61
- * MIT Licensed
62
- */
63
-
64
24
  /*!
65
25
  * Copyright (c) 2015-2020, Salesforce.com, Inc.
66
26
  * All rights reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sloth-d2c-figma-plugin",
3
- "version": "2.0.3-beta136",
3
+ "version": "2.0.3-beta140",
4
4
  "description": "A Figma plugin for D2C",
5
5
  "main": "./dist/core.cjs.js",
6
6
  "module": "./dist/code.js",
@@ -63,7 +63,8 @@
63
63
  "react-hot-loader": "~4.13.0",
64
64
  "react-inspector": "~6.0.2",
65
65
  "uuid": "~8.3.2",
66
- "webpack-obfuscator": "~3.5.1"
66
+ "webpack-obfuscator": "~3.5.1",
67
+ "canvas": "~3.1.2"
67
68
  },
68
69
  "scripts": {
69
70
  "clean": "rimraf dist",