@khanacademy/wonder-blocks-announcer 1.0.3 → 1.0.5
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/CHANGELOG.md +18 -0
- package/package.json +16 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-announcer
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8a36c70: Re-publish to publish with Trusted Publishing
|
|
8
|
+
- 3e0d137: Re-publishing via Trusted Publishing
|
|
9
|
+
- Updated dependencies [8a36c70]
|
|
10
|
+
- Updated dependencies [3e0d137]
|
|
11
|
+
- @khanacademy/wonder-blocks-core@12.4.2
|
|
12
|
+
|
|
13
|
+
## 1.0.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 6d5c485: Include provenance information when publishing to npmjs
|
|
18
|
+
- Updated dependencies [6d5c485]
|
|
19
|
+
- @khanacademy/wonder-blocks-core@12.4.1
|
|
20
|
+
|
|
3
21
|
## 1.0.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-announcer",
|
|
3
|
-
"version": "1.0.3",
|
|
4
|
-
"design": "v1",
|
|
5
3
|
"description": "Live Region Announcer for Wonder Blocks.",
|
|
6
|
-
"
|
|
7
|
-
"module": "dist/es/index.js",
|
|
8
|
-
"source": "src/index.js",
|
|
9
|
-
"types": "dist/index.d.ts",
|
|
10
|
-
"author": "",
|
|
4
|
+
"author": "Khan Academy",
|
|
11
5
|
"license": "MIT",
|
|
6
|
+
"version": "1.0.5",
|
|
12
7
|
"publishConfig": {
|
|
13
8
|
"access": "public"
|
|
14
9
|
},
|
|
10
|
+
"design": "v1",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/Khan/wonder-blocks.git",
|
|
14
|
+
"directory": "packages/wonder-blocks-announcer"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/Khan/wonder-blocks/issues"
|
|
18
|
+
},
|
|
19
|
+
"main": "dist/index.js",
|
|
20
|
+
"module": "dist/es/index.js",
|
|
21
|
+
"types": "dist/index.d.ts",
|
|
22
|
+
"source": "src/index.js",
|
|
15
23
|
"dependencies": {
|
|
16
|
-
"@khanacademy/wonder-blocks-core": "12.4.
|
|
24
|
+
"@khanacademy/wonder-blocks-core": "12.4.2"
|
|
17
25
|
},
|
|
18
26
|
"peerDependencies": {
|
|
19
27
|
"aphrodite": "^1.2.5",
|