@hf-chimera/store 0.0.2
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/.changeset/README.md +8 -0
- package/.changeset/config.json +11 -0
- package/.changeset/thirty-pigs-share.md +5 -0
- package/.idea/biome.xml +8 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/git_toolbox_blame.xml +6 -0
- package/.idea/git_toolbox_prj.xml +15 -0
- package/.idea/material_theme_project_new.xml +10 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +149 -0
- package/README.md +3 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +0 -0
- package/package.json +22 -0
- package/tsup.config.ts +10 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changesets
|
|
2
|
+
|
|
3
|
+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
|
|
4
|
+
with multi-package repos, or single-package repos to help you version and publish your code. You can
|
|
5
|
+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
|
|
6
|
+
|
|
7
|
+
We have a quick list of common questions to get you started engaging with this project in
|
|
8
|
+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
|
|
3
|
+
"changelog": "@changesets/cli/changelog",
|
|
4
|
+
"commit": false,
|
|
5
|
+
"fixed": [],
|
|
6
|
+
"linked": [],
|
|
7
|
+
"access": "public",
|
|
8
|
+
"baseBranch": "main",
|
|
9
|
+
"updateInternalDependencies": "patch",
|
|
10
|
+
"ignore": []
|
|
11
|
+
}
|
package/.idea/biome.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="BiomeSettings">
|
|
4
|
+
<option name="applySafeFixesOnSave" value="true" />
|
|
5
|
+
<option name="enableLspFormat" value="true" />
|
|
6
|
+
<option name="formatOnSave" value="true" />
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="GitToolBoxProjectSettings">
|
|
4
|
+
<option name="commitMessageIssueKeyValidationOverride">
|
|
5
|
+
<BoolValueOverride>
|
|
6
|
+
<option name="enabled" value="true" />
|
|
7
|
+
</BoolValueOverride>
|
|
8
|
+
</option>
|
|
9
|
+
<option name="commitMessageValidationEnabledOverride">
|
|
10
|
+
<BoolValueOverride>
|
|
11
|
+
<option name="enabled" value="true" />
|
|
12
|
+
</BoolValueOverride>
|
|
13
|
+
</option>
|
|
14
|
+
</component>
|
|
15
|
+
</project>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MaterialThemeProjectNewConfig">
|
|
4
|
+
<option name="metadata">
|
|
5
|
+
<MTProjectMetadataState>
|
|
6
|
+
<option name="userId" value="251dbc82:194d2f46d33:-7ffd" />
|
|
7
|
+
</MTProjectMetadataState>
|
|
8
|
+
</option>
|
|
9
|
+
</component>
|
|
10
|
+
</project>
|
package/.idea/vcs.xml
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="AutoImportSettings">
|
|
4
|
+
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="ChangeListManager">
|
|
7
|
+
<list default="true" id="4c86ea84-f090-404a-8db0-c32fa8099049" name="Changes" comment="chore: cleanup">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/tsconfig.json" beforeDir="false" afterPath="$PROJECT_DIR$/tsconfig.json" afterDir="false" />
|
|
9
|
+
</list>
|
|
10
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
11
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
13
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
14
|
+
</component>
|
|
15
|
+
<component name="ChangesViewManager">
|
|
16
|
+
<option name="groupingKeys">
|
|
17
|
+
<option value="directory" />
|
|
18
|
+
</option>
|
|
19
|
+
</component>
|
|
20
|
+
<component name="FormatOnSaveOptions">
|
|
21
|
+
<option name="myRunOnSave" value="true" />
|
|
22
|
+
</component>
|
|
23
|
+
<component name="Git.Settings">
|
|
24
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
25
|
+
</component>
|
|
26
|
+
<component name="ProjectColorInfo">{
|
|
27
|
+
"associatedIndex": 7
|
|
28
|
+
}</component>
|
|
29
|
+
<component name="ProjectId" id="2sau3aYtK9RmKh8yEtsq31feOrQ" />
|
|
30
|
+
<component name="ProjectLevelVcsManager">
|
|
31
|
+
<ConfirmationsSetting value="2" id="Add" />
|
|
32
|
+
</component>
|
|
33
|
+
<component name="ProjectViewState">
|
|
34
|
+
<option name="compactDirectories" value="true" />
|
|
35
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
36
|
+
<option name="showLibraryContents" value="true" />
|
|
37
|
+
<option name="showMembers" value="true" />
|
|
38
|
+
</component>
|
|
39
|
+
<component name="PropertiesComponent"><![CDATA[{
|
|
40
|
+
"keyToString": {
|
|
41
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
42
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
43
|
+
"git-widget-placeholder": "main",
|
|
44
|
+
"last_opened_file_path": "C:/Users/herob/programming/@hf-chimera/store",
|
|
45
|
+
"node.js.detected.package.eslint": "true",
|
|
46
|
+
"node.js.detected.package.tslint": "true",
|
|
47
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
48
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
49
|
+
"nodejs_package_manager_path": "npm",
|
|
50
|
+
"npm.lint.executor": "Run",
|
|
51
|
+
"settings.editor.selected.configurable": "actions.on.save",
|
|
52
|
+
"ts.external.directory.path": "C:\\Users\\herob\\programming\\@hf-chimera\\store\\node_modules\\typescript\\lib",
|
|
53
|
+
"vue.rearranger.settings.migration": "true"
|
|
54
|
+
},
|
|
55
|
+
"keyToStringList": {
|
|
56
|
+
"GitStage.ChangesTree.GroupingKeys": [
|
|
57
|
+
"directory",
|
|
58
|
+
"module",
|
|
59
|
+
"repository"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}]]></component>
|
|
63
|
+
<component name="RecentsManager">
|
|
64
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
65
|
+
<recent name="C:\Users\herob\programming\@hf-chimera\store\src" />
|
|
66
|
+
</key>
|
|
67
|
+
</component>
|
|
68
|
+
<component name="RunManager">
|
|
69
|
+
<configuration name="lint" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
70
|
+
<package-json value="$PROJECT_DIR$/package.json" />
|
|
71
|
+
<command value="run" />
|
|
72
|
+
<scripts>
|
|
73
|
+
<script value="lint" />
|
|
74
|
+
</scripts>
|
|
75
|
+
<node-interpreter value="project" />
|
|
76
|
+
<envs />
|
|
77
|
+
<method v="2" />
|
|
78
|
+
</configuration>
|
|
79
|
+
<recent_temporary>
|
|
80
|
+
<list>
|
|
81
|
+
<item itemvalue="npm.lint" />
|
|
82
|
+
</list>
|
|
83
|
+
</recent_temporary>
|
|
84
|
+
</component>
|
|
85
|
+
<component name="SharedIndexes">
|
|
86
|
+
<attachedChunks>
|
|
87
|
+
<set>
|
|
88
|
+
<option value="bundled-js-predefined-d6986cc7102b-deb605915726-JavaScript-WS-243.22562.222" />
|
|
89
|
+
</set>
|
|
90
|
+
</attachedChunks>
|
|
91
|
+
</component>
|
|
92
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
93
|
+
<component name="TaskManager">
|
|
94
|
+
<task active="true" id="Default" summary="Default task">
|
|
95
|
+
<changelist id="4c86ea84-f090-404a-8db0-c32fa8099049" name="Changes" comment="" />
|
|
96
|
+
<created>1738705809497</created>
|
|
97
|
+
<option name="number" value="Default" />
|
|
98
|
+
<option name="presentableId" value="Default" />
|
|
99
|
+
<updated>1738705809497</updated>
|
|
100
|
+
<workItem from="1738705811281" duration="206000" />
|
|
101
|
+
<workItem from="1738706025843" duration="6775000" />
|
|
102
|
+
</task>
|
|
103
|
+
<task id="LOCAL-00001" summary="chore: ci">
|
|
104
|
+
<option name="closed" value="true" />
|
|
105
|
+
<created>1738712245071</created>
|
|
106
|
+
<option name="number" value="00001" />
|
|
107
|
+
<option name="presentableId" value="LOCAL-00001" />
|
|
108
|
+
<option name="project" value="LOCAL" />
|
|
109
|
+
<updated>1738712245071</updated>
|
|
110
|
+
</task>
|
|
111
|
+
<task id="LOCAL-00002" summary="chore: ci">
|
|
112
|
+
<option name="closed" value="true" />
|
|
113
|
+
<created>1738713135571</created>
|
|
114
|
+
<option name="number" value="00002" />
|
|
115
|
+
<option name="presentableId" value="LOCAL-00002" />
|
|
116
|
+
<option name="project" value="LOCAL" />
|
|
117
|
+
<updated>1738713135571</updated>
|
|
118
|
+
</task>
|
|
119
|
+
<task id="LOCAL-00003" summary="chore: cleanup">
|
|
120
|
+
<option name="closed" value="true" />
|
|
121
|
+
<created>1738714288325</created>
|
|
122
|
+
<option name="number" value="00003" />
|
|
123
|
+
<option name="presentableId" value="LOCAL-00003" />
|
|
124
|
+
<option name="project" value="LOCAL" />
|
|
125
|
+
<updated>1738714288325</updated>
|
|
126
|
+
</task>
|
|
127
|
+
<task id="LOCAL-00004" summary="chore: cleanup">
|
|
128
|
+
<option name="closed" value="true" />
|
|
129
|
+
<created>1738714364107</created>
|
|
130
|
+
<option name="number" value="00004" />
|
|
131
|
+
<option name="presentableId" value="LOCAL-00004" />
|
|
132
|
+
<option name="project" value="LOCAL" />
|
|
133
|
+
<updated>1738714364107</updated>
|
|
134
|
+
</task>
|
|
135
|
+
<option name="localTasksCounter" value="5" />
|
|
136
|
+
<servers />
|
|
137
|
+
</component>
|
|
138
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
139
|
+
<option name="version" value="3" />
|
|
140
|
+
</component>
|
|
141
|
+
<component name="VcsManagerConfiguration">
|
|
142
|
+
<option name="CODE_SMELLS_PROFILE" value="Project Default" />
|
|
143
|
+
<MESSAGE value="chore: init ci" />
|
|
144
|
+
<MESSAGE value="chore: ci" />
|
|
145
|
+
<MESSAGE value="chore: cleanup" />
|
|
146
|
+
<option name="LAST_COMMIT_MESSAGE" value="chore: cleanup" />
|
|
147
|
+
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
|
|
148
|
+
</component>
|
|
149
|
+
</project>
|
package/README.md
ADDED
package/dist/index.d.mts
ADDED
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
package/dist/index.mjs
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@hf-chimera/store",
|
|
3
|
+
"description": "Cross-end reactivity API",
|
|
4
|
+
"version": "0.0.2",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"keywords": [],
|
|
9
|
+
"author": "hewston",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"@biomejs/biome": "1.9.4",
|
|
13
|
+
"@changesets/cli": "^2.27.12",
|
|
14
|
+
"tsup": "^8.3.6",
|
|
15
|
+
"typescript": "^5.7.3"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "tsup",
|
|
19
|
+
"lint": "tsc && pnpm biome check --write",
|
|
20
|
+
"release": "pnpm run build && changeset publish"
|
|
21
|
+
}
|
|
22
|
+
}
|