@rttui/skin-anocca 1.0.0 → 1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @rttui/skin-anocca
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix lib build
8
+ - Updated dependencies
9
+ - @rttui/core@1.0.2
10
+
11
+ ## 1.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Fix dependencies
16
+ - Updated dependencies
17
+ - @rttui/core@1.0.1
18
+
3
19
  ## 1.0.0
4
20
 
5
21
  ### Major Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@rttui/skin-anocca",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@rttui/skin-anocca",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@rttui/skin-anocca",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "./dist/cjs/index.js",
5
+ "dependencies": {
6
+ "@rttui/core": "^1.0.2"
7
+ },
5
8
  "module": "./dist/mjs/index.js",
6
9
  "types": "./dist/types/index.d.ts",
7
10
  "exports": {
package/tsconfig.mjs.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "extends": "./tsconfig.json",
3
3
  "compilerOptions": {
4
- "module": "preserve",
4
+ "module": "ESNext",
5
5
  "outDir": "dist/mjs"
6
6
  }
7
7
  }