incremental-compiler 19.0.31 → 19.0.32
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/browser/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
2
2
|
export declare const APP_ID = "com.domain.example.incremental-compiler";
|
3
3
|
export declare const PROJECT_NPM_NAME = "incremental-compiler";
|
4
|
-
export declare const CURRENT_PACKAGE_VERSION = "19.0.
|
4
|
+
export declare const CURRENT_PACKAGE_VERSION = "19.0.32";
|
@@ -5,6 +5,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = ex
|
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
6
6
|
exports.APP_ID = 'com.domain.example.incremental-compiler';
|
7
7
|
exports.PROJECT_NPM_NAME = 'incremental-compiler';
|
8
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
8
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.32';
|
9
9
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
10
10
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
package/websql/package.json
CHANGED
package/client/package.json
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "incremental-compiler/client",
|
3
|
-
"version": "19.0.31",
|
4
|
-
"module": "fesm2022/incremental-compiler.mjs",
|
5
|
-
"typings": "index.d.ts",
|
6
|
-
"exports": {
|
7
|
-
".": {
|
8
|
-
"types": "./index.d.ts",
|
9
|
-
"default": "./fesm2022/incremental-compiler.mjs"
|
10
|
-
}
|
11
|
-
},
|
12
|
-
"sideEffects": false
|
13
|
-
}
|