@atlaspack/reporter-compiled-css-in-js-migration-map 0.0.2-canary.4082 → 0.0.3-canary.4083

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # @atlaspack/reporter-compiled-css-in-js-migration-map
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#887](https://github.com/atlassian-labs/atlaspack/pull/887) [`042cd95`](https://github.com/atlassian-labs/atlaspack/commit/042cd95a32ad38cd02d57aa3344c36d4e7ab8f9c) Thanks [@JakeLane](https://github.com/JakeLane)! - Add safe asset gating with contenthash for Compiled CSS-in-JS
8
+
9
+ - Updated dependencies [[`2f3af93`](https://github.com/atlassian-labs/atlaspack/commit/2f3af9374bcc082e6f4835f6f5a2b98e32ea45b4)]:
10
+ - @atlaspack/feature-flags@2.27.1
11
+ - @atlaspack/plugin@2.14.40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/reporter-compiled-css-in-js-migration-map",
3
- "version": "0.0.2-canary.4082+042cd95a3",
3
+ "version": "0.0.3-canary.4083+f8e9e56a0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,13 +16,13 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/feature-flags": "2.14.1-canary.371+042cd95a3",
20
- "@atlaspack/plugin": "2.14.5-canary.303+042cd95a3",
19
+ "@atlaspack/feature-flags": "2.14.1-canary.372+f8e9e56a0",
20
+ "@atlaspack/plugin": "2.14.5-canary.304+f8e9e56a0",
21
21
  "nullthrows": "^1.1.1"
22
22
  },
23
23
  "type": "commonjs",
24
24
  "scripts": {
25
25
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
26
26
  },
27
- "gitHead": "042cd95a32ad38cd02d57aa3344c36d4e7ab8f9c"
27
+ "gitHead": "f8e9e56a0c6bb81247cb4700a89c75f08a49cd07"
28
28
  }