@knapsack/renderer-webpack-base 4.65.7--canary.3291.c011027.0 → 4.65.7

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.65.7 (Wed Jul 03 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - update to TypeScript 5.5 [#4315](https://github.com/knapsack-labs/app-monorepo/pull/4315) ([@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### Authors: 1
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ ---
12
+
1
13
  # v4.65.3 (Tue Jun 11 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getEntryString = void 0;
3
+ exports.getEntryString = getEntryString;
4
4
  function getEntryString(imports) {
5
5
  const importedModulePaths = [
6
6
  ...new Set(imports.map((i) => i.importInfo.path)),
@@ -21,5 +21,4 @@ const importedModules: KsRendererClientGlobal['importedModules'] = {
21
21
  (window as any).knapsack.importedModules = importedModules;
22
22
  `;
23
23
  }
24
- exports.getEntryString = getEntryString;
25
24
  //# sourceMappingURL=create-js-import-entry.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-js-import-entry.js","sourceRoot":"","sources":["../src/create-js-import-entry.ts"],"names":[],"mappings":";;;AAEA,SAAgB,cAAc,CAAC,OAAqB;IAClD,MAAM,mBAAmB,GAAG;QAC1B,GAAG,IAAI,GAAG,CAAS,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;KAC1D,CAAC;IAEF,OAAO;;;6EAGoE,IAAI,CAAC,SAAS,CACvF,OAAO,EACP,IAAI,EACJ,IAAI,CACL;;;IAGC,mBAAmB;SAClB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,oBAAoB,IAAI,KAAK,CAAC;SACpD,IAAI,CAAC,IAAI,CAAC;;;;;;CAMd,CAAC;AACF,CAAC;AAxBD,wCAwBC"}
1
+ {"version":3,"file":"create-js-import-entry.js","sourceRoot":"","sources":["../src/create-js-import-entry.ts"],"names":[],"mappings":";;AAEA,wCAwBC;AAxBD,SAAgB,cAAc,CAAC,OAAqB;IAClD,MAAM,mBAAmB,GAAG;QAC1B,GAAG,IAAI,GAAG,CAAS,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;KAC1D,CAAC;IAEF,OAAO;;;6EAGoE,IAAI,CAAC,SAAS,CACvF,OAAO,EACP,IAAI,EACJ,IAAI,CACL;;;IAGC,mBAAmB;SAClB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,oBAAoB,IAAI,KAAK,CAAC;SACpD,IAAI,CAAC,IAAI,CAAC;;;;;;CAMd,CAAC;AACF,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.65.7--canary.3291.c011027.0",
4
+ "version": "4.65.7",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -21,20 +21,20 @@
21
21
  "test": "time ava"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.65.7--canary.3291.c011027.0",
25
- "@knapsack/babel-config-starter": "4.65.7--canary.3291.c011027.0",
26
- "@knapsack/file-utils": "4.65.7--canary.3291.c011027.0",
27
- "@knapsack/types": "4.65.7--canary.3291.c011027.0",
28
- "@knapsack/utils": "4.65.7--canary.3291.c011027.0",
24
+ "@knapsack/app": "4.65.7",
25
+ "@knapsack/babel-config-starter": "4.65.7",
26
+ "@knapsack/file-utils": "4.65.7",
27
+ "@knapsack/types": "4.65.7",
28
+ "@knapsack/utils": "4.65.7",
29
29
  "babel-loader": "^9.1.3",
30
30
  "webpack": "^5.91.0",
31
31
  "webpack-manifest-plugin": "^4.0.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.65.7--canary.3291.c011027.0",
35
- "@knapsack/prettier-config": "4.65.7--canary.3291.c011027.0",
36
- "@knapsack/test-ava": "4.65.7--canary.3291.c011027.0",
37
- "@knapsack/typescript-config-starter": "4.65.7--canary.3291.c011027.0",
34
+ "@knapsack/eslint-config-starter": "4.65.7",
35
+ "@knapsack/prettier-config": "4.65.7",
36
+ "@knapsack/test-ava": "4.65.7",
37
+ "@knapsack/typescript-config-starter": "4.65.7",
38
38
  "@types/estree": "^1.0.5",
39
39
  "@types/node": "^20.12.12",
40
40
  "@types/webpack": "^5.28.5",
@@ -42,7 +42,7 @@
42
42
  "ava": "^6.1.3",
43
43
  "eslint": "^8.57.0",
44
44
  "execa": "^5.1.1",
45
- "typescript": "^5.4.5"
45
+ "typescript": "^5.5.3"
46
46
  },
47
47
  "license": "GPL-2.0-or-later",
48
48
  "publishConfig": {
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/libs/renderer-webpack-base",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "c0110271601d2b661710606d3780b0c5db92ebbc"
56
+ "gitHead": "df68497041abcb1128838e3c81a8c3c79050efaa"
57
57
  }