@khanacademy/simple-markdown 0.11.1 → 0.11.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.
package/dist/es/index.js CHANGED
@@ -2,7 +2,7 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core';
2
2
 
3
3
  // This file is processed by a Rollup plugin (replace) to inject the production
4
4
  const libName = "@khanacademy/simple-markdown";
5
- const libVersion = "0.11.1";
5
+ const libVersion = "0.11.3";
6
6
  addLibraryVersionToPerseusDebug(libName, libVersion);
7
7
 
8
8
  /* eslint-disable prefer-spread, no-regex-spaces, @typescript-eslint/no-unused-vars, guard-for-in, no-console, no-var */
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ var perseusCore = require('@khanacademy/perseus-core');
6
6
 
7
7
  // This file is processed by a Rollup plugin (replace) to inject the production
8
8
  const libName = "@khanacademy/simple-markdown";
9
- const libVersion = "0.11.1";
9
+ const libVersion = "0.11.3";
10
10
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
11
11
 
12
12
  /* eslint-disable prefer-spread, no-regex-spaces, @typescript-eslint/no-unused-vars, guard-for-in, no-console, no-var */
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Javascript markdown parsing, made simple",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.11.1",
6
+ "version": "0.11.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -18,11 +18,14 @@
18
18
  "module": "dist/es/index.js",
19
19
  "main": "dist/index.js",
20
20
  "source": "src/index.ts",
21
+ "files": [
22
+ "dist"
23
+ ],
21
24
  "scripts": {
22
25
  "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
23
26
  },
24
27
  "dependencies": {
25
- "@khanacademy/perseus-core": "1.4.0",
28
+ "@khanacademy/perseus-core": "1.4.2",
26
29
  "@types/react": ">=16.0.0"
27
30
  },
28
31
  "devDependencies": {
package/.eslintrc.js DELETED
@@ -1,12 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
2
- /* eslint-disable import/no-commonjs */
3
- const path = require("path");
4
-
5
- module.exports = {
6
- rules: {
7
- "import/no-extraneous-dependencies": [
8
- "error",
9
- {packageDir: [__dirname, path.join(__dirname, "../../")]},
10
- ],
11
- },
12
- };
package/CHANGELOG.md DELETED
@@ -1,119 +0,0 @@
1
- # @khanacademy/simple-markdown
2
-
3
- ## 0.11.1
4
-
5
- ### Patch Changes
6
-
7
- - [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).
8
-
9
- - Updated dependencies [[`a91c84fe`](https://github.com/Khan/perseus/commit/a91c84fe53827ff4333220777a9918882b7fe9f0), [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
10
- - @khanacademy/perseus-core@1.4.0
11
-
12
- ## 0.11.0
13
-
14
- ### Minor Changes
15
-
16
- - [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js
17
-
18
- * [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js
19
-
20
- ## 0.10.4
21
-
22
- ### Patch Changes
23
-
24
- - Updated dependencies [[`79403e06`](https://github.com/Khan/perseus/commit/79403e06eedb597d7818d6c858bbba6f51ff3fe1)]:
25
- - @khanacademy/perseus-core@1.3.0
26
-
27
- ## 0.10.3
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies [[`376eb0e4`](https://github.com/Khan/perseus/commit/376eb0e4aaaa4c7a90fd6107a84bb74d382b077c)]:
32
- - @khanacademy/perseus-core@1.2.0
33
-
34
- ## 0.10.2
35
-
36
- ### Patch Changes
37
-
38
- - Updated dependencies [22a9c408]
39
- - @khanacademy/perseus-core@1.1.2
40
-
41
- ## 0.10.1
42
-
43
- ### Patch Changes
44
-
45
- - 55d4cd00: Print package name and version when loaded in the page
46
- - Updated dependencies [55d4cd00]
47
- - @khanacademy/perseus-core@1.1.1
48
-
49
- ## 0.10.0
50
-
51
- ### Minor Changes
52
-
53
- - 0993a46b: Don't generate Flow types
54
-
55
- ### Patch Changes
56
-
57
- - afb14cff: Add eslint rule to make type imports consistent
58
- - ce5e6297: Upgrade wonder-blocks deps to package versions without Flow types
59
-
60
- ## 0.9.3
61
-
62
- ### Patch Changes
63
-
64
- - 22c5d564: Remove the use of React.FC<> and use types named Props/State in more components
65
-
66
- ## 0.9.2
67
-
68
- ### Patch Changes
69
-
70
- - 77391aa8: Fix issue with generated Flow types
71
-
72
- ## 0.9.1
73
-
74
- ### Patch Changes
75
-
76
- - 1f062e98: Bump all package versions since the build settings have been updated
77
-
78
- ## 0.9.0
79
-
80
- ### Minor Changes
81
-
82
- - 53fd3768: Migrate source code to TypeScript
83
-
84
- ## 0.8.6
85
-
86
- ### Patch Changes
87
-
88
- - f567f660: Update the eslint config to look at both the package.json for the package and the one from the root
89
- - eeaa9010: Add more Flow typing to passage and passage-markdown widgets
90
-
91
- ## 0.8.5
92
-
93
- ### Patch Changes
94
-
95
- - bf180fe1: Fix our use of import/no-extraneous-dependencies
96
-
97
- ## 0.8.4
98
-
99
- ### Patch Changes
100
-
101
- - 98d283ff: Fix storybook
102
-
103
- ## 0.8.3
104
-
105
- ### Patch Changes
106
-
107
- - 3921a385: Error when rule returns incorrect `parse` result
108
-
109
- ## 0.8.2
110
-
111
- ### Patch Changes
112
-
113
- - a15b0e86: Add 'perseus-build-settings' as a dev dep to packages that were missing it
114
-
115
- ## 0.8.1
116
-
117
- ### Patch Changes
118
-
119
- - ca76baa3: Move simple-markdown into perseus repo