@atlaspack/macros 2.12.1-dev.3368 → 2.12.1-dev.3401

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/macros.d.ts +1 -1
  2. package/package.json +3 -3
package/macros.d.ts CHANGED
@@ -7,7 +7,7 @@ export interface MacroContext {
7
7
  invalidateOnFileCreate(options: FileCreateInvalidation): void;
8
8
  /** Invalidate the macro whenever the given environment variable changes. */
9
9
  invalidateOnEnvChange(env: string): void;
10
- /** Invalidate the macro whenever Atlaspack restarts. */
10
+ /** Invalidate the macro whenever Parcel restarts. */
11
11
  invalidateOnStartup(): void;
12
12
  /** Invalidate the macro on every build. */
13
13
  invalidateOnBuild(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/macros",
3
- "version": "2.12.1-dev.3368+af1db7f65",
3
+ "version": "2.12.1-dev.3401+b483af77f",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "engines": {
15
15
  "node": ">= 16.0.0",
16
- "atlaspack": "^2.12.1-dev.3368+af1db7f65"
16
+ "parcel": "^2.12.1-dev.3401+b483af77f"
17
17
  },
18
- "gitHead": "af1db7f65c4816917ddf83716deedc536a1b8b27"
18
+ "gitHead": "b483af77f02d1258c8dad156e097b94f83671d8e"
19
19
  }