@taufik-nurrohman/text-editor.source 2.2.2 → 2.2.3

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright © 2021 Taufik Nurrohman <https://github.com/taufik-nurrohman>
3
+ Copyright © 2022 Taufik Nurrohman <https://github.com/taufik-nurrohman>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the “Software”), to deal
package/README.md CHANGED
File without changes
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * The MIT License (MIT)
4
4
  *
5
- * Copyright © 2021 Taufik Nurrohman <https://github.com/taufik-nurrohman>
5
+ * Copyright © 2022 Taufik Nurrohman <https://github.com/taufik-nurrohman>
6
6
  *
7
7
  * Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
  * of this software and associated documentation files (the “Software”), to deal
package/index.min.js CHANGED
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * The MIT License (MIT)
4
4
  *
5
- * Copyright © 2021 Taufik Nurrohman <https://github.com/taufik-nurrohman>
5
+ * Copyright © 2022 Taufik Nurrohman <https://github.com/taufik-nurrohman>
6
6
  *
7
7
  * Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
  * of this software and associated documentation files (the “Software”), to deal
package/package.json CHANGED
@@ -3,17 +3,17 @@
3
3
  "browser": "index.min.js",
4
4
  "bugs": "https://github.com/taufik-nurrohman/text-editor.source/issues",
5
5
  "dependencies": {
6
- "@taufik-nurrohman/has": "^0.0.3",
7
- "@taufik-nurrohman/key": "^2.0.4",
8
- "@taufik-nurrohman/pattern": "^0.1.7",
9
- "@taufik-nurrohman/text-editor": "^3.3.10",
10
- "@taufik-nurrohman/text-editor.history": "^2.1.13",
11
- "@taufik-nurrohman/tick": "^0.0.2",
12
- "@taufik-nurrohman/to": "^0.0.18"
6
+ "@taufik-nurrohman/has": "*",
7
+ "@taufik-nurrohman/key": "*",
8
+ "@taufik-nurrohman/pattern": "*",
9
+ "@taufik-nurrohman/text-editor": "*",
10
+ "@taufik-nurrohman/text-editor.history": "*",
11
+ "@taufik-nurrohman/tick": "*",
12
+ "@taufik-nurrohman/to": "*"
13
13
  },
14
14
  "description": "Provides a set of key strokes to generate responses like in a typical source code editor.",
15
15
  "devDependencies": {
16
- "@taufik-nurrohman/factory": "^1.0.2"
16
+ "@taufik-nurrohman/factory": "*"
17
17
  },
18
18
  "exports": {
19
19
  "import": "./index.mjs",
@@ -47,8 +47,8 @@
47
47
  "url": "git+https://github.com/taufik-nurrohman/text-editor.source.git"
48
48
  },
49
49
  "scripts": {
50
- "pack": "pack --clean=false --from=.github/source --js-format=umd --js-name=TE.Source --js-top='%(js.license)' --mjs=true --to=."
50
+ "pack": "pack --clean=false --from=.github/factory --js-format=umd --js-name=TE.Source --js-top='%(js.license)' --mjs=true --to=."
51
51
  },
52
52
  "type": "module",
53
- "version": "2.2.2"
54
- }
53
+ "version": "2.2.3"
54
+ }