@signalium/query 0.0.2 → 0.1.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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @signalium/query@0.0.2 build
2
+ > @signalium/query@0.1.0 build
3
3
  > npm run build:esm && npm run build:cjs
4
4
 
5
5
 
6
- > @signalium/query@0.0.2 build:esm
6
+ > @signalium/query@0.1.0 build:esm
7
7
  > tsc --build tsconfig.esm.json
8
8
 
9
9
 
10
- > @signalium/query@0.0.2 build:cjs
10
+ > @signalium/query@0.1.0 build:cjs
11
11
  > tsc --build tsconfig.cjs.json
12
12
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @signalium/query
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 919ecd9: Remove unused decoders dependency and prepare for initial pre-release
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalium/query",
3
- "version": "0.0.2",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,9 +48,6 @@
48
48
  },
49
49
  "author": "",
50
50
  "license": "ISC",
51
- "dependencies": {
52
- "decoders": "^2.7.1"
53
- },
54
51
  "devDependencies": {
55
52
  "@babel/core": "^7.23.6",
56
53
  "@babel/preset-react": "^7.23.3",