@atlaspack/config-webextension 3.0.2-dev.3689 → 3.0.3-canary.10
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 +13 -0
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @atlaspack/config-webextension
|
2
2
|
|
3
|
+
## 3.0.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#414](https://github.com/atlassian-labs/atlaspack/pull/414) [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53) Thanks [@alshdavid](https://github.com/alshdavid)! - Added type:commonjs to package.json files
|
8
|
+
|
9
|
+
- Updated dependencies [[`bfe81e5`](https://github.com/atlassian-labs/atlaspack/commit/bfe81e551c4e4bb2cac7fc4745222e66962c1728), [`8386ca4`](https://github.com/atlassian-labs/atlaspack/commit/8386ca4dc318688fbed1af3bbebf2af3e7d24552), [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53)]:
|
10
|
+
- @atlaspack/packager-webextension@2.14.0
|
11
|
+
- @atlaspack/runtime-webextension@2.14.0
|
12
|
+
- @atlaspack/transformer-raw@2.14.0
|
13
|
+
- @atlaspack/transformer-webextension@2.14.0
|
14
|
+
- @atlaspack/config-default@3.1.0
|
15
|
+
|
3
16
|
## 3.0.1
|
4
17
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/config-webextension",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.3-canary.10+3b66d6b4b",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
|
+
"type": "commonjs",
|
5
6
|
"publishConfig": {
|
6
7
|
"access": "public"
|
7
8
|
},
|
@@ -11,14 +12,14 @@
|
|
11
12
|
},
|
12
13
|
"main": "index.json",
|
13
14
|
"dependencies": {
|
14
|
-
"@atlaspack/config-default": "3.
|
15
|
-
"@atlaspack/packager-webextension": "2.
|
16
|
-
"@atlaspack/runtime-webextension": "2.
|
17
|
-
"@atlaspack/transformer-raw": "2.
|
18
|
-
"@atlaspack/transformer-webextension": "2.
|
15
|
+
"@atlaspack/config-default": "3.1.1-canary.10+3b66d6b4b",
|
16
|
+
"@atlaspack/packager-webextension": "2.14.1-canary.10+3b66d6b4b",
|
17
|
+
"@atlaspack/runtime-webextension": "2.14.1-canary.10+3b66d6b4b",
|
18
|
+
"@atlaspack/transformer-raw": "2.14.1-canary.10+3b66d6b4b",
|
19
|
+
"@atlaspack/transformer-webextension": "2.14.1-canary.10+3b66d6b4b"
|
19
20
|
},
|
20
21
|
"peerDependencies": {
|
21
|
-
"@atlaspack/core": "^2.13.
|
22
|
+
"@atlaspack/core": "^2.13.1"
|
22
23
|
},
|
23
|
-
"gitHead": "
|
24
|
+
"gitHead": "3b66d6b4bfd652ab3b41e86aacf3e47d39cd5a70"
|
24
25
|
}
|