@lithia-js/core 1.0.0-canary.0 → 1.0.0-canary.1

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,4 +1,4 @@
1
1
 
2
- > @lithia-js/core@1.0.0-canary.0 build /home/runner/work/lithia/lithia/packages/core
2
+ > @lithia-js/core@1.0.0-canary.1 build /home/runner/work/lithia/lithia/packages/core
3
3
  > tsc -p tsconfig.build.json
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @lithia-js/core
2
2
 
3
+ ## 1.0.0-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2992e91: Manifest update for workflow compatibility
8
+ - Updated dependencies [2992e91]
9
+ - @lithia-js/native@1.0.0-canary.1
10
+ - @lithia-js/utils@1.0.0-canary.1
11
+
3
12
  ## 1.0.0-canary.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lithia-js/core",
3
- "version": "1.0.0-canary.0",
3
+ "version": "1.0.0-canary.1",
4
4
  "private": false,
5
5
  "main": "dist/lib.js",
6
6
  "types": "dist/lib.d.ts",
@@ -27,8 +27,8 @@
27
27
  "socket.io": "^4.8.1",
28
28
  "source-map-support": "^0.5.21",
29
29
  "zod": "^4.2.1",
30
- "@lithia-js/utils": "1.0.0-canary.0",
31
- "@lithia-js/native": "1.0.0-canary.0"
30
+ "@lithia-js/native": "1.0.0-canary.1",
31
+ "@lithia-js/utils": "1.0.0-canary.1"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=20"
@@ -40,6 +40,11 @@
40
40
  "import": "./dist/lib.js"
41
41
  }
42
42
  },
43
+ "publishConfig": {
44
+ "registry": "https://registry.npmjs.org/",
45
+ "access": "public",
46
+ "provenance": true
47
+ },
43
48
  "scripts": {
44
49
  "build": "tsc -p tsconfig.build.json"
45
50
  }