@atlaspack/runtime-js 2.14.5-canary.215 → 2.14.5-canary.216
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 +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaspack/runtime-js
|
|
2
2
|
|
|
3
|
+
## 2.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#792](https://github.com/atlassian-labs/atlaspack/pull/792) [`e27dd64`](https://github.com/atlassian-labs/atlaspack/commit/e27dd64267fbf38cfc75383a3b407fa40de96e94) Thanks [@JakeLane](https://github.com/JakeLane)! - Add conditional bundling sync fallback behaviour suitable for production
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`236e546`](https://github.com/atlassian-labs/atlaspack/commit/236e5465863dca6044a7191e05260a5b924c342e), [`f07351a`](https://github.com/atlassian-labs/atlaspack/commit/f07351a2398b6a8e5155a2daad77e69b7dcb2b4b)]:
|
|
12
|
+
- @atlaspack/utils@3.0.1
|
|
13
|
+
- @atlaspack/feature-flags@2.25.3
|
|
14
|
+
- @atlaspack/types-internal@2.20.3
|
|
15
|
+
- @atlaspack/plugin@2.14.33
|
|
16
|
+
|
|
3
17
|
## 2.18.8
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/runtime-js",
|
|
3
|
-
"version": "2.14.5-canary.
|
|
3
|
+
"version": "2.14.5-canary.216+68c699340",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"node": ">= 16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
20
|
-
"@atlaspack/domain-sharding": "2.14.1-canary.
|
|
21
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
22
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
|
23
|
-
"@atlaspack/types-internal": "2.14.1-canary.
|
|
24
|
-
"@atlaspack/utils": "2.14.5-canary.
|
|
19
|
+
"@atlaspack/diagnostic": "2.14.1-canary.284+68c699340",
|
|
20
|
+
"@atlaspack/domain-sharding": "2.14.1-canary.284+68c699340",
|
|
21
|
+
"@atlaspack/feature-flags": "2.14.1-canary.284+68c699340",
|
|
22
|
+
"@atlaspack/plugin": "2.14.5-canary.216+68c699340",
|
|
23
|
+
"@atlaspack/types-internal": "2.14.1-canary.284+68c699340",
|
|
24
|
+
"@atlaspack/utils": "2.14.5-canary.216+68c699340",
|
|
25
25
|
"nullthrows": "^1.1.1"
|
|
26
26
|
},
|
|
27
27
|
"type": "commonjs",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "68c699340bfd791a5be5587bc9e04424bb5a02f2"
|
|
32
32
|
}
|