@warp-drive/build-config 5.7.0-alpha.38 → 5.7.0-alpha.39
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.
|
@@ -1,20 +1,3 @@
|
|
|
1
|
-
// ========================
|
|
2
|
-
// FOR CONTRIBUTING AUTHORS
|
|
3
|
-
//
|
|
4
|
-
// Deprecations here should also have guides PR'd to the emberjs deprecation app
|
|
5
|
-
//
|
|
6
|
-
// github: https://github.com/ember-learn/deprecation-app
|
|
7
|
-
// website: https://deprecations.emberjs.com
|
|
8
|
-
//
|
|
9
|
-
// Each deprecation should also be given an associated URL pointing to the
|
|
10
|
-
// relevant guide.
|
|
11
|
-
//
|
|
12
|
-
// URLs should be of the form: https://deprecations.emberjs.com/v<major>.x#toc_<fileName>
|
|
13
|
-
// where <major> is the major version of the deprecation and <fileName> is the
|
|
14
|
-
// name of the markdown file in the guides repo.
|
|
15
|
-
//
|
|
16
|
-
// ========================
|
|
17
|
-
//
|
|
18
1
|
export declare const DEPRECATE_CATCH_ALL = "99.0";
|
|
19
2
|
export declare const DEPRECATE_NON_STRICT_TYPES = "5.3";
|
|
20
3
|
export declare const DEPRECATE_NON_STRICT_ID = "5.3";
|
package/dist/cjs-set-config.cjs
CHANGED
|
@@ -576,8 +576,10 @@ function createLoggingConfig(env, debug) {
|
|
|
576
576
|
* // settings here
|
|
577
577
|
* });
|
|
578
578
|
*
|
|
579
|
-
* const {
|
|
580
|
-
*
|
|
579
|
+
* const { buildOnce } = await import('@embroider/vite');
|
|
580
|
+
* const { compatBuild } = await import('@embroider/compat');
|
|
581
|
+
*
|
|
582
|
+
* return compatBuild(app, buildOnce);
|
|
581
583
|
* };
|
|
582
584
|
*
|
|
583
585
|
* ```
|
package/dist/index.js
CHANGED
|
@@ -212,8 +212,10 @@ function createLoggingConfig(env, debug) {
|
|
|
212
212
|
* // settings here
|
|
213
213
|
* });
|
|
214
214
|
*
|
|
215
|
-
* const {
|
|
216
|
-
*
|
|
215
|
+
* const { buildOnce } = await import('@embroider/vite');
|
|
216
|
+
* const { compatBuild } = await import('@embroider/compat');
|
|
217
|
+
*
|
|
218
|
+
* return compatBuild(app, buildOnce);
|
|
217
219
|
* };
|
|
218
220
|
*
|
|
219
221
|
* ```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/build-config",
|
|
3
|
-
"version": "5.7.0-alpha.
|
|
3
|
+
"version": "5.7.0-alpha.39",
|
|
4
4
|
"description": "Provides Build Configuration for projects using WarpDrive or EmberData",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-data",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@embroider/macros": "^1.18.1",
|
|
40
40
|
"@embroider/addon-shim": "^1.10.0",
|
|
41
41
|
"babel-import-util": "^2.1.1",
|
|
42
|
-
"semver": "^7.7.
|
|
42
|
+
"semver": "^7.7.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@warp-drive/internal-config": "5.7.0-alpha.
|
|
45
|
+
"@warp-drive/internal-config": "5.7.0-alpha.39",
|
|
46
46
|
"@types/babel__core": "^7.20.5",
|
|
47
|
-
"@types/node": "^20.
|
|
47
|
+
"@types/node": "^20.19.11",
|
|
48
48
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
49
49
|
"@babel/preset-typescript": "^7.27.1",
|
|
50
|
-
"@babel/core": "^7.28.
|
|
50
|
+
"@babel/core": "^7.28.3",
|
|
51
51
|
"typescript": "^5.9.2",
|
|
52
|
-
"vite": "^7.1.
|
|
52
|
+
"vite": "^7.1.3"
|
|
53
53
|
},
|
|
54
54
|
"volta": {
|
|
55
55
|
"extends": "../../package.json"
|