@workday/canvas-kit-react-fonts 7.0.0-alpha.0-next.7 → 7.0.0-alpha.102-next.27
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react-fonts",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.102-next.27+a618e6a9",
|
|
4
4
|
"description": "Fonts for canvas-kit-react",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -15,25 +15,16 @@
|
|
|
15
15
|
"files": [
|
|
16
16
|
"dist/",
|
|
17
17
|
"lib/",
|
|
18
|
-
"index.ts"
|
|
19
|
-
"ts3.5/**/*"
|
|
18
|
+
"index.ts"
|
|
20
19
|
],
|
|
21
|
-
"typesVersions": {
|
|
22
|
-
"<=3.5": {
|
|
23
|
-
"*": [
|
|
24
|
-
"ts3.5/*"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
20
|
"scripts": {
|
|
29
21
|
"watch": "yarn build:es6 -w",
|
|
30
22
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
31
|
-
"clean": "rimraf dist && rimraf
|
|
23
|
+
"clean": "rimraf dist && rimraf .build-info && mkdirp dist",
|
|
32
24
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
33
25
|
"build:es6": "tsc -p tsconfig.es6.json",
|
|
34
26
|
"build:rebuild": "npm-run-all clean build",
|
|
35
|
-
"build
|
|
36
|
-
"build": "npm-run-all --parallel build:cjs build:es6 --sequential build:downlevel-dts",
|
|
27
|
+
"build": "npm-run-all --parallel build:cjs build:es6",
|
|
37
28
|
"depcheck": "node ../../utils/check-dependencies-exist.js",
|
|
38
29
|
"typecheck:src": "tsc -p . --noEmit --incremental false"
|
|
39
30
|
},
|
|
@@ -52,5 +43,5 @@
|
|
|
52
43
|
"@emotion/react": "^11.7.1",
|
|
53
44
|
"@emotion/styled": "^11.6.0"
|
|
54
45
|
},
|
|
55
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a618e6a972dc1d5d577833b94d71e4e3be761f11"
|
|
56
47
|
}
|