incremental-compiler 19.0.41 → 19.0.42

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,6 +1,6 @@
1
1
  {
2
2
  "name": "incremental-compiler/browser",
3
- "version": "19.0.41",
3
+ "version": "19.0.42",
4
4
  "module": "fesm2022/incremental-compiler.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,4 +1,5 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const APP_ID = "com.domain.example.incremental-compiler";
3
+ export declare const BUILD_BASE_HREF = "";
3
4
  export declare const PROJECT_NPM_NAME = "incremental-compiler";
4
- export declare const CURRENT_PACKAGE_VERSION = "19.0.41";
5
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.42";
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
3
+ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.APP_ID = 'com.domain.example.incremental-compiler';
7
+ exports.BUILD_BASE_HREF = '';
7
8
  exports.PROJECT_NPM_NAME = 'incremental-compiler';
8
- exports.CURRENT_PACKAGE_VERSION = '19.0.41';
9
+ exports.CURRENT_PACKAGE_VERSION = '19.0.42';
9
10
  // THIS FILE IS GENERATED - DO NOT MODIFY
10
11
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,wBAAwB,GAAG,KAAK,CAAC;AACjC,QAAA,MAAM,GAAG,yCAAyC,CAAC;AACnD,QAAA,gBAAgB,GAAG,sBAAsB,CAAC;AAC1C,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
1
+ {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,wBAAwB,GAAG,KAAK,CAAC;AACjC,QAAA,MAAM,GAAG,yCAAyC,CAAC;AACnD,QAAA,eAAe,GAAG,EAAE,CAAC;AACrB,QAAA,gBAAgB,GAAG,sBAAsB,CAAC;AAC1C,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incremental-compiler",
3
- "version": "19.0.41",
3
+ "version": "19.0.42",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incremental-compiler/websql",
3
- "version": "19.0.41",
3
+ "version": "19.0.42",
4
4
  "module": "fesm2022/incremental-compiler.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {