@atlaspack/inspector-frontend 0.1.21 → 0.1.23

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atlaspack/inspector-frontend
2
2
 
3
+ ## 0.1.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f7878b2`](https://github.com/atlassian-labs/atlaspack/commit/f7878b2f19a0a3bbd0e79d0b4a4e1479646043b7), [`de388ff`](https://github.com/atlassian-labs/atlaspack/commit/de388ff76d39dece97ad475fcccdb6efb6283bfc)]:
8
+ - @atlaspack/core@2.36.0
9
+ - @atlaspack/cli@2.15.17
10
+ - @atlaspack/graph@3.6.18
11
+
12
+ ## 0.1.22
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1035](https://github.com/atlassian-labs/atlaspack/pull/1035) [`936209f`](https://github.com/atlassian-labs/atlaspack/commit/936209f3c6c201288720dd62b61e1f538368268c) Thanks [@marcins](https://github.com/marcins)! - Remove `cachePerformanceImprovements` feature flag
17
+
18
+ - Updated dependencies [[`f9aec27`](https://github.com/atlassian-labs/atlaspack/commit/f9aec2736d27afa7a1f2a9701d46e29e566ab352), [`93ec107`](https://github.com/atlassian-labs/atlaspack/commit/93ec10729ad5a328b4320955357339746cd472f3), [`e88b258`](https://github.com/atlassian-labs/atlaspack/commit/e88b25808a181fafbe98e5ca278b35bfc0197caf), [`cbc815a`](https://github.com/atlassian-labs/atlaspack/commit/cbc815a23907e081b7203bdea37bd57befdd4b9e), [`ad3c822`](https://github.com/atlassian-labs/atlaspack/commit/ad3c8223ab1abce9e8da81239cc56f27d37c7cad), [`936209f`](https://github.com/atlassian-labs/atlaspack/commit/936209f3c6c201288720dd62b61e1f538368268c), [`857962a`](https://github.com/atlassian-labs/atlaspack/commit/857962a352bb0aebaf74a8765e8c44d7e875a4e9)]:
19
+ - @atlaspack/core@2.35.0
20
+ - @atlaspack/cli@2.15.16
21
+ - @atlaspack/graph@3.6.17
22
+
3
23
  ## 0.1.21
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/inspector-frontend",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "license": "MIT",
5
5
  "authors": [
6
6
  "Pedro Tacla Yamada"
@@ -9,10 +9,10 @@
9
9
  "access": "public"
10
10
  },
11
11
  "scripts": {
12
- "dev": "ATLASPACK_INSPECTOR_BACKEND_URL='http://localhost:3000' atlaspack serve --feature-flag cachePerformanceImprovements=true --cache-dir=.atlaspack-cache ./index.html",
12
+ "dev": "ATLASPACK_INSPECTOR_BACKEND_URL='http://localhost:3000' atlaspack serve --cache-dir=.atlaspack-cache ./index.html",
13
13
  "build:css-types": "rm -rf src/**/*.module.css.d.ts && tcm --namedExports ./src && prettier --write src/**/*.css.d.ts",
14
14
  "lint": "oxlint",
15
- "build": "yarn build:css-types && rm -rf .atlaspack-cache && rm -rf dist && ATLASPACK_INSPECTOR_BACKEND_URL='' atlaspack build --feature-flag cachePerformanceImprovements=false --cache-dir=.atlaspack-cache ./index.html",
15
+ "build": "yarn build:css-types && rm -rf .atlaspack-cache && rm -rf dist && ATLASPACK_INSPECTOR_BACKEND_URL='' atlaspack build --cache-dir=.atlaspack-cache ./index.html",
16
16
  "prepack": "yarn run build",
17
17
  "test": "yarn test:unit",
18
18
  "test:unit": "jest",
@@ -27,9 +27,9 @@
27
27
  "@atlaskit/navigation-system": "^0.170.0",
28
28
  "@atlaskit/primitives": "^14.8.4",
29
29
  "@atlaskit/tabs": "^18.1.2",
30
- "@atlaspack/cli": "2.15.15",
31
- "@atlaspack/core": "2.34.0",
32
- "@atlaspack/graph": "3.6.16",
30
+ "@atlaspack/cli": "2.15.17",
31
+ "@atlaspack/core": "2.36.0",
32
+ "@atlaspack/graph": "3.6.18",
33
33
  "@carrotsearch/foamtree": "^3.5.2",
34
34
  "@tanstack/react-query": "^5.81.5",
35
35
  "@tanstack/react-virtual": "^3.13.12",