create-knapsack 5.0.0--canary.6593.6f974c9.0 → 5.0.0--canary.6593.ab9eca6.0
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/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/app-client-data.json +1 -1
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/build-meta.json +1 -1
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/discovery.json +1 -1
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/renderer-discovery-react.json +1 -1
- package/.temp/packages/knapsack/package.json +2 -2
- package/CHANGELOG.md +12 -0
- package/package.json +16 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"patternsState":{"patterns":{},"renderers":{"react":{"meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.
|
|
1
|
+
{"patternsState":{"patterns":{},"renderers":{"react":{"meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.1","hasInferSpecSupport":true,"syntaxHighlightingLanguage":"jsx","hasTemplateSuggestionsSupport":true,"prototypingTemplate":{"path":"@knapsack/renderer-react/prototype-template","spec":{"isInferred":false,"props":{"type":"object","properties":{}},"slots":{"children":{"title":"Children"}}}}}}},"statusSets":[{"id":"main","title":"Status","statuses":[{"id":"draft","title":"Draft","color":"#9b9b9b"},{"id":"needsDesign","title":"Needs Design","color":"#FC0"},{"id":"needsDev","title":"Needs Development","color":"#FC0"},{"id":"needsReview","title":"Needs Review","color":"#FC0"},{"id":"ready","title":"Ready","color":"#2ECC40"}]}]},"customPagesState":{"pages":{}},"assetSetsState":{"globalAssetSetIds":[],"allAssetSets":{}},"navsState":{"byId":{},"order":[]},"tokensSrc":{},"filesState":{"files":{}},"db":{"blockCollections":{"settings":{}},"blocks":{"settings":{},"byId":{}},"demos":{"settings":{},"byId":{}},"settings":{},"tabs":{"settings":{}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"buildTime":"2025-10-
|
|
1
|
+
{"buildTime":"2025-10-30T19:07:24.466Z","buildId":"cce10fe7-dbd6-4bdd-8071-1efe370ed457"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"renderersById":{"react":{"meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.
|
|
1
|
+
{"renderersById":{"react":{"meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.1","hasInferSpecSupport":true,"syntaxHighlightingLanguage":"jsx","hasTemplateSuggestionsSupport":true,"prototypingTemplate":{"path":"@knapsack/renderer-react/prototype-template","spec":{"isInferred":false,"props":{"type":"object","properties":{}},"slots":{"children":{"title":"Children"}}}}}}},"assetSets":{"globalAssetSetIds":[],"allAssetSets":{}},"metaState":{"isLocalDev":false,"meta":{"version":"1.0.0","hasKnapsackCloud":true,"knapsackCloudSiteId":"test-site-id","ksVersions":{"app":"4.87.1"}},"plugins":[{"id":"ks-app","hasContent":false}]}}
|
package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/renderer-discovery-react.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"rendererId":"react","meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.
|
|
1
|
+
{"rendererId":"react","meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.1","hasInferSpecSupport":true,"syntaxHighlightingLanguage":"jsx","hasTemplateSuggestionsSupport":true,"prototypingTemplate":{"path":"@knapsack/renderer-react/prototype-template","spec":{"isInferred":false,"props":{"type":"object","properties":{}},"slots":{"children":{"title":"Children"}}}}},"codeSrcsByPath":{},"templates":[]}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"test": "knapsack test"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@knapsack/app": "^4.87.
|
|
13
|
-
"@knapsack/renderer-react": "^4.87.
|
|
12
|
+
"@knapsack/app": "^4.87.1",
|
|
13
|
+
"@knapsack/renderer-react": "^4.87.1"
|
|
14
14
|
},
|
|
15
15
|
"author": "KnapsackBot 53622700+KnapsackBot@users.noreply.github.com",
|
|
16
16
|
"license": "ISC"
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.87.1 (Thu Oct 30 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- enable objects and arrays of objects inference, closes KSP-5880 [#6865](https://github.com/knapsack-labs/app-monorepo/pull/6865) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.86.7 (Mon Oct 27 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-knapsack",
|
|
3
3
|
"description": "Create & Setup Knapsack Workspaces",
|
|
4
|
-
"version": "5.0.0--canary.6593.
|
|
4
|
+
"version": "5.0.0--canary.6593.ab9eca6.0",
|
|
5
5
|
"bin": "bin.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -17,22 +17,22 @@
|
|
|
17
17
|
},
|
|
18
18
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@knapsack/core": "5.0.0--canary.6593.
|
|
21
|
-
"@knapsack/creator-utils": "5.0.0--canary.6593.
|
|
22
|
-
"@knapsack/file-utils": "5.0.0--canary.6593.
|
|
23
|
-
"@knapsack/utils": "5.0.0--canary.6593.
|
|
20
|
+
"@knapsack/core": "5.0.0--canary.6593.ab9eca6.0",
|
|
21
|
+
"@knapsack/creator-utils": "5.0.0--canary.6593.ab9eca6.0",
|
|
22
|
+
"@knapsack/file-utils": "5.0.0--canary.6593.ab9eca6.0",
|
|
23
|
+
"@knapsack/utils": "5.0.0--canary.6593.ab9eca6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@knapsack/app": "5.0.0--canary.6593.
|
|
27
|
-
"@knapsack/eslint-config-starter": "5.0.0--canary.6593.
|
|
28
|
-
"@knapsack/renderer-angular": "5.0.0--canary.6593.
|
|
29
|
-
"@knapsack/renderer-hbs": "5.0.0--canary.6593.
|
|
30
|
-
"@knapsack/renderer-react": "5.0.0--canary.6593.
|
|
31
|
-
"@knapsack/renderer-twig": "5.0.0--canary.6593.
|
|
32
|
-
"@knapsack/renderer-vue": "5.0.0--canary.6593.
|
|
33
|
-
"@knapsack/test-ava": "5.0.0--canary.6593.
|
|
34
|
-
"@knapsack/types": "5.0.0--canary.6593.
|
|
35
|
-
"@knapsack/typescript-config-starter": "5.0.0--canary.6593.
|
|
26
|
+
"@knapsack/app": "5.0.0--canary.6593.ab9eca6.0",
|
|
27
|
+
"@knapsack/eslint-config-starter": "5.0.0--canary.6593.ab9eca6.0",
|
|
28
|
+
"@knapsack/renderer-angular": "5.0.0--canary.6593.ab9eca6.0",
|
|
29
|
+
"@knapsack/renderer-hbs": "5.0.0--canary.6593.ab9eca6.0",
|
|
30
|
+
"@knapsack/renderer-react": "5.0.0--canary.6593.ab9eca6.0",
|
|
31
|
+
"@knapsack/renderer-twig": "5.0.0--canary.6593.ab9eca6.0",
|
|
32
|
+
"@knapsack/renderer-vue": "5.0.0--canary.6593.ab9eca6.0",
|
|
33
|
+
"@knapsack/test-ava": "5.0.0--canary.6593.ab9eca6.0",
|
|
34
|
+
"@knapsack/types": "5.0.0--canary.6593.ab9eca6.0",
|
|
35
|
+
"@knapsack/typescript-config-starter": "5.0.0--canary.6593.ab9eca6.0",
|
|
36
36
|
"ava": "^6.4.1",
|
|
37
37
|
"eslint": "^8.57.0",
|
|
38
38
|
"typescript": "^5.9.2"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"directory": "kits/create-knapsack",
|
|
48
48
|
"type": "git"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "ab9eca6ff566dcfb99afe2983c85096b43adfc8a"
|
|
51
51
|
}
|